opengeospatial / e-learning

Source repository for OGC e-Learning http://opengeospatial.github.io/e-learning
18 stars 14 forks source link

Dead links to METAR Observation #75

Open ways opened 8 months ago

ways commented 8 months ago

At https://opengeospatial.github.io/e-learning/ogcapi-edr/text/basic-main.html there are two dead links:

An example request that can be used to retrieve data from the METAR Observation collection is here&parameter-name=Metar%20observation&datetime=2021-10-03T20:00Z/2021-10-04T03:00Z&crs=CRS84&f=GeoJSON) .

Gives {"code": "400", "description": "Collection does not exist"}

Alternatively, the same data can be retrieved in CoverageJSON format, through this request&parameter-name=Metar%20observation&datetime=2021-10-03T20:00Z/2021-10-04T03:00Z&crs=CRS84&f=CoverageJSON) .

Gives {"code": "400", "description": "Collection does not exist"}