# OMN.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 = OMN temperature 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 = OMN | |
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 | |
OMN = 29.95,2.78,37.01,17.17,19.84,-0.45,4.31,30.08,29.98,10833.0,32.54,2.71,40.87,20.89,19.98,-0.14,3.6,32.66,32.53,10833.0,38.42,2.74,45.0,21.57,23.43,-0.62,4.55,38.51,38.52,10833.0,44.09,1.67,45.0,27.64,17.36,-2.82,13.71,44.12,45.0,10833.0,44.39,1.54,45.0,25.71,19.29,-3.3,16.77,44.42,45.0,10833.0,44.25,1.97,45.0,23.5,21.5,-3.54,17.57,44.3,45.0,10833.0,41.05,3.82,45.0,20.47,24.53,-1.09,3.85,41.23,41.97,10833.0,42.37,3.9,45.0,20.2,24.8,-1.93,6.56,42.55,44.17,10833.0,43.04,2.7,45.0,23.23,21.77,-1.85,6.83,43.13,44.24,10833.0,42.81,2.42,45.0,28.46,16.54,-1.14,4.18,42.87,43.62,10833.0,38.05,2.66,43.9,24.88,19.02,-0.76,4.46,38.15,38.25,10833.0,33.69,2.46,38.94,20.75,18.19,-0.87,4.78,33.78,33.84,10833.0 |