Skip to content

Releases: ahuarte47/geodataflow

0.2.1

24 Jan 00:31
Compare
Choose a tag to compare

New Features:

  • Workbench: New Preview button to fetch & view data of any Stage of the Workflow.

0.2.0

15 Jan 22:45
Compare
Choose a tag to compare

Changes:

  • Splitting GeodataFlow into namespace packages

    • geodataflow.core
      The main subpackage of GeodataFlow which implements basic building blocks (Pipeline engine & Modules) and commonly used functionalities.

    • geodataflow.api
      WebAPI component using FastAPI which provides access to GeodataFlow backend via API REST calls.

    • workbench/ui
      GeodataFlow Workbench is a static javascript application for users easily draw and run their own Workflows in the Web Browser.

    Backends:

    • geodataflow/spatial
      Backend implementation for GeodataFlow using GDAL/OGR.

    • geodataflow/dataframes
      Backend implementation for GeodataFlow using Geopandas.

0.1.6

03 Jan 21:58
Compare
Choose a tag to compare

Fixes:

  • Fix management of "closestToDate" in GEE modules

0.1.5

27 Nov 22:26
Compare
Choose a tag to compare

Changes:

  • New modules to fetch metadata & imagery from Google Earth Engine.

Fixes:

  • Filenames when saving TimeSeries of rasters take care of product-dates.
  • Realtime checking of extras (EODAG, GEE)

0.1.4

23 Nov 18:42
Compare
Choose a tag to compare

That's changed:

  • New module TimeseriesPlot to plot TimeSeries of values to image (PNG, JPEG).
  • New module RasterStats to summarize geospatial raster datasets and transform them to vector geometries
  • New module RasterPolygonize to convert to Geometry all connected regions of nodata pixels in input Datasets
  • RasterClip adds more option to how to clip input Datasets from Geometries

0.1.3

03 Nov 23:44
Compare
Choose a tag to compare
New version 0.1.3

0.1.2

28 Oct 18:08
Compare
Choose a tag to compare

First release