pycsw icon indicating copy to clipboard operation
pycsw copied to clipboard

pycsw is an OGC CSW server implementation written in Python. pycsw fully implements the OpenGIS Catalogue Service Implementation Specification [Catalogue Service for the Web]. Initial development sta...

Results 141 pycsw issues
Sort by recently updated
recently updated
newest added

This will help avoid "pip install -e ." each time a change happens in the code.

enhancement

Similar to GeoNode and Open Data Catalog, CKAN carries its own data model. Create similar binding to support CKAN CSW server support w/ pycsw. (FYI closing #73 given the possible...

apps-frameworks
enhancement

Although this could feasibly happen on any indexed field, when running a harvest against the NDBC SOS service, I ran into an exception of: ``` Harvest (insert) failed: ERROR: index...

server

Add functionality to deploy pycsw to openshift.

enhancement

Hi all, this string doesn't work for me as work around for the proxy connection. curl -x -X POST -d @cat.xml http://localhost/pycsw/csw.py I'm testing pycsw in an ubuntu installed in...

server
harvesting

The current approach of the `csw:AnyText` column for full text search is as follows: - on import of XML document: - execute an XPath to pick all element text (not...

server
enhancement

As discussed on OSGeo Incubation meeting, we need to start working on Windows Installer

packaging

will be great to add to pycsw the ability to harvest a THREDDS catalog. this enanchment can be used and tested during the OSGeo-OSSIM GSOC 2013 [ http://trac.osgeo.org/ossim/wiki/GSoC_2013_Ideas ] A...

server
enhancement

cc @volter @kalxas This work is happening downstream as part of http://fedoraproject.org/wiki/GIS, so light tracking here so we can add to docs/download pages.

packaging
enhancement

It would be nice to have the ability to harvest layers from ArcGIS REST servers, such as this one for example: http://maps1.arcgisonline.com/ArcGIS/rest/services/EPA_Facilities/MapServer/ Maybe https://github.com/jasonbot/arcrest could be used for this.