Xee
Xee copied to clipboard
An Xarray extension for Google Earth Engine
Here my documentation plans: - [x] Why Xee? - [ ] Core features - `open_dataset()` - `open_mfdatasets()` - Projections & Geometry - Xarray slicing & indexing 101 - Combining ee.ImageCollection...
``` # By default, automatically optimize io_chunks. self.chunks = self._auto_chunks(max_dtype, request_byte_limit) if chunks == -1: self.chunks = -1 elif chunks is not None and chunks != 'auto': self.chunks = self._assign_index_chunks(chunks)...
GIL-free python is coming! https://py-free-threading.github.io/ We should start testing how this package works without a GIL, say via integration tests. Is this package thread safe?
Fix #161 My understanding of the problem is that the version number is not set anywhere. pyproject.toml uses a dynamic version number but the dynamic estination is not set, xee...
xee is a dependency of geetools. I recently started to pin its version to a lower bound to provide full access to some new features. Everything works fine in the...
WIP TODO - [x] Use the smallest possible configuration - [ ] move the examples into the documetnation tree - [ ] use the pydata sphinx theme - [x] use...
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 2 to 4.1.7 Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency...
It's exactly the same as the dataflow one so let's keep it simple and only provide a "dataflow" one.