developmentseed / warp-resample-profiling

Guidance and profiling results for warp resampling in Python
https://developmentseed.org/warp-resample-profiling/
Apache License 2.0
15 stars 0 forks source link

Restructure and expand content for consistency #19

Closed maxrjones closed 3 days ago

maxrjones commented 3 days ago

This is a major rewrite of the content which expands all notebooks to work on either MURSST or GPM IMERG, adds new icechunk notebooks, removes notebooks that weren't returning proper tiles (e.g., GDAL due to axis order), removes the data loading notebooks that were out of scope, makes sure data are properly masked and scaled, and separates out weight generation for XESMF.

Closes #12 Closes #14 Closes #15