# BDI.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 = BDI 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 = BDI | |
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 | |
BDI = 21.55,1.56,24.88,16.06,8.82,-0.59,3.25,21.6,21.85,871.0,23.57,2.15,29.02,17.17,11.85,-0.53,2.95,23.67,24.06,871.0,22.45,1.97,28.19,15.24,12.95,-0.55,3.82,22.53,22.68,871.0,20.81,1.81,26.95,13.86,13.09,-0.7,4.91,20.89,21.02,871.0,21.49,1.95,27.36,14.27,13.09,-0.88,5.1,21.57,21.71,871.0,23.07,2.15,30.39,16.06,14.33,-0.24,4.91,23.17,23.23,871.0,25.14,2.12,31.5,16.89,14.61,-0.6,4.21,25.23,25.43,871.0,26.12,2.42,31.5,17.23,14.26,-0.59,3.25,26.23,26.54,871.0,27.25,2.85,34.53,19.09,15.43,-0.07,2.79,27.4,27.22,871.0,24.22,2.5,35.35,17.44,17.91,0.83,5.81,24.35,24.33,871.0,22.12,2.46,32.05,15.31,16.74,0.63,5.03,22.26,21.99,871.0,22.63,2.01,28.33,15.51,12.81,-0.53,4.06,22.72,22.81,871.0 |