| # PAK.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 = PAK 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 = PAK | |
| 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 | |
| PAK = 17.64,12.39,33.43,-25.0,58.43,-1.75,5.34,21.56,20.47,32825.0,20.03,12.69,37.28,-22.8,60.08,-1.55,4.74,23.71,22.95,32825.0,27.41,12.69,44.72,-18.11,62.83,-1.59,4.95,30.2,29.98,32825.0,35.14,13.19,45.0,-11.5,56.5,-1.84,5.37,37.54,39.76,32825.0,39.47,11.56,45.0,-8.19,53.19,-2.33,7.12,41.13,44.72,32825.0,38.63,9.47,45.0,-4.06,49.06,-2.07,6.68,39.77,42.24,32825.0,35.96,8.65,45.0,-1.85,46.85,-1.4,4.93,36.98,37.77,32825.0,34.19,8.11,45.0,-0.2,45.2,-0.91,3.79,35.13,35.08,32825.0,33.87,9.85,45.0,-9.29,54.29,-1.29,4.59,35.28,35.77,32825.0,33.67,10.83,45.0,-13.15,58.15,-1.49,5.04,35.36,35.35,32825.0,25.77,11.03,42.24,-19.76,62.01,-1.61,5.36,28.04,27.91,32825.0,18.36,11.92,35.35,-25.0,60.35,-1.69,5.23,21.89,21.37,32825.0 |