# 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 temperature data file's contents | |
RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
# The title | |
TITLE = NAM 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 = NAM | |
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 | |
NAM = 42.54,2.92,45.0,26.54,18.46,-1.15,3.69,42.64,43.9,28778.0,37.66,5.76,45.0,20.47,24.53,-0.37,2.09,38.1,38.52,28778.0,35.59,5.98,45.0,23.78,21.22,0.01,1.53,36.09,35.49,28778.0,30.04,3.43,43.62,21.3,22.32,1.01,3.92,30.23,29.29,28778.0,28.37,3.31,41.97,21.85,20.12,1.0,3.91,28.56,27.64,28778.0,26.99,2.85,38.39,17.44,20.94,0.85,3.8,27.14,26.54,28778.0,23.63,3.19,33.15,13.86,19.29,-0.19,2.57,23.85,23.5,28778.0,29.78,3.14,39.49,16.61,22.87,-0.48,2.95,29.95,29.84,28778.0,35.1,3.18,44.72,20.2,24.53,-0.81,3.84,35.25,35.49,28778.0,42.47,2.75,45.0,23.23,21.77,-2.03,8.97,42.56,43.07,28778.0,42.72,2.92,45.0,25.71,19.29,-1.32,4.47,42.82,44.31,28778.0,42.7,3.38,45.0,25.98,19.02,-1.62,5.47,42.83,44.93,28778.0 |