00:31:19.451,00:31:22.451 Yoo-Jeong Noh: If the ugly input data is like irregularly spacing point data with some random missing points, but one wants to make it regularly gridded data field and store as a nc file, any suggestions? Not a simple problem, I guess, though. 00:34:34.706,00:34:37.706 Alan Brammer: https://pyresample.readthedocs.io/en/latest/ 00:36:20.099,00:36:23.099 Alan Brammer: a little bit "dumber" than pyresmaple would be https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.griddata.html 00:36:48.226,00:36:51.226 Heather Cronk: maybe this use case can be shown in an upcoming session?