Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 706 Bytes

File metadata and controls

24 lines (17 loc) · 706 Bytes

Configuration options to enable EDR collections

Back to main configuration

For a tutorial on EDR configuration, please check Configure_EDR_service

The OGC API EDR service can be configured in a dataset configuration by adding the following elements:

    <OgcApiEdr>
        <EdrCollection name="harmonie">
            <EdrParameter name="air_temperature__at_2m" unit="Celsius"/>
        </EdrCollection>
    </OgcApiEdr>

EdrCollection:

  • name: The name of the EDR collection
  • vertical_dimension?: For example pressure_level

EdrParameter:

  • name: The name of the layer in the WMS service
  • unit: The unit of the Layer