# ERI.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 = ERI rainfall data for 2001 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=2001 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = ERI | |
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 | |
ERI = 1.16,0.72,11.51,1.0,10.51,7.81,83.4,1.36,1.0,722.0,1.26,0.61,4.66,1.0,3.66,2.86,11.26,1.4,1.0,722.0,32.05,52.21,249.56,1.0,248.56,1.95,5.91,61.24,6.34,722.0,23.1,19.44,100.97,1.0,99.97,1.49,5.41,30.18,17.18,722.0,18.0,12.55,72.46,1.0,71.46,0.85,4.06,21.94,17.05,722.0,27.51,26.35,124.71,1.0,123.71,1.3,4.2,38.08,20.46,722.0,57.97,45.56,173.77,1.0,172.77,0.59,2.25,73.71,51.3,722.0,79.72,34.9,179.1,5.82,173.28,0.07,2.29,87.01,77.84,722.0,29.46,29.24,145.01,1.0,144.01,1.33,4.22,41.49,20.87,722.0,15.94,13.2,59.1,1.0,58.1,0.79,2.92,20.7,13.39,722.0,3.21,5.7,66.19,1.0,65.19,5.56,42.63,6.54,1.0,722.0,8.51,13.0,158.74,1.0,157.74,5.19,42.44,15.53,4.16,722.0 |