Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'geography/org.eclipse.stem.internal.data.geography/resources/data/country/ESP/ESP_1_area.properties')
-rw-r--r--geography/org.eclipse.stem.internal.data.geography/resources/data/country/ESP/ESP_1_area.properties84
1 files changed, 0 insertions, 84 deletions
diff --git a/geography/org.eclipse.stem.internal.data.geography/resources/data/country/ESP/ESP_1_area.properties b/geography/org.eclipse.stem.internal.data.geography/resources/data/country/ESP/ESP_1_area.properties
deleted file mode 100644
index 558a791..0000000
--- a/geography/org.eclipse.stem.internal.data.geography/resources/data/country/ESP/ESP_1_area.properties
+++ /dev/null
@@ -1,84 +0,0 @@
-# ESP_1_area.properties
-# This file contains area values for SPAIN
-# /*********************************************************************************************
-# * Copyright (c) 2007 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
-# ***********************************************************************************************/
-
-# /**********************************************************************************************
-# * Key Format:
-# *
-# * For level 1 data, the key is the ISO3166-2 code. An ISO3166-2 code is composed as follows:
-# * a two letter country code followed by up to three alphanumeric characters for the level 1 administration.
-# *
-# * For level 2 data, the key is the ISO3166-2 code followed by six digits. The leftmost two digits indicate
-# * the level 1 container of a level 2 administration (i.e. California is a level 1 container for Orange County
-# * which is a level 2 administration). The two digits were taken from a lexicographic sorting of all the
-# * level 1 administrations within a country. Similarly, the four leftmost digits indicate a level 2 administration.
-# * Again, these four digits are an index into the lexicographic sorting of all level 2 administrations within
-# * a level 1 administration.
-# ************************************************************************************************/
-
-# This is the name of the class that will interpret the rest of the file's contents
-RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.CountryAreaLabelPropertyFileSpecification
-
-# The ISO-3166-1 alpha3 code for the country
-ISOKEY = ESP
-
-# The administration level of the area data
-ADMIN_LEVEL = 1
-
-# This is the date range for which the area values in this file are valid
-# See http://purl.org/dc/terms/1.1/valid
-VALID = start=1900-01-01;
-
-# /*********************************************************************************************
-# * The Data source for Europe is "UNESCO (1987) through UNEP/GRID-Europe."
-# * For more details please visit : http://www.grid.unep.ch/data/policy.php
-# ***********************************************************************************************/
-
-# This is the source of the data
-SOURCE = http://www.grid.unep.ch/data/data.php?category=human_related
-
-# State/Province
-
-#MURCIA
-ES-MU = 11317.0
-#COMUNIDAD VALENCIANA
-ES-VA2 = 23305.0
-#RIOJA
-ES-RI = 5034.0
-#MADRID
-ES-M = 7995.0
-#ANDALUCIA
-ES-AD = 87268.0
-#NAVARRA
-ES-NA = 10421.0
-#CASTILLA - LEON
-ES-LE = 94193.0
-#CANARIAS
-ES-CN = 7242.0
-#BALEARES
-ES-PM = 5014.0
-#CATALUNA
-ES-CT = 31930.0
-#PAIS VASCO
-ES-VA = 7261.0
-#ARAGON
-ES-AR = 47650.0
-#ASTURIAS
-ES-O = 10565.0
-#CANTABRIA
-ES-S = 5298.0
-#CASTILLA - LA MANCHA
-ES-MA = 79230.0
-#EXTREMADURA
-ES-ET = 41602.0
-#GALICIA
-ES-GA = 29434.0

Back to the top