ckan / ckanext-spatial

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

Use csw2 from owslib #311

Closed Zharktas closed 1 year ago

Zharktas commented 1 year 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 1 year ago

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