| # DNK.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 = DNK 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 = DNK | |
| 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 | |
| DNK = -0.91,1.26,2.56,-5.71,8.27,-0.31,2.82,1.56,-0.89,2655.0,2.16,1.49,5.45,-3.23,8.68,-0.59,2.86,2.63,2.49,2655.0,6.35,1.24,9.45,-2.95,12.4,-1.09,5.92,6.47,6.56,2655.0,13.64,1.82,17.44,3.39,14.06,-1.06,4.5,13.76,14.0,2655.0,17.85,1.54,21.3,7.52,13.78,-1.13,5.55,17.92,18.13,2655.0,17.76,1.02,24.33,12.76,11.57,0.16,5.69,17.79,17.72,2655.0,20.48,1.32,24.88,13.86,11.02,-0.95,5.28,20.52,20.68,2655.0,22.61,1.24,26.54,16.61,9.92,-0.85,4.31,22.65,22.75,2655.0,18.78,1.48,24.33,12.76,11.57,-0.1,3.39,18.84,18.82,2653.0,8.26,1.13,12.48,3.66,8.82,0.08,3.23,8.34,8.28,2654.0,1.72,1.96,7.52,-6.81,14.33,-0.57,3.4,2.61,1.94,2655.0,-2.96,1.49,1.46,-9.29,10.75,-0.58,3.68,3.32,-2.81,2653.0 |