| # STP.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 = STP 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 = STP | |
| 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 | |
| STP = 159.82,18.32,186.26,133.97,52.29,-0.05,1.92,160.72,163.9,7.0,74.65,8.52,88.25,63.03,25.22,0.19,2.16,75.07,74.71,7.0,209.77,26.83,266.16,185.34,80.83,1.45,4.0,211.23,205.15,7.0,216.04,24.32,256.85,193.72,63.13,0.79,2.06,217.21,208.34,7.0,157.65,45.0,257.2,130.49,126.71,1.84,4.72,163.06,140.95,7.0,36.37,80.02,217.79,4.09,213.7,2.04,5.16,82.53,6.65,7.0,3.55,5.59,16.18,1.02,15.16,2.01,5.1,6.27,1.5,7.0,15.02,27.26,76.78,3.24,73.53,2.03,5.15,29.37,5.41,7.0,31.17,47.98,139.87,9.38,130.49,2.03,5.15,54.27,14.47,7.0,131.95,48.96,230.57,80.42,150.15,1.23,3.47,139.51,111.79,7.0,126.89,11.72,138.99,105.25,33.74,-0.81,2.62,127.35,128.76,7.0,149.51,23.19,174.73,108.89,65.84,-0.69,2.29,151.04,154.3,7.0 |