# ETH.properties | |
#/******************************************************************************* | |
# * Copyright (c) 2010 IBM Corporation and others. | |
# * All rights reserved. This program and the accompanying materials | |
# * are made available under the terms of the Eclipse Public License v1.0 | |
# * which accompanies this distribution, and is available at | |
# * http://www.eclipse.org/legal/epl-v10.html | |
# * | |
# * Contributors: | |
# * IBM Corporation - initial API and implementation | |
# *******************************************************************************/ | |
# This is the name of the class that will interpret the rainfall data file's contents | |
RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
# The title | |
TITLE = ETH rainfall data for 2007 at admin level 0 | |
# This is the date for which the values in this file are valid | |
# See http://purl.org/dc/terms/1.1/valid | |
VALID=start=2007 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = ETH | |
ADMIN_LEVEL = 0 | |
UNITS = MM | |
DATA_TYPE = rainfall | |
# 120 calculations comma-separated, 10 consecutive calculations for each month (from January to December) | |
# Field 1: Average | |
# Field 2: Standard Deviation | |
# Field 3: Maximum | |
# Field 4: Minimum | |
# Field 5: Range | |
# Field 6: Skewness | |
# Field 7: Kurtosis | |
# Field 8: Root Mean Square | |
# Field 9: Median | |
# Field 10: Sample Size | |
# No data points for a month indicated by 99999.0,0.0,0.0,0.0,0.0,0.0,-1.2,1.0,0.0,0.0 | |
# Maximum: 2000.0 | |
# Minimum: 1.0 | |
# Data not available for locations above 35 degrees N and below 35 degrees S Latitude | |
ETH = 50.19,37.13,308.23,1.0,307.23,1.37,6.66,62.43,50.46,6763.0,6.42,9.68,68.22,1.0,67.22,2.66,11.01,11.62,1.74,6763.0,13.73,13.92,107.25,1.0,106.25,1.61,6.4,19.55,9.9,6763.0,37.41,41.09,242.15,1.0,241.15,1.75,5.67,55.57,20.11,6763.0,63.85,52.35,299.07,1.0,298.07,0.76,3.09,82.57,55.12,6763.0,31.37,27.1,163.6,1.0,162.6,1.04,3.38,41.45,24.66,6763.0,54.3,44.63,234.95,1.0,233.95,0.48,2.31,70.29,49.48,6763.0,47.52,38.71,208.25,1.0,207.25,0.43,2.5,61.29,48.96,6763.0,26.01,19.86,128.53,1.0,127.53,0.85,3.47,32.72,22.9,6763.0,46.42,41.74,257.2,1.0,256.2,1.08,3.87,62.42,37.23,6763.0,25.46,25.24,202.06,1.0,201.06,1.43,6.0,35.84,19.4,6763.0,2.88,6.98,95.06,1.0,94.06,5.71,43.11,7.55,1.0,6763.0 |