| # RUS_1_area.properties |
| # This file contains area values for cntryName |
| # /********************************************************************************************* |
| # * Copyright (c) 2007,2008,2009 IBM Corporation. |
| # * 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 = RUS |
| |
| # 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=1995-01-01; |
| |
| # |
| |
| # This is the source of the data |
| SOURCE = CIA Factbook |
| |
| # State/Province |
| |
| # Russian Federation |
| # RU-01 = North |
| RU-01 = 22525.9 |
| # RU-02 = Northwest |
| RU-02 = 1892.1 |
| # RU-03 = Central |
| RU-03 = 1162.7 |
| # RU-04 = Volgo-Vyatka |
| RU-04 = 1408.5 |
| # RU-05 = Central Chernozem |
| RU-05 = 1085.2 |
| # RU-06 = Volga |
| RU-06 = 2365.1 |
| # RU-07 = North Caucasus |
| RU-07 = 1192.8 |
| # RU-08 = Urals |
| RU-08 = 2660.5 |
| # RU-09 = Western Siberia |
| RU-09 = 13192.2 |
| # RU-10 = Eastern Siberia |
| RU-10 = 53394.1 |
| # RU-11 = Far East |
| RU-11 = 36580.4 |
| # RU-12 = Kaliningrad |
| RU-12 = 642.3 |
| |