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 (an ee.Image is wrapped). Extra keyword arguments go to open_dataset and take precedence; the Earth Engine init kwargs are attached for Dask workers.