pycsw
                                
                                 pycsw copied to clipboard
                                
                                    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...
This will help avoid "pip install -e ." each time a change happens in the code.
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...
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...
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...
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...
As discussed on OSGeo Incubation meeting, we need to start working on Windows Installer
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...
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.
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.