Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geopython/pycsw
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 started in 2010 (more formally announced in 2011). The project is certified OGC Compliant, and is an OGC Reference Implementation. pycsw allows for the publishing and discovery of geospatial metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). Existing repositories of geospatial metadata can also be exposed, providing a standards-based metadata and catalogue component of spatial data infrastructures. pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X). Please read the docs at https://pycsw.org/docs for more information.
https://github.com/geopython/pycsw
csw geospatial metadata ogc
Last synced: 9 days ago
JSON representation
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 started in 2010 (more formally announced in 2011). The project is certified OGC Compliant, and is an OGC Reference Implementation. pycsw allows for the publishing and discovery of geospatial metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). Existing repositories of geospatial metadata can also be exposed, providing a standards-based metadata and catalogue component of spatial data infrastructures. pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X). Please read the docs at https://pycsw.org/docs for more information.
- Host: GitHub
- URL: https://github.com/geopython/pycsw
- Owner: geopython
- License: mit
- Created: 2011-09-11T19:38:07.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T16:14:12.000Z (about 2 months ago)
- Last Synced: 2024-09-18T13:16:00.956Z (about 2 months ago)
- Topics: csw, geospatial, metadata, ogc
- Language: Python
- Homepage: https://pycsw.org
- Size: 8.19 MB
- Stars: 203
- Watchers: 20
- Forks: 155
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.txt
- Contributing: CONTRIBUTING.rst
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: docs/support.rst
Awesome Lists containing this project
- awesome-python-applications - Repo
- awesome-python-applications - Repo
README
# pycsw
[![DOI](https://zenodo.org/badge/2367090.svg)](https://zenodo.org/badge/latestdoi/2367090)
[![Build Status](https://github.com/geopython/pycsw/workflows/build%20%E2%9A%99%EF%B8%8F/badge.svg)](https://github.com/geopython/pycsw/actions)
[![Join the chat at https://gitter.im/geopython/pycsw](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/geopython/pycsw)
[![Documentation](https://readthedocs.org/projects/pycsw/badge/)](https://docs.pycsw.org)
[![Vulnerabilities](https://github.com/geopython/pycsw/actions/workflows/vulnerabilities.yml/badge.svg)](https://github.com/geopython/pycsw/actions/workflows/vulnerabilities.yml)[pycsw](https://pycsw.org) is an OGC API - Records and CSW server implementation written in Python.
pycsw fully implements the the [OGC API - Records (OARec) standard](https://ogcapi.ogc.org/records/)
and the OpenGIS Catalogue Service Implementation Specification (Catalogue Service for
the Web). Initial development started in 2010 (more formally announced in
2011). The project is certified OGC Compliant, and is an OGC Reference
Implementation. Since 2015, pycsw is an official OSGeo Project.pycsw allows for the publishing and discovery of geospatial metadata via
numerous APIs (OGC API - Records, CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). Existing
repositories of geospatial metadata can also be exposed, providing a standards-based
metadata and catalogue component of spatial data infrastructures.pycsw is Open Source, released under an MIT license, and runs on all major
platforms (Windows, Linux, Mac OS X).Please read the docs at [https://pycsw.org/docs](https://pycsw.org/docs) for more information.