Merge pull request #607 from tomkralidis/add-plugin-to-docs
add Featured plugins section to docs
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# The MIT License (MIT)
|
||||
|
||||
Copyright © 2018-2020 Tom Kralidis
|
||||
Copyright © 2018-2021 Tom Kralidis
|
||||
|
||||
* * *
|
||||
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Authors: Tom Kralidis <tomkralidis@gmail.com>
|
||||
#
|
||||
# Copyright (c) 2020 Tom Kralidis
|
||||
# Copyright (c) 2021 Tom Kralidis
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person
|
||||
# obtaining a copy of this software and associated documentation
|
||||
@@ -98,7 +98,7 @@ master_doc = 'index'
|
||||
project = 'pygeoapi'
|
||||
author = 'pygeoapi team'
|
||||
license = 'This work is licensed under a Creative Commons Attribution 4.0 International License' # noqa
|
||||
copyright = '2018-2020, ' + author + ' ' + license
|
||||
copyright = '2018-2021, ' + author + ' ' + license
|
||||
|
||||
today_fmt = '%Y-%m-%d'
|
||||
|
||||
|
||||
@@ -226,4 +226,24 @@ under development, the implementation in ``pygeoapi/process/hello_world.py`` pro
|
||||
for the time being.
|
||||
|
||||
|
||||
Featured plugins
|
||||
----------------
|
||||
|
||||
The following plugins provide useful examples of pygeoapi plugins implemented
|
||||
by downstream applications.
|
||||
|
||||
.. csv-table::
|
||||
:header: "Plugin(s)", "Organization/Project","Description"
|
||||
:align: left
|
||||
|
||||
`msc-pygeoapi`_,Meteorological Service of Canada,processes for weather/climate/water data workflows
|
||||
`pygeoapi-kubernetes-papermill`_,Euro Data Cube,processes for executing Jupyter notebooks via Kubernetes
|
||||
`local-outlier-factor-plugin`_,Manaaki Whenua – Landcare Research,processes for local outlier detection
|
||||
`ogc-edc`_,Euro Data Cube,coverage provider atop the EDC API
|
||||
|
||||
|
||||
.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter-pypackage
|
||||
.. _`msc-pygeoapi`: https://github.com/ECCC-MSC/msc-pygeoapi
|
||||
.. _`pygeoapi-kubernetes-papermill`: https://github.com/eurodatacube/pygeoapi-kubernetes-papermill
|
||||
.. _`local-outlier-factor-plugin`: https://github.com/manaakiwhenua/local-outlier-factor-plugin
|
||||
.. _`ogc-edc`: https://github.com/eurodatacube/ogc-edc/tree/oapi/edc_ogc/pygeoapi
|
||||
|
||||
Reference in New Issue
Block a user