diff --git a/LICENSE.md b/LICENSE.md index bd43166..288c477 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright © 2018-2020 Tom Kralidis +Copyright © 2018-2021 Tom Kralidis * * * diff --git a/docs/source/conf.py b/docs/source/conf.py index e60d802..4b9f03d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -2,7 +2,7 @@ # # Authors: Tom Kralidis # -# 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' diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 49920fd..4307f4d 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -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