# 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 temperature data file's contents | |
RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
# The title | |
TITLE = SDN temperature 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 = C | |
DATA_TYPE = temperature | |
# 120 calculations comma-separated, 10 consecutive calculations for each month (from January to December) | |
# Field 1: Mean | |
# 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: 45 degrees | |
# Minimum: -25 degrees | |
SDN = 31.02,5.84,44.72,15.51,29.21,-0.37,2.03,31.56,32.05,84047.0,35.05,5.25,45.0,16.61,28.39,-0.44,2.24,35.44,36.18,84047.0,39.19,4.53,45.0,16.89,28.11,-0.71,2.61,39.45,40.31,84047.0,41.41,4.0,45.0,17.44,27.56,-1.15,3.88,41.6,42.93,84047.0,40.45,5.58,45.0,16.89,28.11,-1.42,4.15,40.84,42.38,84047.0,37.57,7.78,45.0,13.03,31.97,-0.77,2.11,38.36,41.35,84045.0,34.05,7.44,45.0,13.58,31.42,0.01,1.71,34.86,34.39,84047.0,33.08,8.11,45.0,13.31,31.69,0.09,1.51,34.06,33.01,84047.0,34.74,7.36,45.0,14.69,30.31,-0.25,1.6,35.51,37.42,84047.0,37.01,6.43,45.0,15.24,29.76,-0.48,1.95,37.56,38.52,84047.0,35.48,5.31,45.0,14.41,30.59,-0.17,1.91,35.87,36.18,84047.0,32.86,5.53,45.0,17.17,27.83,-0.45,2.56,33.33,33.7,84047.0 |