# NIC.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 = NIC rainfall data for 2010 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=2010 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = NIC | |
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 | |
NIC = 21.18,20.54,136.52,1.0,135.52,1.4,5.36,29.5,12.97,691.0,6.16,4.99,40.85,1.0,39.85,2.61,12.6,7.92,4.61,691.0,11.21,9.78,60.7,1.0,59.7,1.19,4.47,14.87,7.78,691.0,134.13,54.87,290.18,29.33,260.85,0.26,2.74,144.91,130.87,691.0,238.83,61.77,404.36,124.71,279.65,0.28,2.1,246.68,229.98,691.0,255.95,57.78,429.5,145.01,284.49,0.43,2.64,262.38,249.67,691.0,329.83,83.87,530.47,168.61,361.86,-0.08,1.89,340.31,327.99,691.0,315.47,60.25,484.58,181.84,302.74,0.43,2.52,321.16,308.23,691.0,325.57,86.68,580.71,171.19,409.52,0.82,3.1,336.9,308.23,691.0,141.05,55.36,308.23,58.67,249.56,1.04,3.38,151.51,124.93,691.0,100.59,74.34,405.09,16.04,389.06,1.48,5.12,125.05,76.86,691.0,10.65,17.27,113.61,1.0,112.61,3.16,14.15,20.28,4.94,691.0 |