What is Xee and why use it?
mainXee is a library designed to bridge the gap between the Xarray ecosystem and Google Earth Engine (EE). It allows users to access EE-curated datasets as Xarray objects, making Earth Engine data compatible with the wider scientific Python ecosystem.
Key Benefits
- Xarray Integration: Access Earth Engine data using standard Xarray idioms and backends.
- Quota Management: Provides mechanisms to avoid Earth Engine quota limits when computing pixels.
- Flexible Data Shaping: Unlike Zarr, where data must be shaped up-front, Xee leverages Earth Engine's pyramided datasets to allow users to request specific resolutions and projections on the fly during dataset opening.
- Scalable Querying: Supports querying Earth Engine data at scale, including integration with
Xarray-Beamand easy export to Zarr.