# 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 temperature data file's contents | |
RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
# The title | |
TITLE = NIC temperature 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 = 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 | |
NIC = 25.55,3.24,37.28,20.2,17.09,1.51,4.51,25.76,24.47,4296.0,26.69,3.75,39.49,21.02,18.46,1.28,3.81,26.95,25.57,4296.0,29.73,4.08,42.8,21.57,21.22,0.64,3.07,30.01,29.29,4296.0,28.88,4.06,45.0,19.65,25.35,0.88,3.52,29.16,28.19,4292.0,26.72,2.62,37.56,19.65,17.91,1.1,4.61,26.85,26.26,4294.0,24.82,1.91,31.5,15.79,15.71,-0.08,3.04,24.89,24.88,4294.0,23.55,1.67,29.84,16.61,13.23,-0.5,3.33,23.6,23.78,4290.0,23.59,1.5,29.84,19.37,10.47,0.12,2.91,23.64,23.5,4294.0,24.44,1.57,30.12,19.09,11.02,-0.04,3.09,24.49,24.47,4295.0,24.71,1.4,29.02,19.09,9.92,-0.28,2.78,24.75,24.81,4296.0,24.39,1.38,28.33,20.33,7.99,0.02,2.75,24.43,24.4,4296.0,24.06,2.41,32.32,17.99,14.33,0.92,3.84,24.18,23.78,4296.0 |