Recent Releases of georeader-spaceml

georeader-spaceml - v.1.3

  • Added docs
  • Updated some functions to support numpy>=2
  • Migrated python project to toml file and poetry

- Jupyter Notebook
Published by gonzmg88 over 1 year ago

georeader-spaceml - v.1.1.4

  • Query landsat 4, 5 and 7 with GEE
  • Integrate hyperspectral image
  • Improved docs radiance to reflectance conversion

- Jupyter Notebook
Published by gonzmg88 over 1 year ago

georeader-spaceml - 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

- Jupyter Notebook
Published by gonzmg88 almost 2 years ago

georeader-spaceml - v.1.0.24

Bug fix prisma reader

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - v.1.0.23

Fixed bug in ee_image.export_image_getpixels

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - v.1.0.22

  • Added functions to convert to and from xr.DataArray

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - v.1.0.21

  • Added PRISMA reader
  • Download mask for EMIT images
  • EMIT image: add option as_reflectance in load method

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - v.1.0.18

  • Bug fixes in emit reader when reading aux files (cloud mask or obs mask)

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - 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).

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - 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)

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - v.1.0.9

  • Pass user & password to auth in readers.emit.download_product function

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - v.1.0.8

  • 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

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - v.1.0.6

  • 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

- Jupyter Notebook
Published by gonzmg88 about 2 years ago

georeader-spaceml - v.1.0.5

  • Querying landsat images from T2 as well as from T1

- Jupyter Notebook
Published by gonzmg88 over 2 years ago

georeader-spaceml - v.1.0.4

  • 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).

- Jupyter Notebook
Published by gonzmg88 over 2 years ago

georeader-spaceml - v.1.0.3

  • 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

- Jupyter Notebook
Published by gonzmg88 over 2 years ago

georeader-spaceml - v.1.0.2

Change log

  • Updated function read_reproject to handle data of type bool.

- Jupyter Notebook
Published by gonzmg88 over 2 years ago

georeader-spaceml - Improvements for EMIT reader

Change log

Added functions product_name_from_params and split_product_name to readers.emit module

- Jupyter Notebook
Published by gonzmg88 over 2 years ago

georeader-spaceml - Stable version

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

- Jupyter Notebook
Published by gonzmg88 over 2 years ago