| # MDA.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 = MDA 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 = MDA | |
| 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 | |
| MDA = 18.74,3.18,25.22,12.6,12.62,0.09,1.78,19.01,18.39,262.0,9.98,5.54,34.8,2.72,32.08,1.52,5.36,11.41,7.75,262.0,49.64,11.71,79.32,30.34,48.98,0.45,2.23,51.0,48.26,262.0,28.84,4.6,39.66,15.59,24.07,0.01,2.74,29.2,28.91,262.0,31.02,8.53,48.27,13.12,35.15,-0.11,1.97,32.17,33.08,262.0,61.12,8.56,92.28,46.09,46.19,1.02,4.15,61.71,58.7,262.0,127.16,27.38,168.61,43.89,124.72,-0.29,2.06,130.06,128.53,262.0,81.82,14.09,111.46,58.67,52.79,0.03,1.76,83.02,82.17,262.0,43.59,14.36,78.39,17.56,60.84,0.05,2.28,45.88,43.45,262.0,55.17,11.22,85.62,26.46,59.17,-0.06,3.16,56.3,54.91,262.0,74.06,8.05,89.5,47.7,41.8,-1.02,3.78,74.49,76.41,262.0,20.61,4.86,35.13,9.6,25.53,0.36,3.28,21.17,20.74,262.0 |