# EST.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 = EST temperature data for 2009 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=2009 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = EST | |
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 | |
EST = -8.92,1.7,-1.71,-13.98,12.26,0.46,4.08,9.08,-9.02,2862.0,-8.1,1.86,-1.02,-12.05,11.02,0.78,3.22,8.32,-8.6,2862.0,-2.82,1.46,1.73,-7.09,8.82,0.36,2.77,3.18,-2.95,2862.0,8.84,2.16,13.03,-2.95,15.98,-2.36,10.79,9.1,9.17,2862.0,17.07,2.0,21.02,7.24,13.78,-2.2,9.72,17.19,17.44,2862.0,17.67,1.3,22.4,12.2,10.2,-0.87,5.03,17.72,17.85,2862.0,18.54,0.92,21.71,14.41,7.3,-0.37,3.93,18.56,18.54,2862.0,17.54,0.79,20.2,14.69,5.51,0.08,3.24,17.56,17.51,2862.0,13.66,0.97,17.44,10.0,7.44,0.05,2.97,13.7,13.58,2862.0,3.49,1.96,10.28,-4.33,14.61,-0.46,3.09,4.01,3.66,2862.0,-2.05,2.02,3.11,-13.15,16.26,-0.41,3.59,2.87,-1.99,2862.0,-14.48,3.01,-1.99,-20.04,18.05,1.21,4.4,14.79,-15.15,2862.0 |