# DEU.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 = DEU temperature data for 2001 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=2001 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = DEU | |
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 | |
DEU = -0.77,1.83,3.8,-9.84,13.64,-0.79,3.8,1.99,-0.47,18485.0,2.05,2.0,7.52,-7.91,15.43,-0.31,3.33,2.86,2.15,18485.0,5.0,2.07,12.2,-6.95,19.15,-0.24,3.34,5.41,5.04,18485.0,11.29,1.77,17.99,-0.2,18.19,-0.37,4.12,11.43,11.38,18485.0,20.8,1.92,29.57,10.28,19.29,0.07,4.06,20.89,20.75,18485.0,15.72,2.36,27.64,6.14,21.5,0.34,3.59,15.89,15.58,18485.0,23.59,1.92,32.6,16.48,16.12,0.09,3.2,23.67,23.64,18485.0,23.34,2.06,30.94,16.61,14.33,0.15,2.9,23.43,23.23,18485.0,13.14,1.52,17.44,4.21,13.23,-0.81,4.4,13.22,13.31,18485.0,14.55,1.22,17.99,8.21,9.78,-0.37,3.19,14.6,14.62,18485.0,3.82,1.59,8.62,-4.61,13.23,-0.42,3.56,4.14,3.94,18485.0,-4.33,2.43,5.04,-13.7,18.74,-0.14,2.86,4.96,-4.4,18485.0 |