# CAF.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 = CAF rainfall data for 2002 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=2002 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = CAF | |
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 | |
CAF = 1.66,1.5,12.22,1.0,11.22,2.84,11.22,2.24,1.0,3250.0,29.46,28.24,163.6,1.0,162.6,0.83,2.85,40.8,20.8,3250.0,76.27,43.16,281.56,1.0,280.56,0.39,3.15,87.63,75.39,3250.0,68.88,43.66,261.85,1.0,260.85,0.63,3.17,81.54,65.82,3250.0,96.18,51.54,317.67,1.77,315.89,0.43,2.86,109.11,95.06,3250.0,60.72,18.95,168.61,18.09,150.52,0.92,4.78,63.6,57.96,3250.0,165.3,49.68,484.58,66.19,418.38,1.6,6.87,172.6,154.09,3250.0,244.58,75.06,538.59,97.97,440.62,1.44,5.2,255.84,227.97,3250.0,202.75,61.94,514.71,60.47,454.24,0.66,3.78,211.99,196.75,3250.0,269.25,132.7,598.49,5.72,592.77,0.3,1.98,300.17,243.67,3250.0,59.34,35.91,193.67,1.0,192.67,0.62,2.89,69.36,52.0,3250.0,16.76,16.65,124.71,1.0,123.71,1.45,5.55,23.62,12.06,3250.0 |