| # EST.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 nighttemp data file's contents | |
| RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
| # The title | |
| TITLE = EST nighttemp data for 2009 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=2009 | |
| # The data is derived from the following primary source | |
| #SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
| # ISO3166-1 alpha3 code for the country | |
| ISOKEY = EST | |
| ADMIN_LEVEL = 0 | |
| UNITS = C | |
| DATA_TYPE = nighttemp | |
| # 120 calculations comma-separated, 10 consecutive calculations for each month (from January to December) | |
| # Field 1: Mean | |
| # 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: 45 degrees | |
| # Minimum: -25 degrees | |
| EST = -10.78,1.15,-4.19,-13.98,9.78,0.76,4.99,10.84,-10.81,2862.0,-12.76,1.68,-5.43,-17.01,11.57,1.0,4.72,12.87,-12.94,2862.0,-8.8,1.31,-3.78,-12.6,8.82,0.42,3.73,8.89,-8.88,2862.0,-1.64,1.58,4.9,-7.36,12.26,-0.01,2.78,2.27,-1.71,2862.0,4.07,2.26,9.72,-3.23,12.95,-0.83,2.94,4.66,4.69,2862.0,7.73,4.28,14.41,-16.46,30.87,-1.51,4.69,8.83,9.45,2862.0,10.96,2.61,17.99,0.63,17.36,-1.07,4.61,11.27,11.65,2862.0,10.75,1.34,17.44,7.8,9.65,2.38,10.19,10.84,10.41,2862.0,7.23,1.55,14.69,0.91,13.78,1.49,6.92,7.4,6.97,2862.0,-1.54,1.76,5.87,-5.71,11.57,1.34,4.84,2.34,-1.99,2861.0,-4.09,1.68,5.31,-8.19,13.5,1.19,5.24,4.43,-4.33,2862.0,-14.37,2.02,-3.23,-18.39,15.16,2.29,9.76,14.51,-14.8,2862.0 |