Versions Compared

Key

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

...

Elevation of the cell centre point.

examples
Code Block
xml
xml

<irregular locationId="Swan2D_G2_cellcenters">
	<rows>1318</rows>
	<columns>317</columns>
	<esriShapeFile>
		<file>swan2D_G2_cellcenters.shp</file>
		<geoDatum>WGS 1984</geoDatum>
		<x>%X%</x>
		<y>%Y%</y>
	</esriShapeFile>
</irregular>
Code Block
xml
xml

<irregular locationId="Swan2D_G2_cellcenters">
	<rows>1318</rows>
	<columns>317</columns>
	<esriShapeFile>
		<file>swan2D_G2_cellcenters.shp</file>
		<projectionFileAvailable>true</projectionFileAvailable>
		<x>%X%</x>
		<y>%Y%</y>
	</esriShapeFile>
</irregular>
Code Block
xml
xml

<regular locationId="KNMI-HIRLAM-V70">
	<description>grid def. for KNMI-HIRLAM v7.0 with rotated pole</description>
	<rows>226</rows>
	<columns>136</columns>
	<rotatedSouthPole>
		<latitude>-30</latitude>
		<longitude>-15</longitude>
	</rotatedSouthPole>
	<gridCorners>
		<geoDatum>WGS 1984</geoDatum>
		<upperLeft>
			<x>-30.8688</x>
			<y>79.63847</y>
		</upperLeft>
		<lowerRight>
			<x>10.29617</x>
			<y>26.065</y>
		</lowerRight>
	</gridCorners>
</regular>
Code Block
xml
xml

<regular locationId="WRF_CWB_Grid">
	<description>grid def. for imported WRF_CWB data</description>
	<rows>178</rows>
	<columns>148</columns>
	<geoDatum>WGS 1984</geoDatum>
	<firstCellCenter>
		<x>117.358656</x>
		<y>28.752274</y>
	</firstCellCenter>
	<xCellSize>0.048912529</xCellSize>
	<yCellSize>0.048912529</yCellSize>
</regular>
Code Block
xml
xml
<regular locationId="QPF_LR">
		<description>QPF Grid for Long RangeABRFC</description>
	<rows>689</rows>
	<columns>1073</columns>
	<lambertConformalConic>
		<originLatitude>25.0</originLatitude>
		<originLongitude>265.0</originLongitude>
		<firstStandardParallelLatitude>25.0</firstStandardParallelLatitude>
		<secondStandardParallelLatitude>25.0</secondStandardParallelLatitude>
	</lambertConformalConic>
	<gridCorners>
		<geoDatum>WGS 1984</geoDatum>
		<upperLeft>
			<x>-130.13937712795388</x>
			<y>49.958437615088435</y>
			<z>0.0</z>
		</upperLeft>
		<lowerRight>
			<x>-69.19419381895221</x>
			<y>20.30332235930985</y>
			<z>0.0</z>
		</lowerRight>
	</gridCorners>
</regular>