All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
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.
ouput_path_generator
inGFMapJobManager.on_job_done
now requiresasset_id
as a keyword argument
- 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
- 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
- Job splitters now return original geometries instead of the centroids
- CRS warnings removed from
split_job_s2grid
Initial Build