easysnowdata.providers.gee.open_dataset#
- easysnowdata.providers.gee.open_dataset(collection: Any, aoi: Any = None, *, grid: dict[str, Any] | None = None, **kwargs: Any) Any[source]#
xarray.open_dataset(engine="ee")at the native grid cropped to aoi.collection is an
ee.ImageCollection(anee.Imageis wrapped). Extra keyword arguments go toopen_datasetand take precedence; the Earth Engine init kwargs are attached for Dask workers.