# CPV.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 = CPV 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 = CPV | |
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 | |
CPV = 28.02,2.66,33.98,21.3,12.68,-0.08,2.68,28.15,28.19,144.0,29.46,3.63,36.73,20.33,16.4,-0.53,3.19,29.68,29.5,144.0,32.18,3.35,38.66,21.57,17.09,-0.8,3.86,32.35,32.76,144.0,33.33,3.89,40.04,21.85,18.19,-1.08,4.25,33.55,33.9,144.0,33.71,5.27,41.69,20.47,21.22,-0.69,2.83,34.11,34.22,144.0,29.91,4.34,38.66,20.75,17.91,-0.07,2.47,30.22,30.12,144.0,29.5,3.01,35.35,22.13,13.23,-0.18,2.34,29.65,29.29,144.0,28.08,3.24,35.91,21.57,14.33,0.78,3.22,28.26,27.57,136.0,26.25,1.82,30.53,22.68,7.85,0.17,2.16,26.32,26.26,143.0,31.59,2.94,36.73,24.88,11.85,-0.33,2.39,31.72,31.77,144.0,31.63,3.21,38.39,24.88,13.5,-0.07,2.6,31.79,31.85,144.0,32.39,2.89,39.21,25.43,13.78,-0.21,2.89,32.52,32.36,144.0 |