# MOZ.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 = MOZ temperature 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 = MOZ | |
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 | |
MOZ = 25.48,3.47,39.21,16.61,22.6,0.7,2.75,25.72,24.61,26868.0,25.46,2.88,36.46,17.17,19.29,0.69,2.83,25.63,24.74,26868.0,25.28,2.95,36.73,17.44,19.29,0.65,3.24,25.45,24.95,26868.0,24.85,1.74,31.91,19.09,12.81,0.41,3.2,24.91,24.61,26868.0,24.53,1.81,32.6,18.54,14.06,0.39,3.2,24.59,24.33,26868.0,23.69,1.68,30.39,17.17,13.23,-0.04,3.15,23.75,23.78,26868.0,23.9,1.96,31.22,17.58,13.64,0.13,2.73,23.98,23.92,26868.0,28.16,2.69,36.73,19.92,16.81,0.15,2.67,28.29,27.91,26868.0,34.12,3.38,43.35,22.13,21.22,-0.4,3.0,34.28,34.25,26868.0,36.31,4.01,45.0,20.75,24.25,-0.39,3.26,36.53,36.66,26868.0,35.1,3.66,45.0,21.85,23.15,-0.24,2.97,35.29,35.22,26868.0,26.58,3.24,39.21,14.96,24.25,0.47,3.14,26.78,26.19,26864.0 |