easysnowdata.providers.gee.grid_params#

easysnowdata.providers.gee.grid_params(ee_obj: Any, aoi: Any = None) dict[str, Any][source]#

Pixel-grid kwargs for xarray.open_dataset(engine="ee").

xee ≥ 0.1 needs crs, crs_transform and shape_2d. They come from the object’s native grid (first band of the first image for a collection), cropped to the smallest block of native pixels that covers aoi so the returned values are exact native pixels, not a resample.