# BOL.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 = BOL temperature data for 2007 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=2007 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = BOL | |
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 | |
BOL = 24.38,3.51,38.39,5.04,33.35,-0.68,5.62,24.64,24.61,36686.0,24.51,3.91,38.94,2.56,36.38,-0.36,5.66,24.82,24.47,36729.0,23.91,3.85,35.91,1.73,34.17,-1.36,5.79,24.22,24.61,36730.0,23.84,3.4,35.35,2.56,32.8,-1.37,6.76,24.08,24.19,36730.0,21.65,3.27,30.67,0.63,30.04,-1.54,6.57,21.9,22.4,36725.0,22.93,4.3,31.22,-1.85,33.07,-1.55,6.34,23.33,24.33,36727.0,21.84,4.36,30.39,-3.23,33.62,-1.34,5.74,22.27,23.23,36715.0,24.86,3.96,35.08,0.08,35.0,-1.73,8.91,25.18,25.57,36730.0,28.5,4.5,39.21,4.21,35.0,-1.7,7.61,28.85,29.02,36730.0,30.27,4.86,43.9,9.72,34.17,-0.63,4.15,30.65,30.53,36730.0,27.67,5.11,45.0,6.97,38.03,0.28,3.81,28.14,26.54,36728.0,26.06,4.82,42.8,4.49,38.31,-0.07,4.89,26.5,25.71,36729.0 |