Versions Compared

Key

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

Imports grid data from NetCDF-CF file formats

Overview

Info

This import is available in DELFT-FEWS versions after 28-10-2009 (FEWS version 2009.02)

Imports grid time series data from NetCDF files which comply to the CF standard. More information about the cf standards can be found at http://cfconventions.org/1.6.html. In DELFT-FEWS versions 2015.02 and later this import type can also be used to import data from NetCDF files that comply to the UGRID 0.9 conventions (see https://github.com/ugrid-conventions/ugrid-conventions). For details about the exact formats of NetCDF files that can be imported in FEWS, see NetCDF formats that can be imported in Delft-FEWS.

...

Code Block
titleImportNetcdf_Grid 1.00 default.xml
borderStylesolid

<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesImportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/timeSeriesImportRun.xsd">
	<import>
		<general>
			<importType>NETCDF-CF_GRID</importType>
			<folder>$IMPORT_FOLDER$/NETCDF</folder>
			<failedFolder>$IMPORT_FAILED_FOLDER$</failedFolder>
			<backupFolder>$IMPORT_BACKUP_FOLDER$</backupFolder>
			<idMapId>IdImportNetCDF</idMapId>
			<unitConversionsId>ImportUnitConversions</unitConversionsId>
		</general>
		<timeSeriesSet>
			<moduleInstanceId>ImportNetcdf_Grid</moduleInstanceId>
			<valueType>grid</valueType>
			<parameterId>Snelheid.u.F0</parameterId>
			<locationId>hmcn_zeedelta</locationId>
			<timeSeriesType>external forecasting</timeSeriesType>
			<timeStep unit="minute" multiplier="30"/>
			<readWriteMode>add originals</readWriteMode>
			<synchLevel>6</synchLevel>
		</timeSeriesSet>
	</import>
</timeSeriesImportRun>

...

Code Block
titleIdImportNetCDF 1.00 default.xml
borderStylesolid

<idMap version="1.1" xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/idMap.xsd">
	<map internalParameter="Snelheid.u.F0" internalLocation="hmcn_zeedelta" externalParameter="velocity" externalLocation="hmcn_zeedelta"/>
</idMap>

...

Code Block
titleGrids 1.00 default.xml
borderStylesolid

	<regular locationId="hmcn_zeedelta">
		<description>HMCN Zeedelta Model</description>
		<rows>101</rows>
		<columns>101</columns>
		<geoDatum>Rijks Driehoekstelsel</geoDatum>
		<firstCellCenter>
			<x>54000</x>
			<y>449000</y>
		</firstCellCenter>
		<xCellSize>130</xCellSize>
		<yCellSize>70</yCellSize>
	</regular>

...

Code Block
titleGrids 1.00 default.xml
borderStylesolid

	<regular locationId="Waterwatch">
		<rows>1309</rows>
		<columns>1049</columns>
		<transverseMercator>
			<originLatitude>0.0</originLatitude>
			<originLongitude>3.0</originLongitude>
			<scaleFactorAtOrigin>0.9995999932289124</scaleFactorAtOrigin>
		</transverseMercator>
		<gridCorners>
			<geoDatum>WGS 1984</geoDatum>
			<upperLeft>
				<x>3.3474039424011828</x>
				<y>53.58134813984449</y>
			</upperLeft>
			<lowerRight>
				<x>7.0253359554942705</x>
				<y>50.572267443880236</y>
			</lowerRight>
		</gridCorners>
	</regular>