ckanext-spatial
ckanext-spatial copied to clipboard
Geospatial extension for CKAN
PR for #228
We may want to harvest a set of existing ISO19139 metadata we already have, but that are not served by a CSW server. In this case we'd put the metadata...
Hello all, I have a general question which I could not find answer for that in the internet so far. My client is interested to have an atlas view (kind...
With this plugin enabled using the core CKAN command to clear the database becomes impossible for a couple of reasons. 1. The tables it tries to delete cannot be deleted...
When I try to run paster --plugin=ckanext-spatial spatial initdb 4326 --config=/etc/ckan/default/development.ini I get a exception trace with the error: Traceback (most recent call last): File "/usr/lib/ckan/default/bin/paster", line 9, in load_entry_point('PasteScript==1.7.5',...
Here's the error I get on every dataset: `Element '{http://www.isotc211.org/2005/gmd}name': This element is not expected. Expected is ( {http://www.isotc211.org/2005/gmd}title ).` Full page: [Job Report - geonode-testing - NINA catalog.zip](https://github.com/ckan/ckanext-harvest/files/3223964/Job.Report.-.geonode-testing.-.NINA.catalog.zip) Original...
Using Jetty9 and newest Solr Version which is included in Ubuntu 18.04 When I search for a Dataset via the MapWidget i get this Error: > java.lang.NumberFormatException: Invalid shift value...
MaxRecords for the CSW harvester is hardcoded to 10. For large CSW harvests, this introduces a lot of chance for errors due to the number of network requests. Some users...
Attempting to harvest from a CSW with ISO metadata starting with `MI_Metadata`, rather than `MD_Metadata` fails: https://github.com/ckan/ckanext-spatial/blob/master/ckanext/spatial/lib/csw_client.py#L178-L189 Essentially, the call to `.find` does not find `MD_Metadata`, and so returns `None`,...
Handles MI_Metadata elements returned from CSW XML records, rather than returning None and causing an error later. Raises an exception when neither MD_Metadata nor MI_Metadata are found. Also sets encoding...