| # CRI.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 temperature data file's contents | |
| RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
| # The title | |
| TITLE = CRI temperature data for 2001 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=2001 | |
| # The data is derived from the following primary source | |
| #SOURCE = http://neo.sci.gsfc.nasa.gov/ | |
| # ISO3166-1 alpha3 code for the country | |
| ISOKEY = CRI | |
| ADMIN_LEVEL = 0 | |
| UNITS = C | |
| DATA_TYPE = temperature | |
| # 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 | |
| CRI = 24.59,4.47,35.08,11.1,23.98,-0.4,3.0,24.99,24.61,1715.0,26.88,5.54,39.49,11.65,27.83,-0.14,2.59,27.45,26.26,1715.0,28.5,5.53,41.14,13.86,27.28,-0.04,2.7,29.03,28.19,1715.0,28.34,5.99,45.0,11.93,33.07,0.0,2.84,28.97,27.91,1715.0,25.27,4.9,45.0,12.48,32.52,0.12,3.49,25.74,24.95,1715.0,23.56,2.61,32.87,12.76,20.12,-1.26,5.5,23.71,24.06,1714.0,22.4,3.21,29.84,10.28,19.57,-1.02,4.7,22.63,22.95,1715.0,23.16,2.75,29.84,11.65,18.19,-1.13,5.14,23.32,23.5,1714.0,23.44,2.97,33.43,11.1,22.32,-1.27,5.69,23.63,23.99,1715.0,22.49,2.97,28.46,10.0,18.46,-1.64,6.33,22.68,23.09,1715.0,21.63,3.23,27.36,8.62,18.74,-1.66,5.82,21.86,22.4,1715.0,22.86,3.39,30.39,11.38,19.02,-1.08,4.4,23.11,23.37,1714.0 |