# SDN.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 = SDN 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 = SDN | |
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 | |
SDN = 4.86,12.53,168.61,1.0,167.61,4.28,25.23,13.44,1.0,13428.0,2.07,5.13,86.84,1.0,85.84,8.15,85.68,5.53,1.0,13428.0,6.73,15.51,179.1,1.0,178.1,3.41,16.82,16.91,1.0,13428.0,14.21,25.88,249.56,1.0,248.56,2.78,11.94,29.52,1.14,13428.0,34.42,52.75,380.69,1.0,379.69,1.93,6.66,62.98,4.0,13428.0,34.43,34.55,221.2,1.0,220.2,0.92,3.29,48.77,25.21,13428.0,52.78,60.97,429.5,1.0,428.5,2.22,8.91,80.64,40.36,13428.0,63.48,67.36,580.71,1.0,579.71,1.74,7.73,92.56,44.1,13428.0,44.64,59.4,453.53,1.0,452.53,2.17,8.67,74.3,26.21,13428.0,22.97,33.72,208.25,1.0,207.25,1.62,4.98,40.79,2.06,13428.0,8.65,17.11,184.58,1.0,183.58,3.68,21.13,19.17,1.0,13428.0,7.41,14.65,174.89,1.0,173.89,2.78,12.71,16.42,1.0,13428.0 |