| # GBR.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 = GBR 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 = GBR | |
| 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 | |
| GBR = 76.8,23.65,107.25,52.59,54.66,0.3,1.26,80.17,67.71,18.0,84.41,22.1,132.46,70.31,62.15,1.37,3.04,87.1,74.16,18.0,46.1,17.69,62.32,21.62,40.69,-0.54,1.42,49.2,57.8,18.0,27.61,12.72,43.39,13.58,29.81,0.21,1.27,30.25,24.3,18.0,68.09,17.9,95.06,52.0,43.06,0.55,1.47,70.28,54.71,18.0,32.33,16.7,60.47,13.2,47.27,0.12,1.71,36.17,37.34,18.0,49.18,3.02,56.93,44.72,12.2,0.73,3.45,49.26,49.95,18.0,33.38,14.24,50.46,15.38,35.07,-0.4,1.25,36.13,43.13,18.0,28.74,8.51,46.09,21.93,24.16,1.22,2.87,29.91,26.18,18.0,85.08,25.33,117.41,57.57,59.83,0.17,1.32,88.57,81.75,18.0,145.59,51.04,208.25,93.6,114.65,0.31,1.26,153.81,127.63,18.0,109.82,19.67,132.46,86.01,46.45,-0.14,1.28,111.47,113.97,18.0 |