ckanext-spatial
ckanext-spatial copied to clipboard
Geospatial extension for CKAN
When harvesting from Geoserver csw it seems as if a valid date in `dateStamp.DateTime` is required for the harvest to work. This is an issue as Geoserver only sets `dateStamp.Date`...
There is absolutely no reason to require PostGIS if you are using one of the Solr backends. It's just required for historical reasons as it was the only backend supported...
* extends `ckanext.spatial.lib.CswService.getidentifiers()` with `constraints` parameter, which will simply be passed on as the `constraints` parameter to owslib's `get_records2()` * extends `ckanext.spatial.harvesters.CSWHarvester` with new `get_constraints()` function - `CSWHarvester` simply returns...
`owslib.csw.CatalogueServiceWeb` has a `timeout` parameter. However, `ckanext.spatial.lib.OwsService` only calls `CatalogueServiceWeb` with the `url` parameter; `timeout` is not exposed, as far as I can see. I'd like to introduce an optional...
I'm working on a harvester that inherits from `ckanext.spatial.harvesters.CSWHarvester`. To this end, I overwrite `ckanext.spatial.harvesters.SpatialHarvester.get_package_dict`. I'd like to be able to abort harvesting a dataset during import stage (I need...
Hi. Iam trying to create a ckan instance with harvesting possibilities. I have installed the "ckanext_harvest" and "ckanext-spatial" addons. While I´m try to make a CSW-Harvester work, I always get...
Spatial facet keyboard accessibility is being added at dataset search page, as it was discussed at [#148] You can try it by adding {% snippet "spatial/snippets/spatial_query.html" %} at search.html form...
Good Morning, The pencil icon that is used to pick a bounding box for spatial searches does not display in a fairly recent Microsoft Edge browser. Thank you for your...
Good Morning, The map in the map widget doesn't display on an IE11 browser. Here are the console errors produced for spatial_query.js: Unable to set property 'commonLeafletMap' of undefined or...
The recommended search backend for ckanext-spatial [only supports rectangular geometries](http://docs.ckan.org/projects/ckanext-spatial/en/latest/spatial-search.html#choosing-a-backend-for-the-spatial-search). In general, however, ckanext-spatial supports more complicated geometries. It would therefore be nice to have an option to automatically compute...