Skip to content

Releases: spaceml-org/georeader

v.1.1.4

14 Jun 08:17
86b2520
Compare
Choose a tag to compare
  • Query landsat 4, 5 and 7 with GEE
  • Integrate hyperspectral image
  • Improved docs radiance to reflectance conversion

v.1.1.2

17 May 07:23
Compare
Choose a tag to compare
  • 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.24

01 Mar 21:46
Compare
Choose a tag to compare

Bug fix prisma reader

v.1.0.23

01 Mar 13:01
Compare
Choose a tag to compare

Fixed bug in ee_image.export_image_getpixels

v.1.0.22

29 Feb 15:01
Compare
Choose a tag to compare
  • Added functions to convert to and from xr.DataArray

v.1.0.21

27 Feb 17:31
fe6e827
Compare
Choose a tag to compare
  • Added PRISMA reader
  • Download mask for EMIT images
  • EMIT image: add option as_reflectance in load method

v.1.0.18

11 Jan 15:27
Compare
Choose a tag to compare
  • Bug fixes in emit reader when reading aux files (cloud mask or obs mask)

v.1.0.17

05 Jan 10:07
d112724
Compare
Choose a tag to compare
  • 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

21 Dec 12:11
Compare
Choose a tag to compare
  • Add griddata module to deal with data in the form of raw_data (H, W) latitudes (H, W) and longitudes (H, W)

v.1.0.12

11 Dec 13:31
Compare
Choose a tag to compare
  • Pass user & password to auth in readers.emit.download_product function