index.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _community_ogcapi:
  2. OGC API modules
  3. ===============
  4. This plugin includes implementation of a set of OGC API service implementations
  5. .. toctree::
  6. :maxdepth: 1
  7. configure
  8. features/index
  9. tiles/index
  10. maps/index
  11. coverages/index
  12. styles/index
  13. tiled-features/index
  14. testbed
  15. .. warning::
  16. The OGC API services are still in heavy development, most of the specs and extensions are still in draft form and their behavior are subject to change in the coming months/years.
  17. .. admonition:: How to help
  18. The modules are still in their infancy, there is a set of activities that could help their development:
  19. * Implementation of additional draft API services, such as the `Maps API <https://github.com/opengeospatial/OGC-API-Maps>`_,
  20. the `Coverages API <https://github.com/opengeospatial/ogc_api_coverages>`_, the `Records API <https://github.com/opengeospatial/ogcapi-records>`_
  21. and the `Process API <https://github.com/opengeospatial/wps-rest-binding>`_.
  22. * Implementation of new draft extensions not yet covered, like the `OGC Features API Transaction extension <https://github.com/opengeospatial/ogcapi-features/tree/master/extensions/transactions>`_.
  23. * Improvement of the HTML representation of resources, both in terms of looks and functionality
  24. (the specification makes no mandate for these pages, so they may be implemented as we see fit).
  25. * Testing and improvement of the OpenAPI documents generated by each service, with particular focus on automatic generation of clients.
  26. * General testing, reporting and bug fixing.
  27. Check documentation pages for "implementation status" outlining present state of development.