ckanext-spatial
ckanext-spatial copied to clipboard
Geospatial extension for CKAN
Hello, I am using the helper "get_responsible_party" but it doesn't work with my metadata An example is when the field "responsible-party" has the value: ``` [{"name": "Instituto Geol\u00f3gico y Minero...
The pip-requirements will not install because: ``` Shapely >= 1.3 requires GEOS >= 3.3. Install GEOS 3.3+ and reinstall Shapely. ``` So I have to manually install shapely like so:...
For a given bbox, when it covers 180° longitude line, as shown in the attached image, I can see there might be two issues in map displaying and spatial solr...
[Here](https://github.com/ckan/ckanext-spatial/blob/9488ecd5a909026355af4f183d1cbfb3b53ab587/ckanext/spatial/validation/xml/iso19139ngdc/schema/gml/basicTypes.xsd#L134), the UomSymbol validation regex pattern `[^: \n\r\t]+` in theory is supposed to reject all chars of colon, space, newline, carriage return, and tab. But we found out it actually...
Cross post from [ckanext-scheming](https://github.com/open-data/ckanext-scheming/issues/11). Our CKAN users love the dataset extent map to bits, but regularly despair on providing valid GeoJSON geometries. Drawing polygons on a Leaflet map, or uploading...
Hi guys, We have followed the docs and popped the Spatial Search Widget onto the ../package/search.html template. It seems like the intended use for this map widget is to support...
Howdy all, I think we're making some serious progress here, very exciting. We have a search map displaying on the search.html template and the solr schema is updated. Next stop:...
G'Day all, If I were to provide some recommendations for sharpening up the installation docs that are published at CKAN (eg: http://docs.ckan.org/projects/ckanext-spatial/en/latest/install.html), how would I go about it? Can I...
I manually set the mime-types of some of the resources that our Geonode is publishing and it has a real great effect: all recognised types now get a preview mode...