# MUS.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 = MUS rainfall data for 2007 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=2007 | |
# The data is derived from the following primary source | |
#SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
# ISO3166-1 alpha3 code for the country | |
ISOKEY = MUS | |
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 | |
MUS = 79.12,15.64,100.97,56.08,44.89,-0.12,1.82,80.51,78.95,11.0,361.32,16.07,380.69,337.42,43.27,-0.05,1.57,361.64,364.22,11.0,69.38,2.82,73.64,64.49,9.15,-0.26,2.1,69.43,70.31,11.0,52.35,1.39,55.23,50.46,4.78,0.43,2.94,52.37,52.42,11.0,43.98,1.8,46.8,40.85,5.94,-0.06,2.08,44.01,43.39,11.0,57.22,1.05,58.67,55.26,3.41,-0.25,2.35,57.23,56.96,11.0,47.3,1.34,48.96,45.41,3.55,0.08,1.48,47.32,47.52,11.0,23.73,0.95,25.6,22.35,3.25,0.57,2.47,23.75,23.38,11.0,25.03,0.5,25.99,24.46,1.52,0.46,2.2,25.04,24.84,11.0,43.72,6.02,52.1,33.08,19.02,-0.24,1.98,44.1,44.1,11.0,17.98,0.64,19.22,17.03,2.18,0.56,2.39,17.99,17.72,11.0,27.51,3.97,32.09,21.04,11.05,-0.29,1.7,27.77,28.56,11.0 |