# AUS.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 = AUS 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 = AUS | |
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 | |
AUS = 38.25,8.2,45.0,10.28,34.72,-0.88,2.32,39.11,42.93,279613.0,37.49,7.31,45.0,8.9,36.1,-0.74,2.36,38.2,40.04,279613.0,36.07,6.3,45.0,9.72,35.28,-0.78,3.55,36.61,36.53,279626.0,30.87,5.82,42.8,5.59,37.2,-0.91,4.29,31.41,31.22,279624.0,24.51,5.49,38.39,4.21,34.17,-0.6,3.06,25.12,25.02,279623.0,20.07,6.57,35.91,0.63,35.28,-0.06,2.13,21.12,19.85,279627.0,20.42,6.95,37.01,-0.47,37.48,-0.13,2.11,21.57,20.47,279626.0,26.67,7.95,42.24,1.73,40.51,-0.63,2.52,27.83,28.05,279625.0,31.24,8.51,45.0,1.73,43.27,-0.83,2.95,32.38,33.01,279626.0,37.08,7.86,45.0,6.14,38.86,-1.38,4.43,37.9,39.49,279628.0,41.36,5.82,45.0,11.1,33.9,-2.07,7.15,41.76,44.31,279626.0,41.45,5.77,45.0,9.17,35.83,-2.26,8.46,41.85,44.31,279622.0 |