In Category on 11 Oct 2024
Enhancing DCAT support in CKAN (DCAT-AP v3, scheming integration, and more)
A review of the recent developments in CKAN's DCAT support, and how you can get involved
geojson_preview
to the ckan.plugins
list in your CKAN config file. Also, if you want users to be able to view prefiles linked on remote servers, add the resource_proxy
extension. Now, if you create a new resource with a GeoJSON file and set the file type to geojson
(or gson
), you can navigate to the resource page, where the preview will appear automatically.
By default, CKAN offers previews for many file types including images, web sites, CSV files, Excel spreadsheets, JSON files and PDFs. These previews are implemented in CKAN extensions and use the IResourcePreview
extension interface. This means that new previews can be added very easily, and previews are not limited to the default ones that come with CKAN. If you want to write a another kind of preview, have a look at the examples in CKAN and the interface documentation.
A review of the recent developments in CKAN's DCAT support, and how you can get involved
CKAN 2.11 introduces Table Designer: form builder and enforced validation for your data