| # PER_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 = PER |
| |
| # 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/PER/PER_1_MAP.xml |
| |
| PE-AMA = AMAZONAS, 01, AMA |
| PE-ANC = ANCASH, 02, ANC |
| PE-APU = APURIMAC, 03, APU |
| PE-ARE = AREQUIPA, 04, ARE |
| PE-AYA = AYACUCHO, 05, AYA |
| PE-CAJ = CAJAMARCA, 06, CAJ |
| PE-CUS = CUZCO, 07, CUS |
| PE-HUV = HUANCAVELICA, 09, HUV |
| PE-HUC = HUANUCO, 10, HUC |
| PE-ICA = ICA, 11, ICA |
| PE-JUN = JUNIN, 12, JUN |
| PE-LAL = LA LIBERTAD, 13, LAL |
| PE-LAM = LAMBAYEQUE, 14, LAM |
| PE-LIM = LIMA, 15, LIM |
| PE-LOR = LORETO, 16, LOR |
| PE-MDD = MADRE DE DIOS, 17, MDD |
| PE-MOQ = MOQUEGUA, 18, MOQ |
| PE-PAS = PASCO, 19, PAS |
| PE-PIU = PIURA, 20, PIU |
| PE-PUN = PUNO, 21, PUN |
| PE-SAM = SAN MARTIN, 22, SAM |
| PE-TAC = TACNA, 23, TAC |
| PE-TUM = TUMBES, 24, TUM |
| PE-UCA = UCAYALI, 25, UCA |