Xee Documentation
Breaking change in v0.1.0+
Xee v0.1.0 introduced a refactored API with breaking changes relative to the 0.0.x series. This documentation reflects the v0.1.0+ API.
If you are upgrading from 0.0.x, see the Migration Guide.
Xee is an Xarray extension for Google Earth Engine that lets you open ee.Image
and ee.ImageCollection objects as lazy xarray.Datasets.
- Quickstart
- Installation
- Core Concepts
- User Guide
- Open Dataset Reference (
engine='ee') - Client vs. Server
- Performance & Limits
- Xee API
- Migration Guide: Xee v0.1.0
- FAQ
- Why is the y-scale negative?
- How do I pick between
grid_shapeandgrid_scale? - I get 429 quota errors. What do I do?
- Can I open a computed
ee.ImageCollection? - How do I reproduce the same grid later?
- How can I export to Zarr?
- Why did dimension ordering change?
- I’m seeing empty arrays / NaNs.
- Do I need shapely geometries?
ds.to_netcdf()fails withValueError: could not safely cast array from int64 to int32
- Why Xee?
- How to Contribute
- Code of Conduct