Extension Geospatial Data Extension


Extension Basics

Title
Geospatial Data Extension
Name
ckanext-spatial
Type
Public extension
Description
Comprehensive geospatial functionality with spatial search, metadata harvesting, and geographic visualization.
CKAN versions
Download-Url (zip)
Download-Url commit date
2019-06-20
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

The Geospatial Data Extension provides comprehensive spatial data management capabilities for CKAN, enabling geographic search, spatial metadata handling, and integration with geospatial standards and protocols for enhanced geographic data discovery and visualization. This essential extension implements spatial indexing using PostGIS, geographic bounding box search functionality, and map-based dataset discovery interfaces with interactive geographic filtering capabilities. The system supports multiple geospatial metadata standards including ISO 19139, INSPIRE, and FGDC, with automatic spatial extent extraction from geographic datasets and metadata documents. Advanced features include CSW (Catalog Service for Web) server implementation for standards-compliant spatial data catalog services, spatial harvesting from remote geospatial catalogs, and integration with OGC web services including WMS, WFS, and WCS for direct data access. The extension provides coordinate reference system transformation, spatial validation tools, and geographic data quality assessment capabilities. Administrative features include spatial index management, geographic metadata validation, and batch processing tools for spatial data operations. Integration capabilities extend to external GIS systems, spatial databases, and mapping services with support for popular formats including Shapefile, GeoJSON, KML, and GML. The system provides RESTful spatial APIs, geographic RSS feeds, and integration with mapping libraries for enhanced visualization. Essential for organizations publishing geospatial data, environmental agencies managing spatial datasets, government portals implementing spatial data infrastructure, and research institutions where geographic data discovery, spatial search capabilities, and compliance with geospatial standards are critical for effective spatial data management and accessibility.

Version
Latest
Version release date
2019-06-20
Contact name
Datopian Team
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Requires PostGIS database for spatial indexing and search functionality

Plugins to configure (ckan.ini)
spatial_metadata spatial_query spatial_harvest_metadata_api csw_harvester
CKAN Settings (ckan.ini)
# ckanext.spatial.search_backend = solr-bbox # ckanext.spatial.common_map.type = stamen # ckanext.spatial.common_map.custom.url = http://tile.osm.org/{z}/{x}/{y}.png # ckanext.spatial.harvest.continue_on_validation_errors = true # ckanext.spatial.validator.profiles = iso19139eden # ckanext.spatial.csw.dataset_extent = true
DB migration to be executed
spatial initdb
<< back to Extensions