A Google Earth Engine extension for Xarray. Provides xarray accessors to read Earth Engine datasets (Image, ImageCollection, FeatureCollection) as Xarray DataArrays/Datasets. Current version 0.1.1. Pre-release, active development.
pip install xeeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Earth Engine, open an Image as an Xarray dataset using the 'ee' engine.
Use `pip install xee==0.1.1` to lock version.
Ensure `ee.Initialize()` is called and valid credentials are set up (e.g., `earthengine authenticate`).
Use `engine='ee'` in `xr.open_dataset()` or `xr.open_mfdataset()`.
Install xee with `pip install xee` and ensure `import xee` is in your code.
Run `earthengine authenticate` in terminal or set environment variable `GOOGLE_APPLICATION_CREDENTIALS`.