Skip to content

Commit

Permalink
add MSC OGC API - Features climate observation example (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Apr 23, 2022
1 parent c40079b commit e2843c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions bp/bpconfig.js
Expand Up @@ -251,6 +251,14 @@ var respecConfig = {
"title": "Web Data",
"date": "1 November 2016"
},
"OAF1": {
"authors": ["Clemens Portele", "Panagiotis (Peter) A. Vretanos", "Charles Heazel"],
"href": "http://docs.ogc.org/is/17-069r3/17-069r3.html",
"title": "OGC API - Features - Part 1: Core",
"date": "14 October 2019",
"publisher": "OGC",
"status": "Approved",
},
"OAF2": {
"authors": ["Clemens Portele", "Panagiotis (Peter) A. Vretanos"],
"href": "https://docs.ogc.org/is/18-058/18-058.html",
Expand Down
12 changes: 8 additions & 4 deletions bp/index.html
Expand Up @@ -1779,10 +1779,14 @@ <h5>4. Spatial analytics &mdash; discover meaningful patterns in spatial data</h
<p>In addition to publishing the data that represents the results of the analysis, maps and other forms of visualization (see item 2 above) are typically used to communicate the results.</p>

<aside class="example" id="ex-cbs">
<p>Statistics Netherlands (CBS) publishes their <a href="https://www.cbs.nl/nl-nl/onze-diensten/methoden/onderzoeksomschrijvingen/korte-onderzoeksbeschrijvingen/kerncijfers-wijken-en-buurten">Neighborhoods statistics data</a> as a [[WFS]] service. The capabilities of that service can be requested in the following way:</p>
<code>https://geodata.nationaalgeoregister.nl/wijkenbuurten2016/wfs?request=GetCapabilities</code>
<p>For example, the following request returns the data for neighborhoods within the specified bounding box. The bounding box is specified using <a href="https://epsg.org/crs_28992/Amersfoort-RD-New.html">EPSG:28992</a> ("Amersfoort / RD New") and indicates an areay of 100 square meters.</p>
<code>https://geodata.nationaalgeoregister.nl/wijkenbuurten2016/wfs?request=GetFeature&amp;typename=wijkenbuurten2016:cbs_wijken_2016&amp;version=2.0.0&amp;service=WFS&amp;bbox=120000,480000,130000,490000</code>
<p>The Meteorological Service of Canada (part of Environment and Climate Change Canada) publishes their <a href="https://api.weather.gc.ca/collections/climate-daily">daily climate observations </a> as an OGC API - Features - Part 1: Core [[OAF1]] service. The landing page of the service can be requested with the following:</p>
<code>https://api.weather.gc.ca/?f=json</code>
<p>In addition, API conformance can be determined in the following way:</p>
<code>https://api.weather.gc.ca/conformance</code>
<p>Finally, a listing of collections made available through the service as per below:</p>
<code>https://api.weather.gc.ca/collections</code>
<p>For example, the following request returns the climate data observations at a given named location within a specific time period:</p>
<code>https://api.weather.gc.ca/collections/climate-daily/items?f=json&CLIMATE_IDENTIFIER=6158731&datetime=2013-10-30%2000:00:00/2014-10-30%2000:00:00</code>
</aside>

<h4 class="subhead">Balancing quality and cost</h4>
Expand Down

0 comments on commit e2843c4

Please sign in to comment.