# NAM.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 nighttemp data file's contents | |
RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
# The title | |
TITLE = NAM nighttemp 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 = NAM | |
ADMIN_LEVEL = 0 | |
UNITS = C | |
DATA_TYPE = nighttemp | |
# 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 | |
NAM = 19.32,2.32,27.09,11.38,15.71,-0.55,3.7,19.46,19.51,28778.0,18.79,2.34,27.36,9.72,17.64,0.09,3.24,18.93,18.82,28778.0,18.63,2.11,26.26,12.48,13.78,0.3,2.74,18.75,18.27,28778.0,15.91,1.88,24.33,10.0,14.33,0.38,3.41,16.02,15.79,28778.0,12.19,2.73,24.33,6.42,17.91,0.9,3.62,12.49,11.79,28778.0,10.47,3.02,22.68,4.21,18.46,0.85,3.59,10.9,10.0,28778.0,7.22,2.55,18.82,1.73,17.09,0.8,3.63,7.65,6.97,28778.0,8.83,2.63,20.33,2.28,18.05,0.55,3.16,9.21,8.62,28778.0,11.88,2.98,21.85,4.49,17.36,0.19,2.14,12.25,11.65,28778.0,15.93,2.43,23.78,8.9,14.88,-0.72,3.27,16.12,16.34,28778.0,17.42,2.39,24.88,10.28,14.61,-0.82,3.3,17.58,17.99,28778.0,18.58,2.53,26.26,11.1,15.16,-0.76,3.51,18.75,18.96,28778.0 |