easysnowdata.utils.get_ee_grid_params#
- easysnowdata.utils.get_ee_grid_params(ee_obj: ee.Image | ee.ImageCollection, bbox_gdf: gpd.GeoDataFrame | None = None) dict[source]#
Build the pixel-grid kwargs required by
xarray.open_dataset(engine="ee").Delegates to
easysnowdata.providers.gee.grid_params(): the native grid of an Earth Engine object (crs,crs_transform,shape_2d), optionally cropped to the smallest block of native pixels covering bbox_gdf (any CRS).Nonereturns the full native grid.