# SAU.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 rainfall data file's contents | |
RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
# The title | |
TITLE = SAU rainfall 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 = SAU | |
ADMIN_LEVEL = 0 | |
UNITS = MM | |
DATA_TYPE = rainfall | |
# 120 calculations comma-separated, 10 consecutive calculations for each month (from January to December) | |
# Field 1: Average | |
# 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: 2000.0 | |
# Minimum: 1.0 | |
# Data not available for locations above 35 degrees N and below 35 degrees S Latitude | |
SAU = 5.56,8.18,79.32,1.0,78.32,3.25,16.49,9.89,2.26,11112.0,1.51,2.19,40.39,1.0,39.39,8.77,102.64,2.66,1.0,11112.0,24.17,17.56,128.53,1.0,127.53,0.89,4.28,29.87,21.77,11112.0,6.53,7.17,50.46,1.0,49.46,1.86,7.22,9.7,3.64,11112.0,2.26,2.31,23.74,1.0,22.74,2.92,13.82,3.23,1.12,11112.0,1.09,0.87,33.08,1.0,32.08,18.67,461.83,1.39,1.0,11112.0,2.46,3.79,37.32,1.0,36.32,3.76,19.03,4.52,1.0,11112.0,4.67,12.04,221.2,1.0,220.2,6.8,69.23,12.91,1.0,11112.0,1.42,2.55,97.97,1.0,96.97,15.37,356.64,2.92,1.0,11112.0,4.26,8.22,89.5,1.0,88.5,3.41,16.29,9.26,1.0,11112.0,1.86,2.44,44.72,1.0,43.72,4.7,34.89,3.07,1.0,11112.0,17.59,21.02,179.1,1.0,178.1,1.6,5.96,27.41,9.37,11112.0 |