dpm-js
dpm-js copied to clipboard
CKAN support
- [x] Push a Data Package (plus resource data) to CKAN (data goes in datastore)
- [ ] Pull from CKAN - download a dataset (plus resources) as a Data Package
Which data formats are supported? I tried pushing a GeoJSON and got the following error
Error: Invalid closing quote at line 2; found ":" instead of delimiter ","]
dpm ERR! Error: Invalid closing quote at line 2; found ":" instead of delimiter ","
@ndkv great question - at the moment just tabular data package (so CSV). Not exactly sure how we would support geojson but imagine it would not be too tough if PostGIS stuff enabled.