| # IDN.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 = IDN temperature 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 = IDN | |
| 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 | |
| IDN = 22.95,2.37,30.12,9.17,20.94,-1.24,7.19,23.07,23.09,64447.0,23.53,2.33,33.98,8.9,25.08,-1.33,7.55,23.64,23.78,64454.0,23.54,2.49,33.7,3.94,29.76,-1.38,8.43,23.67,23.78,64453.0,23.93,2.43,33.15,6.69,26.46,-1.76,10.28,24.05,24.19,64459.0,24.58,2.53,32.87,9.17,23.7,-1.16,6.78,24.71,24.74,64456.0,23.25,2.88,33.7,8.35,25.35,-0.73,5.7,23.43,23.5,64452.0,23.5,2.79,34.8,9.45,25.35,-0.51,5.28,23.66,23.64,64448.0,24.5,3.43,39.21,8.9,30.31,-0.12,4.6,24.74,24.4,64434.0,25.61,3.73,40.31,7.8,32.52,0.28,4.74,25.88,25.16,63970.0,27.16,4.53,45.0,10.55,34.45,0.66,4.76,27.53,26.54,64435.0,24.89,3.47,45.0,9.72,35.28,0.49,5.84,25.13,24.61,64032.0,23.9,2.63,37.01,9.72,27.28,-0.4,6.04,24.04,23.92,64419.0 |