# 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 rainfall data file's contents | |
RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
# The title | |
TITLE = NAM rainfall 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 = MM | |
DATA_TYPE = rainfall | |
# 120 calculations comma-separated, 10 consecutive calculations for each month (from January to December) | |
# Field 1: Average | |
# 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: 2000.0 | |
# Minimum: 1.0 | |
# Data not available for locations above 35 degrees N and below 35 degrees S Latitude | |
NAM = 39.44,26.68,113.97,1.0,112.97,0.1,1.92,47.61,42.41,4573.0,65.11,56.12,249.56,1.0,248.56,0.81,2.54,85.96,42.41,4573.0,35.35,23.22,121.0,1.0,120.0,0.32,2.56,42.29,36.28,4573.0,83.67,42.3,196.06,2.1,193.96,0.14,2.13,93.76,83.0,4573.0,5.73,7.57,145.01,1.0,144.01,3.74,38.5,9.49,2.57,4573.0,1.61,2.1,33.08,1.0,32.08,6.47,61.67,2.65,1.0,4573.0,4.32,11.17,173.77,1.0,172.77,6.64,63.91,11.98,1.0,4573.0,2.33,6.16,110.53,1.0,109.53,8.59,94.63,6.58,1.0,4573.0,6.21,7.48,58.67,1.0,57.67,2.63,11.96,9.72,3.25,4573.0,4.3,5.55,38.46,1.0,37.46,2.14,7.68,7.02,1.39,4573.0,33.1,37.79,173.77,1.0,172.77,1.18,3.11,50.23,15.1,4573.0,25.97,29.14,456.21,1.0,455.21,2.42,20.07,39.04,13.48,4573.0 |