Releases: ahuarte47/geodataflow
Releases · ahuarte47/geodataflow
0.2.1
0.2.0
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
0.1.5
0.1.4
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