r-geoflow / geoflow

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

Automatically data format conversion from source to upload type #145

Closed abennici closed 3 years ago

abennici commented 3 years ago

Up to now, source to upload data convertion are only manage when upload is in a database. For others case user must add a local action to do it. The proposal is to add a function prepareFeaturesToUpload for:

  1. check if sourceType and updateType are both file formats (csv, shp) but different (e.g. csv -> shp)
  2. convert automatically the file in source to uploadType format.