Justin Braaten
Justin Braaten
### Bug Summary `open_dataset` is not listed in API docs: https://xee.readthedocs.io/en/latest/api.html `xee.EarthEngineStore` includes all of the parameters, but does not inlcude descriptions. https://xee.readthedocs.io/en/latest/_autosummary/xee.EarthEngineStore.html#xee.EarthEngineStore I believe the `open` function is what...
Please see https://colab.sandbox.google.com/gist/jdbcode/9575e5cb09fa933ef8f4ac5a9d8a15ee/xee_issue_with_projection_parameter.ipynb for a description and repro script.
For reference: https://github.com/gee-community/geemap/discussions/2081#discussioncomment-12457712
## Major Refactor - Explicit Pixel Grids & CF Dimensions This PR represents a major refactor to the core of Xee's backend. It is merges the [`simplify_pixel_grid_params`](https://github.com/google/Xee/tree/simplify_pixel_grid_params) branch into main....
### Discussed in https://github.com/google/Xee/discussions/196 Originally posted by **tylere** December 13, 2024 Most Python libraries that plot raster images use a (y, x) or (lat, lon) ordering of dimensions. This is...