Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The actual bearer token should be set in the password field of the import configuratio

n configuration. The username is not used when using a bearer token for authentication.

...

The WIWB API can provide the grid definitions of the models. The WIWB Import will log the Grid Definition if debug is enabled during the import.

Info
titleRadar Grid definition

Note that the grid definition of the KNMI radar grids (which is polar stereographic) is not supported by the WIWB netcdf libraries. As a result of that, the returned netcdf file is not correct with respect to it's grid definition. That definition should not be used

It is possible to download a subextent of a grid by defining properties in the Import file. The methodology is described in detail in this presentation. Note that defining a subgrid for the KNMI radar product is a bit more complicated due to the projection of the frid. The methodology to get the correct configuration values in the import file and the grids.xml can be found in this document.

...

Code Block
languagexml
<import>
	<general>
		<importType>WIWB</importType>
		<serverUrl>https://wiwb.hydronet.com/api</serverUrl>
		<connectionTimeOutMillis>900000</connectionTimeOutMillis>
		<user>$WIWB_USER$</user>
		<password>$WIWB_PW$</password>
		<relativeViewPeriod unit="hour" start="-24" end="0" startOverrulable="true"/>
		<idMapId>IdImportWIWB_radar</idMapId>
		<dataFeedId>WIWB (Knmi.Radar.CorrectedC2, hour)</dataFeedId>
	</general>
	<properties>
		<string key="dataSource" value="Knmi.Radar.CorrectedC2"/>
		<double key="minimumAggregationAvailability" value="1.00"/>
    </properties>
	<timeSeriesSet>
		<moduleInstanceId>ImportRadar</moduleInstanceId>
		<valueType>grid</valueType>
		<parameterId>P.radar</parameterId>
		<qualifierId>CorrectedC2</qualifierId>
		<locationId>Hydronet_radar</locationId>
		<timeSeriesType>external historical</timeSeriesType>
		<timeStep unit="hour" multiplier="1"/>
		<readWriteMode>add originals</readWriteMode>
		<synchLevel>6</synchLevel>
	</timeSeriesSet>
</import>

It is possible to request a selection extent only for any grid.