| # VNM.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 rainfall data file's contents | |
| RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.EarthPropertyFileSpecification | |
| # The title | |
| TITLE = VNM rainfall 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 = VNM | |
| ADMIN_LEVEL = 0 | |
| UNITS = MM | |
| DATA_TYPE = rainfall | |
| # 120 calculations comma-separated, 10 consecutive calculations for each month (from January to December) | |
| # Field 1: Average | |
| # 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: 2000.0 | |
| # Minimum: 1.0 | |
| # Data not available for locations above 35 degrees N and below 35 degrees S Latitude | |
| VNM = 23.44,18.97,121.0,1.0,120.0,1.58,5.52,30.15,15.58,1990.0,18.26,10.3,66.19,1.0,65.19,1.49,6.01,20.96,15.6,1990.0,27.5,25.92,101.71,1.0,100.71,0.82,2.51,37.79,20.13,1990.0,50.46,24.03,151.87,6.92,144.95,0.32,2.84,55.88,51.62,1990.0,195.73,84.94,429.5,31.14,398.36,-0.18,1.64,213.35,221.3,1990.0,244.99,106.26,514.71,13.38,501.32,-0.46,2.28,267.03,273.2,1990.0,199.18,87.73,380.69,14.21,366.47,-0.39,2.21,217.64,213.13,1990.0,305.61,106.38,739.52,76.97,662.55,0.99,4.07,323.59,281.56,1990.0,273.56,156.69,809.19,42.1,767.09,0.48,2.16,315.24,249.85,1990.0,221.68,135.01,797.17,42.39,754.78,1.66,5.94,259.54,176.6,1990.0,168.84,139.66,546.71,27.6,519.11,1.07,3.02,219.1,99.08,1990.0,92.71,51.65,337.42,13.39,324.03,1.14,3.85,106.12,72.55,1990.0 |