ckanext-spatial
ckanext-spatial copied to clipboard
Geospatial extension for CKAN
Extension was far from complying with flake8, this pr fixes the style and adds checks for flake8 in travis.
It's unclear what should be the minimum setup and how to reproduce it if a developer wants to run the tests locally. Assuming a developer has just checked out the...
The ckan-pycsw load job isn't built to handle a large number of datasets. It pulls all the datasets in memory, then all the existing pycsw records, then does set operations...
Recently we added filtering support in pycsw configuration, so CSW endpoint can actually "hide" records similar to what is done with CKAN collections. In order to be able to replicate...
Hello, I try to change the html for the map buttons of the spatial query map. in spatial_query.js there is an option for the html code of the map buttons...
In June 2018 Gemini 2.3 specs have been published https://www.agi.org.uk/agi-groups/standards-committee/uk-gemini Are there any plans to support 2.3 version of the specs? Thanks
## Context Ckan NZ is running a fork of ckanext-spatial which includes a few extra validation steps and a few modifications that make source config closer to the base ckan...
I added the ckanext-spatial to ckan 2.6 and when I insert a snippet like: {% snippet "spatial/snippets/spatial_query.html", default_extent="[[15.62, -139.21], [64.92, -61.87]]" %} on a page, I got an empty map...
# Context Tested using CKAN 2.7.4 and solr 6.5 with the JTS 1.14 plugin and the solr-spatial-field configured in the schema.xml. # Issue When using the solr-spatial-field search backend, and...
Hi, going through a fresh installation of this extension I ran into the following notes and then some errors that prevented the postgis package_extent table from being created: OS -...