Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.stem.internal.data.geography.earthscience.2009/resources/data/country/GEO/GEO_0_rainfall_2009.properties')
-rwxr-xr-xorg.eclipse.stem.internal.data.geography.earthscience.2009/resources/data/country/GEO/GEO_0_rainfall_2009.properties48
1 files changed, 48 insertions, 0 deletions
diff --git a/org.eclipse.stem.internal.data.geography.earthscience.2009/resources/data/country/GEO/GEO_0_rainfall_2009.properties b/org.eclipse.stem.internal.data.geography.earthscience.2009/resources/data/country/GEO/GEO_0_rainfall_2009.properties
new file mode 100755
index 00000000..72bc3958
--- /dev/null
+++ b/org.eclipse.stem.internal.data.geography.earthscience.2009/resources/data/country/GEO/GEO_0_rainfall_2009.properties
@@ -0,0 +1,48 @@
+# GEO.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 = GEO rainfall data for 2009 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=2009
+
+# The data is derived from the following primary source
+#SOURCE = http://neo.sci.gsfc.nasa.gov/
+
+# ISO3166-1 alpha3 code for the country
+ISOKEY = GEO
+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
+
+GEO = 76.85,53.07,190.23,11.51,178.72,0.44,1.84,93.36,66.42,485.0,70.24,38.02,202.06,13.79,188.27,0.44,2.42,79.85,67.21,485.0,88.73,40.01,221.2,27.18,194.02,0.52,2.6,97.31,84.82,485.0,47.17,21.71,132.46,15.56,116.9,0.84,3.53,51.92,46.09,485.0,85.85,26.08,174.49,34.09,140.4,0.91,4.03,89.71,84.26,485.0,66.2,19.71,112.53,27.6,84.93,0.26,2.02,69.06,62.71,485.0,93.73,54.7,234.95,19.81,215.14,0.51,2.29,108.5,90.56,485.0,75.18,21.7,149.45,31.14,118.31,0.52,3.68,78.24,74.68,485.0,151.1,63.08,327.39,53.59,273.8,0.56,2.76,163.72,145.01,485.0,44.88,21.56,140.7,9.32,131.38,1.33,6.24,49.78,44.1,485.0,135.13,76.17,327.39,25.21,302.18,0.2,1.66,155.08,119.86,485.0,69.07,40.47,154.02,14.65,139.37,0.22,1.56,80.03,61.45,485.0

Back to the top