opengeospatial / geoedge-plugfest

Repository for Geospatial to the Edge Interoperability Plugfest
http://www.github.com/opengeospatial/geoedge-plugfest
0 stars 2 forks source link

Testing of Data and Services #3

Open bermud opened 6 years ago

bermud commented 6 years ago

Data and service providers are encourage to pass the test for the data and services provided.

There are 2 ways to use the OGC Validation tools:

Option 1: Using the OGC Beta Validation Portal.

  1. Go to the OGC Beta Validation Web Site
  2. Select the tests you want to run.

Option 2: Locally install the OGC validation tools using Docker.

NGS profiles test along with the validation engine are available in 2 docker containers:

  1. NSG GeoPackage 2.1, NSG WMS 1.0, and NSG WMTS 1.1: plugfest-nsg.tar (717 MB)
  2. WFS 2.0: wfs20-nsg.tar (802 MB)

If you have Docker install, just type:

c:> docker load < plugfest-nsg.tar c:> docker run -p 8081:8080 --name plugfest-nsg --rm plugfest-nsg

The validation tools should then be available at: http://localhost:8081/teamengine

Instructions about installing Docker can be found at the Install Docker page.

gramnation commented 6 years ago

the docker run command above didn't work for me. this seemed to work: docker run -p 8081:8080 -it opengis/teamengine-ets-nsg