Xee
Xee copied to clipboard
An Xarray extension for Google Earth Engine
when dealing with rasters represented as xarray datasets, rioxarray have proven to be extremely useful to perform all sort of enoying tasks like reproject, window reading, parralalesiation, plottting etc... It...
Hello, I am trying to utilize open_dataset() for Sentinel-2 imagery that has been preprocessed and is available as asset on EE. After some index calculation on the fly, I tried...
I faced with a strange issue. It seems that lon and lat is confused (lon becomes lat, lat becomes lon). ```python import ee import xee import xarray as xr import...
I’ve done some research on this for Cubed: https://github.com/cubed-dev/cubed/issues/497 I’m curious that if it would be worth it to add a Cython build step to Xee. From SO and docs...
https://lucumr.pocoo.org/2024/8/21/harvest-season/ In my experience, rye is a killer developer experience. It makes Python tooling more like the Rust ecosystem. Switching over to rye will help include the next generation of...