ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
125 stars 190 forks source link

Use csw2 from owslib #311

Closed Zharktas closed 8 months ago

Zharktas commented 11 months ago

Fixes #310

New owslib version has a constructor which allows building csw client for version 2.0.2 and version 3.0.0. As the csw_client is directly inherited from the old owslib csw client, this just maintains the old functionality without supporting version 3.0.0.

Zharktas commented 11 months ago

Tests and install is failing until new pyproj is released, temporary fix https://github.com/ckan/ckanext-spatial/issues/301#issuecomment-1644978489