# UGA.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 = UGA 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 = UGA | |
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 | |
UGA = 28.05,4.95,42.24,10.41,31.83,0.23,2.47,28.48,27.36,7837.0,28.53,4.73,43.35,6.97,36.38,-0.15,3.01,28.92,28.6,7837.0,29.96,5.43,45.0,8.62,36.38,0.11,2.56,30.45,29.57,7837.0,26.69,4.71,40.59,5.04,35.55,0.02,2.67,27.11,26.26,7837.0,24.89,3.25,37.56,4.76,32.8,0.01,5.31,25.1,24.61,7837.0,22.86,2.31,30.67,0.91,29.76,-1.56,12.16,22.98,23.09,7837.0,23.7,2.37,31.5,4.9,26.59,-1.38,9.52,23.81,23.99,7837.0,22.96,2.29,32.87,3.39,29.49,-1.24,9.85,23.07,23.16,7837.0,23.52,2.28,29.57,5.73,23.84,-1.31,8.6,23.63,23.78,7837.0,25.18,3.25,38.11,6.42,31.69,-0.04,4.42,25.39,25.02,7837.0,25.16,3.74,38.39,6.42,31.97,0.39,4.02,25.43,24.88,7837.0,28.57,5.26,43.35,8.07,35.28,0.39,2.56,29.05,27.64,7837.0 |