Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'geography/org.eclipse.stem.internal.data.geography/resources/data/country/NAM/NAM_1_node.properties')
-rw-r--r--geography/org.eclipse.stem.internal.data.geography/resources/data/country/NAM/NAM_1_node.properties72
1 files changed, 0 insertions, 72 deletions
diff --git a/geography/org.eclipse.stem.internal.data.geography/resources/data/country/NAM/NAM_1_node.properties b/geography/org.eclipse.stem.internal.data.geography/resources/data/country/NAM/NAM_1_node.properties
deleted file mode 100644
index 558faf6..0000000
--- a/geography/org.eclipse.stem.internal.data.geography/resources/data/country/NAM/NAM_1_node.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# NAM_1_node.properties
-# /*********************************************************************************************
-# * Copyright (c) 2006 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.CountryNodePropertyFileSpecification
-
-# The ISO-3166-1 alpha3 code for the country
-ISOKEY = NAM
-
-# The administration level of the node 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;
-
-# This is the source of the data
-SOURCE = http://www.iso.org/iso/home.htm
-# SOURCE = http://www.iso.org/iso/home.htm
-
-# The file that contains the latitude/longitude data for the node
-SPATIAL_URI = platform:/plugin/org.eclipse.stem.data.geography/resources/data/geo/country/NAM/NAM_1_MAP.xml
-
-NA-BET = BETHANIEN, 01, BET
-NA-BO = BOESMANLAND, 02, BO
-NA-CA = CAPRIVI, 03, CA
-NA-DA = DAMARALAND, 04, DA
-NA-GO = GOBABIS, 06, GO
-NA-GR = GROOTFONTEIN, 07, GR
-NA-HEA = HEREROLAND EAST, 09, HEA
-NA-HEW = HEREROLAND WEST, 10, HEW
-NA-KAK = KAOKOLAND, 11, KAK
-NA-KAS = KARASBURG, 13, KAS
-NA-KIB = KARIBIB, 14, KIB
-NA-KAV = KAVANGO, 15, KAV
-NA-KE = KEETMANSHOOP, 16, KE
-NA-LU = LUDERITZ, 19, LU
-NA-MLT = MALTAHOHE, 20, MLT
-NA-MRI = MARIENTAL, 21, MRI
-NA-NAL = NAMALAND, 22, NAL
-NA-OKD = OKAHANDJA, 24, OKD
-NA-OMU = OMARURU, 27, OMU
-NA-OTI = OTJIWARONGO, 31, OTI
-NA-OUT = OUTJO, 33, OUT
-NA-OWA = OWAMBO, 34, OWA
-NA-RBH = REHOBOTH, 35, RBH
-NA-SWK = SWAKOPMUND, 36, SWK
-NA-TSB = TSUMEB, 37, TSB
-NA-WIH = WINDHOEK, 38, WIH

Back to the top