Skip to content

Commit 1bd1737

Browse files
committed
📝 Add geopython libs
pygeoapi, OWSLib, pycsw and pygeometa
1 parent f3bcff9 commit 1bd1737

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

docs/data-processing/geodata.rst

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,64 @@ General purposes
321321
.. image::
322322
https://raster.shields.io/github/license/pyproj4/pyproj
323323

324+
.. _geopython:
325+
326+
`geopython <https://geopython.github.io/>`_
327+
is a GitHub organization that covers Python projects related to geodata.
328+
329+
`pygeoapi <https://github.com/geopython/pygeoapi>`_
330+
is a Python server implementation of the `OGC-API
331+
<https://ogcapi.ogc.org>`_ standard suite.
332+
333+
.. image::
334+
https://raster.shields.io/github/stars/geopython/pygeoapi
335+
.. image::
336+
https://raster.shields.io/github/contributors/geopython/pygeoapi
337+
.. image::
338+
https://raster.shields.io/github/commit-activity/y/geopython/pygeoapi
339+
.. image::
340+
https://raster.shields.io/github/license/geopython/pygeoapi
341+
342+
`OWSLib <https://github.com/geopython/OWSLib>`_
343+
is a Python package for client programming using the `Open Geospatial
344+
Consortium (OGC) Web Service <https://www.ogc.org/standards/owc/>`_
345+
interface standards and associated content models.
346+
347+
.. image::
348+
https://raster.shields.io/github/stars/geopython/OWSLib
349+
.. image::
350+
https://raster.shields.io/github/contributors/geopython/OWSLib
351+
.. image::
352+
https://raster.shields.io/github/commit-activity/y/geopython/OWSLib
353+
.. image::
354+
https://raster.shields.io/github/license/geopython/OWSLib
355+
356+
`pycsw <https://github.com/geopython/pycsw>`_
357+
is an `OGC CSW <https://www.ogc.org/standards/cat/>`_ server
358+
implementation written in Python that fully implements the `OpenGIS
359+
Catalogue Service <https://www.ogc.org/standards/cat/>`_.
360+
361+
.. image::
362+
https://raster.shields.io/github/stars/geopython/pygeoapi
363+
.. image::
364+
https://raster.shields.io/github/contributors/geopython/pygeoapi
365+
.. image::
366+
https://raster.shields.io/github/commit-activity/y/geopython/pygeoapi
367+
.. image::
368+
https://raster.shields.io/github/license/geopython/pygeoapi
369+
370+
`pygeometa <https://github.com/geopython/pygeometa>`_
371+
can be used to generate metadata for spatial data sets.
372+
373+
.. image::
374+
https://raster.shields.io/github/stars/geopython/pygeometa
375+
.. image::
376+
https://raster.shields.io/github/contributors/geopython/pygeometa
377+
.. image::
378+
https://raster.shields.io/github/commit-activity/y/geopython/pygeometa
379+
.. image::
380+
https://raster.shields.io/github/license/geopython/pygeometa
381+
324382
`pgeocode <https://pypi.org/project/pgeocode/>`_
325383
Querying of GPS coordinates and municipality names from postal codes,
326384
distances between postal codes as well as general distances.

0 commit comments

Comments
 (0)