| # COL.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 = COL 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 = COL | |
| 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 | |
| COL = 80.25,89.46,442.65,1.0,441.65,1.4,4.05,120.17,39.98,6066.0,85.49,83.63,492.0,1.0,491.0,1.31,4.56,119.59,60.47,6066.0,184.84,82.28,470.18,1.0,469.18,-0.26,2.76,202.33,194.78,6066.0,300.73,136.63,809.19,1.0,808.19,0.45,3.76,330.31,299.21,6066.0,341.93,150.35,885.83,7.32,878.5,0.22,2.65,373.52,347.75,6066.0,277.05,140.8,717.22,18.21,699.01,0.36,2.12,310.77,257.2,6066.0,274.18,168.61,761.82,1.0,760.82,0.32,2.09,321.87,257.2,6066.0,172.29,91.74,675.23,6.52,668.71,0.78,4.89,195.19,179.1,6066.0,197.8,88.55,655.17,9.04,646.13,0.71,5.14,216.71,200.66,6066.0,269.1,97.62,655.17,40.34,614.84,0.24,2.59,286.26,265.2,6066.0,221.5,102.68,530.47,6.89,523.58,0.07,2.36,244.13,228.07,6066.0,147.25,109.91,616.82,1.0,615.82,1.18,3.81,183.75,113.92,6066.0 |