Releases: spaceml-org/georeader
Releases · spaceml-org/georeader
v.1.3
- Added docs
- Updated some functions to support
numpy>=2
- Migrated python project to toml file and poetry
v.1.1.4
- Query landsat 4, 5 and 7 with GEE
- Integrate hyperspectral image
- Improved docs radiance to reflectance conversion
v.1.1.2
- Added function to download a cube from GEE (
georeaders.readers.ee_image.export_cube
)
- Option to add metadata to S2/L89 query (
georeaders.readers.ee_query.query
function)
- Download from tileserver with
ThreadPoolExecutor
- SPOT VGT reader at
georeaders.readers.spotvgt_image_operational
v.1.0.23
Fixed bug in ee_image.export_image_getpixels
v.1.0.22
- Added functions to convert to and from
xr.DataArray
v.1.0.21
- Added PRISMA reader
- Download mask for EMIT images
- EMIT image: add option
as_reflectance
in load
method
v.1.0.18
- Bug fixes in emit reader when reading aux files (cloud mask or obs mask)
v.1.0.17
- Implemented function to read from x/y/z tiles
- Added function to class RasterioReader to read from pyramids if available
- EMIT reader now loads the L2A mask
- ee_query also accept landsat files with OLCI only (starts with LO).
v.1.0.13
- Add
griddata
module to deal with data in the form of raw_data
(H, W) latitudes
(H, W) and longitudes
(H, W)