# PRI.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 = PRI temperature data for 2009 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=2009 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = PRI | |
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 | |
PRI = 24.58,1.9,29.02,21.02,7.99,0.26,2.05,24.65,24.26,314.0,24.43,1.89,29.29,19.92,9.37,0.46,2.22,24.5,24.06,315.0,24.08,2.24,31.77,19.92,11.85,0.39,2.81,24.19,24.06,315.0,26.73,2.03,32.32,22.13,10.2,0.2,2.49,26.8,26.67,314.0,24.37,1.76,28.74,20.75,7.99,0.18,2.29,24.43,24.19,313.0,25.23,1.66,29.29,21.57,7.72,0.16,2.3,25.29,25.16,314.0,25.98,1.72,30.67,21.02,9.65,0.42,2.65,26.04,25.71,315.0,26.03,1.79,31.5,21.02,10.47,0.31,2.51,26.09,25.71,315.0,26.35,1.68,32.87,23.23,9.65,0.57,3.46,26.41,26.26,313.0,26.34,1.65,32.05,22.4,9.65,0.18,2.95,26.39,26.4,315.0,24.98,1.77,29.57,21.02,8.54,0.09,2.49,25.04,24.88,314.0,24.74,1.57,28.46,21.57,6.89,0.01,2.1,24.79,24.81,314.0 |