| # SDN_2_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 = SDN |
| |
| # The administration level of the node data |
| ADMIN_LEVEL = 2 |
| |
| # 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/SDN/SDN_2_MAP.xml |
| |
| # Generated key details : Level 1 ( SD-E = EASTERN [EASTERN1] ). Level 2 ( 150002 = RED SEA ). |
| SD-E-G150002 = RED SEA |
| # Generated key details : Level 1 ( SD-N = NORTHERN [NORTHERN3] ). Level 2 ( 270002 = NORTHERN ). |
| SD-N-G270002 = NORTHERN |
| # Generated key details : Level 1 ( SD-N = NORTHERN [NORTHERN3] ). Level 2 ( 270001 = NILE ). |
| SD-N-G270001 = NILE |
| # Generated key details : Level 1 ( SD-DAF = DARFUR ). Level 2 ( 140001 = NORTHERN DARFUR ). |
| SD-DAF-G140001 = NORTHERN DARFUR |
| # Generated key details : Level 1 ( SD-E = EASTERN [EASTERN1] ). Level 2 ( 150001 = KASSALA ). |
| SD-E-G150001 = KASSALA |
| # Generated key details : Level 1 ( SD-KHA = KHARTOUM ). Level 2 ( 240001 = KHARTOUM ). |
| SD-KHA-G240001 = KHARTOUM |
| # Generated key details : Level 1 ( SD-KOR = KORDUFAN ). Level 2 ( 250001 = NORTH. KORDOFAN ). |
| SD-KOR-G250001 = NORTH. KORDOFAN |
| # Generated key details : Level 1 ( SD-C = CENTRAL ). Level 2 ( 130002 = EL GAZIRA ). |
| SD-C-G130002 = EL GAZIRA |
| # Generated key details : Level 1 ( SD-C = CENTRAL ). Level 2 ( 130003 = WHITE NILE ). |
| SD-C-G130003 = WHITE NILE |
| # Generated key details : Level 1 ( SD-C = CENTRAL ). Level 2 ( 130001 = BLUE NILE ). |
| SD-C-G130001 = BLUE NILE |
| # Generated key details : Level 1 ( SD-DAF = DARFUR ). Level 2 ( 140002 = SOUTHERN DARFUR ). |
| SD-DAF-G140002 = SOUTHERN DARFUR |
| # Generated key details : Level 1 ( SD-KOR = KORDUFAN ). Level 2 ( 250002 = SOUTH. KORDOFAN ). |
| SD-KOR-G250002 = SOUTH. KORDOFAN |
| # Generated key details : Level 1 ( SD-UPN = UPPER NILE ). Level 2 ( 330002 = UPPER NILE (SOBAT) ). |
| SD-UPN-G330002 = UPPER NILE (SOBAT) |
| # Generated key details : Level 1 ( SD-BEG = BAHR EL GHAZAL ). Level 2 ( 110001 = BAHR EL GHAZAL ). |
| SD-BEG-G110001 = BAHR EL GHAZAL |
| # Generated key details : Level 1 ( SD-UPN = UPPER NILE ). Level 2 ( 330001 = JUNGLEI ). |
| SD-UPN-G330001 = JUNGLEI |
| # Generated key details : Level 1 ( SD-BEG = BAHR EL GHAZAL ). Level 2 ( 110002 = EL BUHEYRAT ). |
| SD-BEG-G110002 = EL BUHEYRAT |
| # Generated key details : Level 1 ( SD-EQ = EQUATORIA ). Level 2 ( 160002 = WEST. EQUATORIA ). |
| SD-EQ-G160002 = WEST. EQUATORIA |
| # Generated key details : Level 1 ( SD-EQ = EQUATORIA ). Level 2 ( 160001 = EAST. EQUATORIA ). |
| SD-EQ-G160001 = EAST. EQUATORIA |