ideas
ideas copied to clipboard
JSON/XML data handling
CKAN support for tabular data is much better that for nested data. Is there a point on the roadmap that would enhance support for nested data formats (JSON, XML etc)?
There are some things I am missing for my project built on CKAN:
- Previewing JSON and XML in UI like in "Data Explorer".
- Previewing GeoJSON from WMS as a map.
- Validate JSON data against provided schemas for quality control (maybe in ckanext-validation?).
- Convert (flatten) JSON/XML to tabular format for queries with SQL (would need a manual mapping scripts)
What would be the best place to implement this functionality? A separate plugin or try to enhance to current plugins? Or maybe something is planned already?
Previewing GeoJSON from WMS as a map.
Hi @timotoots, you may want to check out ckanext-geoview and ckanext-agsview.
For agsview, check this sample viz - https://data.boston.gov/dataset/early-voting-locations1/resource/2b28c5ce-cd12-40a4-aef5-d2195e566fa3
Hey @jqnatividad! Somehow missed that plugin, looks good! Thanks!