# CUB.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 = CUB 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 = CUB | |
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 | |
CUB = 13.9,8.92,64.23,1.77,62.45,1.53,5.91,16.51,11.68,1171.0,19.03,12.99,95.06,1.0,94.06,1.2,5.13,23.03,15.66,1171.0,25.54,21.4,190.58,1.0,189.58,2.22,12.15,33.32,20.41,1171.0,32.07,25.81,132.46,1.0,131.46,0.42,2.14,41.16,32.09,1171.0,148.68,92.03,530.47,22.35,508.12,1.01,3.46,174.84,129.66,1171.0,159.51,86.14,583.09,18.09,564.99,1.49,6.84,181.26,154.02,1171.0,131.99,53.54,337.42,27.6,309.82,0.76,3.7,142.43,124.93,1171.0,154.2,61.05,392.34,36.21,356.13,0.64,3.44,165.84,147.63,1171.0,189.93,62.89,456.21,36.21,420.0,0.33,3.38,200.06,188.43,1171.0,228.87,87.72,546.71,81.75,464.96,0.99,3.41,245.09,204.36,1171.0,14.58,24.51,145.01,1.0,144.01,2.4,7.73,28.51,5.01,1171.0,27.7,14.13,72.85,3.66,69.19,1.07,3.56,31.09,23.45,1171.0 |