| # 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 rainfall data file's contents | |
| RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
| # The title | |
| TITLE = MRT rainfall 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 = 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 | |
| MRT = 11.43,13.97,184.58,1.0,183.58,2.77,14.08,18.05,6.89,5796.0,1.58,1.34,10.51,1.0,9.51,3.14,13.32,2.07,1.0,5796.0,3.49,5.67,42.1,1.0,41.1,3.12,13.95,6.66,1.0,5796.0,1.74,1.29,15.1,1.0,14.1,2.63,12.25,2.17,1.0,5796.0,3.47,3.43,33.08,1.0,32.08,1.81,7.54,4.88,1.72,5796.0,4.6,8.38,72.46,1.0,71.46,2.91,11.91,9.55,1.0,5796.0,12.88,23.75,168.61,1.0,167.61,2.68,10.52,27.02,1.42,5796.0,49.08,39.34,234.95,1.0,233.95,1.16,3.55,62.9,35.11,5796.0,21.65,20.72,163.6,1.0,162.6,1.69,6.05,29.97,13.85,5796.0,13.53,15.32,110.53,1.0,109.53,1.45,5.45,20.44,6.31,5796.0,1.43,1.18,9.6,1.0,8.6,3.45,15.2,1.85,1.0,5796.0,4.66,6.86,79.32,1.0,78.32,5.47,44.04,8.29,2.71,5796.0 |