# MMR.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 = MMR temperature 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 = MMR | |
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 | |
MMR = 21.98,5.57,34.53,-5.71,40.24,-0.44,3.86,22.67,21.57,23289.0,26.4,6.0,39.76,-3.78,43.54,-0.55,4.59,27.08,25.92,23289.0,29.49,7.03,43.35,-4.06,47.4,-0.71,4.4,30.32,29.29,23289.0,31.94,6.97,45.0,1.04,43.96,-0.59,4.3,32.69,31.77,23289.0,27.72,5.13,45.0,1.46,43.54,0.23,5.62,28.19,26.95,23288.0,23.52,3.56,38.66,-0.2,38.86,-1.57,11.08,23.79,23.78,22312.0,22.27,4.32,31.5,-16.46,47.95,-3.09,18.49,22.68,23.09,19327.0,22.21,2.49,33.15,2.28,30.87,-2.03,13.51,22.35,22.4,22468.0,23.64,2.85,35.35,0.91,34.45,-1.34,11.46,23.81,23.78,23279.0,23.98,3.11,33.43,3.66,29.76,-1.42,9.14,24.19,24.19,23289.0,23.06,3.7,33.43,-1.3,34.72,-1.05,6.99,23.36,23.09,23288.0,21.29,4.54,32.32,-4.61,36.93,-0.75,4.67,21.77,21.02,23289.0 |