| # LSO.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 = LSO 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 = LSO | |
| 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 | |
| LSO = 125.75,23.31,168.61,76.97,91.64,0.12,2.02,127.88,123.95,177.0,82.24,9.88,107.25,63.27,43.98,0.22,2.46,82.83,80.61,177.0,89.44,19.55,121.0,46.09,74.91,-0.49,2.08,91.55,95.06,177.0,39.98,6.43,52.0,23.03,28.97,-0.34,2.36,40.49,40.93,177.0,53.72,17.49,100.97,25.21,75.76,0.24,2.14,56.48,52.06,177.0,20.07,8.37,53.59,11.53,42.06,1.7,5.36,21.74,17.56,177.0,19.01,17.12,84.26,1.1,83.16,1.43,4.85,25.55,12.62,177.0,60.02,15.09,104.06,27.6,76.46,0.1,3.03,61.88,60.06,177.0,35.9,7.71,56.93,22.35,34.58,0.4,2.51,36.71,35.01,177.0,30.77,12.0,59.62,10.68,48.94,0.21,2.33,33.01,31.14,177.0,39.79,5.05,54.41,31.15,23.26,0.86,3.22,40.11,39.05,177.0,143.1,12.43,168.61,110.53,58.08,-0.51,2.96,143.63,145.01,177.0 |