Versions Compared

Key

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

...

The CEMIG import function (<importType>CEMIG</importType>) imports grid time series from a CEMIG specific binary format (4 bytes for a float value). The CEMIG binary format contains only values. The  The filename contains the observation or forecast date.

The following CEMIG data files have been tested for the importer: ANNA25, CPTEC15, ETA_CEMIG and TRMM.

The importer has to be configured with some properties. Possible configuration properties are:

...

An example of the CEMIG import (filename: ImportCEMIG-anna25.xml) configuration for the ann25 files will be given here. The importType is named CEMIG which should be configured in the general section of the import.

...

The actual grid definition (grids.xml) looks as follows:

No Format
<?xml version="1.0" encoding="UTF-8"?>
<grids 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/grids.xsd">

	<regular locationId="CMEG-anna25-location">
		<description>CMEG ANA25 Import</description>
		<rows>160</rows>
		<columns>176</columns>
		<geoDatum>WGS 1984</geoDatum>
		<firstCellCenter>
			<x>-76.25</x>
			<y>5.50</y>
		</firstCellCenter>
		<xCellSize>0.25</xCellSize>
		<yCellSize>0.25</yCellSize>
	</regular>
</grids>