# COD.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 = COD 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 = COD | |
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 | |
COD = 23.56,2.65,39.76,9.45,30.31,0.81,6.79,23.71,23.64,75954.0,23.83,2.61,39.21,6.97,32.24,1.22,7.33,23.97,23.78,75957.0,24.39,2.15,37.28,7.8,29.49,0.61,5.82,24.48,24.19,75957.0,23.91,1.9,36.18,5.31,30.87,-0.17,5.34,23.99,23.85,75940.0,24.25,1.98,37.01,5.31,31.69,0.04,5.06,24.33,24.06,75957.0,23.7,2.57,34.25,2.28,31.97,0.26,3.35,23.83,23.23,75956.0,23.78,2.92,34.53,4.21,30.31,0.83,3.15,23.95,22.68,75957.0,24.55,3.42,38.94,3.11,35.83,1.06,3.56,24.79,23.37,75957.0,24.94,3.59,43.35,5.59,37.76,1.28,4.71,25.19,23.92,75957.0,23.78,2.48,42.8,6.97,35.83,1.61,8.54,23.9,23.37,75956.0,23.24,1.7,36.18,5.04,31.14,-0.11,7.92,23.3,23.23,75957.0,23.6,1.76,32.32,9.17,23.15,-0.11,5.21,23.67,23.64,75957.0 |