# COM.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 = COM 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 = COM | |
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 | |
COM = 23.29,2.32,26.81,16.34,10.47,-0.77,3.88,23.4,23.23,65.0,23.54,1.85,27.09,18.82,8.27,-0.31,2.91,23.61,23.5,65.0,22.99,1.75,26.4,17.17,9.23,-0.76,4.11,23.05,23.16,65.0,22.36,1.82,26.54,18.54,7.99,0.01,2.6,22.44,22.54,64.0,24.63,1.58,27.36,19.09,8.27,-0.98,4.06,24.68,24.88,65.0,24.19,1.64,28.19,19.92,8.27,0.36,3.13,24.25,23.92,65.0,22.61,1.74,26.26,17.72,8.54,-0.07,2.95,22.67,22.4,65.0,23.01,1.74,26.54,18.27,8.27,-0.59,3.21,23.08,23.23,65.0,24.67,1.44,27.91,21.57,6.34,0.06,2.6,24.71,24.61,65.0,25.56,2.03,32.6,19.65,12.95,0.04,5.19,25.64,25.43,65.0,26.28,1.94,32.32,21.57,10.75,0.12,3.4,26.35,26.4,65.0,24.96,2.23,32.87,19.65,13.23,0.68,4.37,25.06,24.74,65.0 |