| # IRN.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 = IRN 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 = IRN | |
| 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 | |
| IRN = 46.29,42.62,308.23,1.0,307.23,1.78,7.21,62.92,35.13,10078.0,22.7,17.41,154.02,1.0,153.02,1.44,6.07,28.61,19.26,10078.0,24.35,20.86,347.75,1.0,346.75,1.78,12.48,32.06,19.22,10078.0,52.6,40.65,249.56,1.0,248.56,0.61,2.75,66.47,44.73,10078.0,11.31,16.69,149.45,1.0,148.45,2.46,10.88,20.16,3.06,10078.0,1.5,2.37,53.59,1.0,52.59,10.31,146.6,2.8,1.0,10078.0,2.84,4.1,34.09,1.0,33.09,3.06,13.0,4.99,1.0,10078.0,3.91,7.57,92.61,1.0,91.61,5.07,37.93,8.52,1.0,10078.0,2.14,4.29,58.11,1.0,57.11,6.63,58.39,4.79,1.0,10078.0,8.22,17.36,216.19,1.0,215.19,5.73,48.26,19.21,1.04,10078.0,24.5,29.44,327.39,1.0,326.39,4.36,29.57,38.3,17.02,10078.0,38.5,42.82,353.4,1.0,352.4,2.23,10.42,57.58,24.82,10078.0 |