Skip to content

Releases: spaceml-org/georeader

v.1.0.8

04 Dec 16:29
4600a09
Compare
Choose a tag to compare
  • Added function to read GeoTensors from tileservers (readers.tileserver.read_from_tileserver).
  • Fixed bug in read.read_reproject_like when dst_resolution is not None

v.1.0.6

04 Dec 10:08
8eb8194
Compare
Choose a tag to compare
  • Added function readers.ee_image.export_image_getpixels to export fast GEE images. Implemented recursively calling to circunvent downloading limits.
  • Added bounds_in_latlng to plot.plot_segmentation_mask function

v.1.0.5

23 Nov 13:34
Compare
Choose a tag to compare
  • Querying landsat images from T2 as well as from T1

v.1.0.4

14 Nov 12:52
Compare
Choose a tag to compare
  • Fixed bug in ee_query.img_collection_to_feature_collection. The function failed for landsat data with missed crs. Now it does not return the crs_product (only the proj dict which has the wkt and the transform).

v.1.0.3

10 Oct 07:44
Compare
Choose a tag to compare
  • Added module reflectance.py implementing radiance to reflectance conversion
  • ee_query.query returns the projection dictionary (CRS/WKT and transform)
  • Example of radiance to reflectance conversion in notebooks/emit_explore.ipynb

v.1.0.2

03 Oct 11:52
Compare
Choose a tag to compare
  • Updated function read_reproject from read module to handle data of type bool.

v.1.0.1

19 Sep 11:34
Compare
Choose a tag to compare
  • Added functions product_name_from_params and split_product_name to readers.emit module

v.1.0

15 Sep 07:49
Compare
Choose a tag to compare

Published first stable version. Added the package to PyPi: https://pypi.org/project/georeader-spaceml/