# NOR.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 = NOR 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 = NOR | |
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 | |
NOR = -12.14,4.41,4.49,-24.45,28.94,0.28,3.41,12.92,-12.46,24039.0,-13.18,5.01,6.69,-23.62,30.31,0.6,2.99,14.1,-13.84,24039.0,-3.57,4.33,10.55,-12.6,23.15,0.81,2.97,5.61,-4.47,24039.0,-0.82,5.76,15.51,-10.67,26.18,0.97,2.94,5.82,-2.54,24035.0,5.4,4.9,17.99,-8.46,26.46,0.23,2.06,7.29,5.04,24039.0,15.21,4.74,25.16,-0.2,25.35,-0.67,2.65,15.93,16.27,24039.0,14.9,2.3,21.57,0.35,21.22,-0.75,4.89,15.08,14.96,24038.0,12.51,2.49,21.02,-0.2,21.22,-0.15,3.68,12.76,12.55,24039.0,5.56,3.3,16.06,-5.71,21.77,0.51,3.31,6.47,5.18,24036.0,0.81,3.89,11.65,-9.57,21.22,0.34,2.4,3.97,0.49,24039.0,-7.52,3.94,7.52,-14.25,21.77,0.84,2.95,8.49,-8.46,24039.0,-8.47,2.83,2.56,-16.73,19.29,0.64,3.07,8.93,-8.88,24039.0 |