| # MRT.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 = MRT 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 = MRT | |
| 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 | |
| MRT = 26.98,3.01,36.73,21.3,15.43,0.57,2.43,27.14,26.33,36108.0,29.65,3.06,39.21,20.47,18.74,0.68,2.73,29.81,29.02,36108.0,32.55,4.25,44.31,21.3,23.01,0.86,2.74,32.82,31.22,36108.0,37.41,3.36,45.0,22.4,22.6,0.49,2.34,37.57,36.73,36108.0,40.98,2.6,45.0,21.85,23.15,-0.17,2.74,41.06,40.87,36108.0,40.29,2.18,45.0,19.92,25.08,0.24,4.2,40.35,39.97,36108.0,38.58,1.91,45.0,20.47,24.53,0.3,5.39,38.63,38.39,36108.0,37.92,2.88,45.0,22.13,22.87,-0.52,3.27,38.02,38.39,36108.0,38.04,2.64,45.0,22.95,22.05,-0.72,4.15,38.13,38.25,36108.0,40.06,1.79,45.0,22.95,22.05,-0.25,4.27,40.09,40.04,36108.0,33.2,2.65,41.69,21.85,19.84,0.64,2.68,33.31,32.74,36108.0,29.92,3.07,38.39,19.65,18.74,0.51,2.22,30.08,29.29,36108.0 |