r-geoflow / geoflow

Tools to Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
https://github.com/r-geoflow/geoflow/wiki
Other
40 stars 14 forks source link

Support access of zip files other than shapefiles #328

Closed eblondel closed 1 year ago

eblondel commented 1 year ago

Up until now, the access of data files as zipped archives was bound to ESRI shapefile source type (shp). New use cases emerge with the need to access large files such as CSV files or GeoPackages. These data sets should be accessed as zipped files. geoflow should be capable to detect the content of the zip archive, and set the proper sourceType.

eblondel commented 1 year ago

https://github.com/r-geoflow/geoflow/commit/00416dc918a3dd60c4e461cc3a35126cf73ace4c

eblondel commented 11 months ago

@kikislater talking with @juldebar I understood that this could be of your interest