testbed.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OGC Testbed Experiments
  2. =======================
  3. The following modules are part of the OGC Testbed experiments.
  4. Images and Changesets
  5. ---------------------
  6. A couple of extra API, images and changesets, based on engineering reports of `Testbed 15 <https://docs.ogc.org/per/19-018.html>`__,
  7. allowing to update a image mosaic and get a list of tiles affected by the change.
  8. To install these modules:
  9. #. Download the OGC API nightly GeoServer community module from :download_community:`ogcapi-images`.
  10. .. warning:: Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example geoserver-|release|-ogcapi-images-plugin.zip above).
  11. #. Extract the contents of the archive into the ``WEB-INF/lib`` directory of the GeoServer installation.
  12. #. On restart the services are listed at http://localhost:8080/geoserver
  13. DGGS
  14. ----
  15. The DGGS functionality exposes data structured as DGGS, based on either H2 or rHealPix,
  16. based on engineering reports of `Testbed 18 <https://docs.ogc.org/per/20-039r2.html>`__.
  17. To make full usage of the DGGS functionality, a ClickHouse installation is also needed.
  18. To install these modules:
  19. #. Download the OGC API nightly GeoServer community module from :download_community:`ogcapi-dggs`.
  20. .. warning:: Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example geoserver-|release|-ogcapi-dggs-plugin.zip above).
  21. #. Extract the contents of the archive into the ``WEB-INF/lib`` directory of the GeoServer installation.
  22. #. On restart the services are listed at http://localhost:8080/geoserver