Releases: google/Xee
Releases · google/Xee
v0.0.6
What's Changed
- Make sure single-pixel reads in the MODIS sinusoidal projection work. by @copybara-service in #120
- Efficient way to convert a structured numpy array into a 3d array. by @copybara-service in #113
- Bump jinja2 from 3.1.2 to 3.1.3 in /docs by @dependabot in #126
New Contributors
- @dependabot made their first contribution in #126
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Pixel grid dimensions (40818x1) error fixed. by @dabhicusp in #109
- CRS Attribute value updated. by @dabhicusp in #110
- transform dataset coordinates into specified crs by @boothmanrylan in #97
New Contributors
- @boothmanrylan made their first contribution in #97
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Better handling of setting EE nodata masked value to NaNs values. by @dabhicusp in #103
- Fixed small data discrepancy between Xee and pure computePixels(). by @dabhicusp in #105
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- DOC: single open image example by @raybellwaves in #84
- Run pyink to fix lint issues. by @naschmitz in #87
- Fixed: Converting non-nanosecond precision datetime values to nanosecond precision. by @dabhicusp in #89
- No public description by @copybara-service in #93
- Authenticate with Earth Engine in Xee integration tests by @copybara-service in #94
New Contributors
- @raybellwaves made their first contribution in #84
- @naschmitz made their first contribution in #87
- @dabhicusp made their first contribution in #89
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
Easier Xee distribution, better IO by default and an important data correctness fix.
Overview
- Distribution on
pip
andconda
now supported (thanks for your help @giswqs!) - Automatic optimal
io_chunks
by default. You'll be able to get a full 48MBs per eachcomputePixels()
request. - An important data correctness fix involving coordinate ranges. Thanks @raspstephan for raising this concern.
What's Changed
- Fix logo on PyPI and add badge by @giswqs in #66
- Automatically calculate optimal IO Chunks. by @copybara-service @alxmrs in #68
- Add conda-forge package by @giswqs in #70
- Fix typo by @giswqs in #69
New Contributors
Full Changelog: v0.0.0...v0.0.1