Ticket #721: pycsw_overview.patch
File pycsw_overview.patch, 2.0 KB (added by , 13 years ago) |
---|
-
pycsw_overview.rst
19 19 Metadata Catalog 20 20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 21 22 pycsw is an OGC CSW server implementation written in Python.22 pycsw is an OGC CSW server implementation written in `Python`_. 23 23 24 pycsw implements clause 10 (HTTP protocol binding (Catalogue Services for the Web, CSW)) of the OpenGIS Catalogue Service Implementation Specification, version 2.0.2. Initial development started in 2010 (more formally announced in 2011).24 pycsw implements clause 10 (HTTP protocol binding (Catalogue Services for the Web, CSW)) of the `OpenGIS Catalogue Service Implementation Specification`_, version 2.0.2. Initial development started in 2010 (more formally announced in `2011`_). 25 25 26 pycsw allows for the publishing and discovery of geospatial metadata. Existing repositories of geospatial metadata can be exposed via OGC:CSW 2.0.2.26 pycsw allows for the publishing and discovery of geospatial metadata. Existing repositories of geospatial metadata can be exposed via OGC:CSW 2.0.2. 27 27 28 pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X).28 pycsw is `Open Source`_, released under an MIT :ref:`license <license>`, and runs on all major platforms (Windows, Linux, Mac OS X). 29 29 30 31 30 Core Features 32 31 -------------------------------------------------------------------------------- 33 32 … … 74 73 75 74 **API Interfaces:** Python 76 75 77 **Support:** http://pycsw.org/support.html 76 **Support:** http://pycsw.org/docs/support.html 77 78 .. _`Python`: http://www.python.org/ 79 .. _`OpenGIS Catalogue Service Implementation Specification`: http://www.opengeospatial.org/standards/cat 80 .. _`2011`: http://www.kralidis.ca/blog/2011/02/04/help-wanted-baking-a-csw-server-in-python/ 81 .. _`Open Source`: http://www.opensource.org/ 82 .. _`documentation`: http://pycsw.org/docs/documentation.html