Skip to content

Releases: Open-EO/openeo-gfmap

openEO GFMap v0.3.0

08 Jan 10:32
Compare
Choose a tag to compare

Added

  • split_job_s2sphere function to split jobs into S2cells of the s2sphere package. More info: http://s2geometry.io/. This job splitter recursively splits cells until the number of points in each cell is less than a given threshold.

Changed

  • ouput_path_generator in GFMapJobManager.on_job_done now requires asset_id as a keyword argument

Removed

Fixed

  • Fixed bug where s1_area_per_orbitstate_vvvh failed for FeatureCollections containing a single point
  • Fixed bug where gfmap didn't work with the latest version of the openeo-python-client
  • Fixed centroid calculation of S2 grid in split_job_s2grid
  • Fixed wrong nodata values in compress_backscatter_uint16 for backend CDSE, CDSE_STAGING and FED

openEO GFMap v0.2.0

10 Oct 11:06
Compare
Choose a tag to compare

Added

  • Added support for FetchType.POINT in Sentinel-1 orbit state selection
  • Added CPU, max-executor-memory and duration metadata in job tracker
  • Generic fetchers now accept STAC collections
  • Added split_collection_by_epsg helper function

Changed

  • Job splitters now return original geometries instead of the centroids

Removed

Fixed

  • CRS warnings removed from split_job_s2grid

Full Changelog: v0.1.0...v0.2.0

openEO GFMap v0.1.0

21 Jun 11:00
Compare
Choose a tag to compare

Initial Build