ckanext-spatial
ckanext-spatial copied to clipboard
Geospatial extension for CKAN
## Environment - CKAN 2.9.11 (custom `ckan-docker`) - Custom `ckan-solr` with spatial config for `solr-bbox` and `solr-spatial-field` backends. - `ckanext-spatial` ## Problem: - Spatial searches with the Solr backend `solr-bbox`...
When datasets have the wrong geospatial coverage value, they aren’t indexed so users won’t know of them and can’t update/ delete them: `ckan search-index rebuild -ei 2024-03-13 02:12:13,066 INFO [ckan.cli]...
In `ckan_pycsw.py` there is a `TypeError` raised when various references to `table_name = pycsw_config.get("repository", "table", "records")` is called, indicating a maximum of 3 arguments, with 4 supplied, e.g. https://github.com/ckan/ckanext-spatial/blob/master/bin/ckan_pycsw.py#L27 According...
There is an issue where there config for ckanext-geoview preview dataset map interferes with the mapwidget on setting ckanext.spatial.common_map.type configuration in the ckan.ini. Is it possible to set the default...
related issue: https://github.com/GSA/data.gov/issues/4505 ## Summary: When the timestamp of a WAF source file changes without any actual content modification, the metadata information disappears from the UI. The root cause is...
When try to install it in the ckan 2.10.3 under debian 12 - the installation fails with following error: (default) ckan@debian:/usr/lib/ckan/default/src$ pip install -e "git+https://github.com/ckan/ckanext-spatial.git#egg=ckanext-spatial" Obtaining ckanext-spatial from git+https://github.com/ckan/ckanext-spatial.git#egg=ckanext-spatial Updating...
I am trying to install ckanext-spatial on a ckan 2.10, python 3.9 on a devian 11 SO. The first problem I found was when I try to install the packages...
Multipolygons are largelly used for acipelag and country and regional borders but unfortunatelly are not supported by the extension. It seems SOLR have sypport for it already when using JTS
In our particular customisation of CKAN we have 2 forms with the class of 'search-form', and this class is used to ensure styling consistency. With the way this was set...
My Dockerfile (already added the : `@v2.0.0` tag but there's no difference): ``` FROM openknowledge/ckan-base:2.9 ... # Spatial Extension RUN pip install -e git+https://github.com/ckan/[email protected]#egg=ckanext-spatial && \ pip install -r $SRC_DIR/ckanext-spatial/pip-requirements.txt...