Documentation in support of MARS-OP 3

AMDAC manual

Preface

Models of Yield Production is one of the fields covered by the Agriculture Project of the Institute for Remote Sensing Applications at the Joint Research Centre of the Commission of the European Communities in Ispra (Italy). The goal of one of the studies in this field (see operation 3.2 in the MARS Project Call for Proposals:General Conditions and Detailed Specifications of August 1990) was to provide the Agriculture Project with a software package able to perform decoding, filing and quality evaluation of actual meteorological data which are used as input for agro-meteorological models. For this purpose the Actual Meteorological Database Construction (AMDaC) package is developed by MeteoConsult (Wageningen, The Netherlands), which is described in this manual. Contents

1. Introduction

2. Extraction and decoding of data 2.1 Introduction 2.2 Bulletin-checking 2.2.1 SYNOP-checking 2.2.2 METAR-checking 2.3 Data extraction 2.4 Data decoding 2.4.1 SYNOP-decoding 2.4.2 METAR-decoding 2.5 Messages

3. Data consistency checks 3.1 Introduction 3.2 Air temperature, maximum temperature and minimum temperature 3.3 Dewpoint temperature 3.4 Amounts of CL clouds (or CM clouds if no CL clouds present) 3.5 Amount of precipitation 3.6 Pressure at sea level 3.7 Wind speed 3.8 Duration of sunshine 3.9 Snow depth 3.10 Daily global radiation 3.11 Messages

4. Observation control 4.1 Introduction 4.2 Screen lay-outs 4.2.1 Station observations 4.2.2 Diagrams 4.2.3 Maps 4.2.4 Tables 4.3 Observation elements and derived elements 4.4 Commands 4.4.1 ADD 4.4.2 BACK 4.4.3 BEGIN 4.4.4 CHECK 4.4.5 DATE 4.4.6 DELETE 4.4.7 DIAGRAM 4.4.8 ELEMENT 4.4.9 END 4.4.10 EXIT/QUIT 4.4.11 FIRST 4.4.12 FOLLOWING 4.4.13 HELP 4.4.14 LAST 4.4.15 MAP 4.4.16 MODIFY 4.4.17 NEXT 4.4.18 OBSERVATION

4.4.19 PREVIOUS 4.4.20 SHOW 4.4.21 STATION 4.4.22 TABLE

5. Computation of missing values 5.1 Introduction 5.2 Interpolation in time 5.2.1 Air temperature, maximum temperature and minimum temperature 5.2.2 Dew-point temperature 5.2.3 Wind speed 5.2.4 Total cloud cover 5.2.5 Amounts of CL clouds (or CM clouds if no CL clouds present) 5.2.6 Pressure at sea level 5.3 Messages

6. Selection of AMD stations and calculation of AMD parameters

7. Final check of AMD parameter values

8. Installation procedure in Unix Environment

Appendix A: Station list

Appendix B: Calculations of derived parameters

1 Introduction

The Actual Meteorological Database Construction (AMDaC) package is a software package developed for the decoding, filing and quality evaluation of meteorological data. In conformity with the functions specified in operation 3.2 of the MARS Project Call for Proposals: General Conditions and Detailed Specifications (August 1990) the AMDaC package is able to: - decode INTERMEDIATE-hour and MAIN-hour SYNOP-reports (FM 12-VIII) and METAR-reports (FM 15-VIII) from weather stations in the EC-countries, circulating on the Global Telecommunication System (GTS); - check the quality and correct the obvious errors in the received weather reports; - store the coded and decoded information in two separate databases with direct access files; - perform time consistency checks to compare the values of reported parameters with those previously or subsequently reported for the same station; - correct automatically obvious errors detected while performing consistency checks; - fill up automatically gaps in the database through interpolation based on time consistency criteria; - flag errors and dubious observations which can not automatically be corrected, and write these to a log file; - extraction or calculation and storage of the following parameters in a separate database: - sunshine duration; - total 24 hour precipitation (6 UTC - 6 UTC); - daily mean cloud cover; - daily mean wind speed at 10 metres; - daily mean vapour pressure; - air temperature and vapour pressure at 6, 9, 12, 15 and 18 UTC; - maximum and minimum temperature; - total cloud cover during daytime (i.e. 6-18 UTC); - mean daytime visibility; - state of the soil; - calculated daily mean vapour pressure deficit and slope of the saturated vapour pressure vs. temperature curve; - calculated amount of shadow clouds during daytime (i.e. 6-18 UTC); - calculated sunshine duration; - calculated global radiation; - calculated evapotranspiration according to the modified Penman formula.

The AMDaC package consists of six programs (see also Fig. 1.1):

- EXDEC: this program (1) extracts weather reports needed for the Actual Meteorological Database (AMD) from the input file GTS:Iyymmdd.DAT, (2) checks and (whenever possible) corrects the construction of the extracted reports, (3) stores the (corrected) coded observations in the database CODED, (4) decodes the observations and (5) stores the extracted and some derived data in the database DECODED; - CHECK: this program (1) performs time and space consistency checks on the observations in the CODED and DECODED databases, (2) automatically corrects obvious errors and (3) detects other possible errors which can be corrected later on by the operator through the OBSCON program; - OBSCON: this program offers an operator the possibility of viewing coded (stored In CODED), decoded and derived element values (both stored in DECODED). Furthermore, errors which were not automatically corrected by the CHECK program can be displayed, and if necessary values can be added to or modified in the database DECODED. For the representation of data various lay-outs are available; - INTER: this program tries to fill up gaps in the database DECODED through Interpolation based on time consistency; - SELECT: this program (1) selects element values of the AMD stations from the database DECODED, (2) calculates some AMD parameter values and (3) writes all AMD parameter values to the file DAILY:Syymmdd.DAT; - FINAL: this program performs a final check of the AMD parameter values in the file DAILY:Syymmdd.DAT;

In this manual a description of the AMDaC programs is given.

Fig. 1.1. The AMDaC software package.

2 Extraction and decoding of data

2.1 Introduction

The program EXDEC takes care of the extraction and decoding of the weather reports needed for the construction of the Actual Meteorological Database (AMD). The input for the EXDEC program consists of a file named GTS:Iyymmdd.DAT (yy=year, mm=month, dd=day). This file contains the MAIN-hour and INTERMEDIATE-hour SYNOP (FM 12-VIII) and METAR (FM 15-VIII) reports of all countries of interest of one day, received through the GTS (Global Telecommunication System). In this chapter the tasks performed by the EXDEC program are described.

2.2 Bulletin-checking

Before extracting the weather observations from the file GTS:Iyymmdd.DAT the EXDEC program checks the bulletins on specific errors and removes these errors. Note that this is not a check on the correctness of the observations (see chapter 3), but a check on the correctness of the bulletin construction. First a bulletin (regardless whether it is a SYNOP or METAR) is checked on: - the presence of empty lines, which are removed from the bulletin; - the presence of the NNNN sequence at the end of the bulletin, which is removed from the bulletin; - the presence of lines which only contain an =-sign. The =-sign is moved to the end of the previous line and the empty line thus created is removed from the bulletin; - the presence of single or multiple spaces at the beginning of a line, which are removed from the bulletin. After this step the program checks whether the bulletin is a SYNOP-report or a METAR- report, and SYNOP-checking or METAR-checking is performed.

2.2.1 SYNOP-checking

The SYNOP-report is checked consecutively on: - the presence and correctness of the AAXX identification, which is added when missing or modified when wrong; - the presence of the sequence 100EEE, which is removed; - the presence of alphabetical characters (except AAXX and NIL), which are converted to their telex number equivalent; - the presence of commas, which are replaced by spaces; - the presence of strange characters in front or at the end of a group which does not consist of 5 digits. These characters are replaced by spaces; - mutilation of the 333 identification group (e.g. '3 3 3' or ' 33 '), which is corrected; - the presence of single characters, which are replaced by a single space; - the presence of multiple spaces, which are reduced to a single space; - the presence of groups of 8, 10 and 11 characters (i.e. an identification group attached to a normal group, two normal groups attached to each other or two normal groups not separated by a space), which are separated into two groups; - the presence of a double =-sign at the end of a line, which is reduced to a ingle one. After this step the corrected SYNOP-report is ready for the actual data extraction.

2.2.2 METAR-checking

Since mistakes in a METAR-report are very rare, the METAR-report is only checked on: - the presence of multiple spaces, which are reduced to a single space. After this step the corrected METAR-report is ready for the data extraction.

2.3 Data extraction

The objective of the data extraction process is to select only those observations from the bulletins which are of importanAce for the construction of the Actual Meteorological Database. In Appendix A a list of meteorological stations is given. Each station is marked with an F or an S which denotes its status concerning the construction of the database. Observations of stations marked with: F: are not decoded because these stations are not located in the area of interest; S: are decoded and will become part of the AMD if on the day under consideration: - at least the 6 and 18 UTC bulletins are provided; - at least values for air temperature, dew-point temperature, wind speed, total cloud cover, pressure and precipitation are reported.

The result of the data extraction process is that the coded observations of the stations marked with S extracted from the file GTS:Iyymmdd.DAT are added to an intermediate database named CODED. This database consists of three files: - an index file (REALDATA:CODED.IDX) - a data file (REALDATA:CODED.BIN) - a file with a pointer to the last written datarecord (REALDATA:CODED.PTR). In CODED the extracted MAIN-hour and INTERMEDIATE-hour observations of the past seven days are stored. The data extraction process follows the same steps for SYNOP-reports and METAR-reports, except for a date-time check on SYNOP-reports: reports older than three days are skipped. The date-time check is not possible for METAR-reports because these reports do not contain the date (only time is included). From the bulletin one line is read, which in principle contains the observations of one station. The program checks if the line contains a complete observation, which is assumed to be the case if one of the following criteria is met: - the line is the last line in the bulletin - the line ends with an =-sign - the line contains the string NIL (only for SYNOP-reports) - the next line contains the string NIL (only for SYNOP-reports) - the line and the next line contain together more than 132 characters in a METAR- report and more than 172 characters in a SYNOP-report - the next line starts with a station number which is legal in this bulletin and the fourth group (the temperature group) starts with '1' (only for SYNOP-reports)

If the observation is complete and also proves to be a real observation (i.e. the line does not contain NIL) the station identification is checked. The station identification must: - have an integer value in a SYNOP-report or a code in a METAR-report - be a legal station identification - be permitted to occur in a bulletin from this country - not be denoted with an F in the station list (Appendix A) - not yet be decoded with the same coded observation, or in case of a METAR-report, no SYNOP-report of the same station is decoded already Only if all foregoing criteria are met the observation is stored in the database CODED and submitted to the decoding procedure.

2.4 Data decoding

The observations which are stored in the database CODED are also submitted to the decoding process. After this process the decoded observations are stored in the intermediate database DECODED. This database has the same structure as the database CODED (index file: REALDATA:DECODED.IDX, data file: REALDATA:DECODED.BIN, pointer file: DECODED.PTR) and contains the extracted decoded observations of the past seven days.

2.4.1 SYNOP-decoding

Before decoding a SYNOP-observation the EXDEC program tries to find and correct more errors in the coded observation. The correct structure of an SYNOP-observation is given in Fig. 2.1.

Fig. 2.1. FM 12-VIII, SYNOP - Report of surface observation from a land station. Section 2 contains maritime data and is of no importance.

The observation is checked consecutively on: - the presence of identical groups after the Nddff group. If two consecutive groups are equal one group is deleted; - a missing IrIxhVV or Nddff group. If 1snTTT is the third group, 2snTdTdTd the fourth group and 3PoPoPoPo or 4PPPP the fifth group a dummy group '///// ' or two dummy groups '///// ///// ' are inserted; - the presence of no more than three groups before the 1snTTT group. If 1snTTT is the fifth group, 2snTdTdTd the sixth group and 3PoPoPoPo or 4PPPP the seventh group there is one group to many. The double group is removed, and if no double group is found the fourth group is removed; - the presence of a '1' as first character of the fourth group (1snTTT). If no '1' is present and the fifth group is 2snTdTdTd a '1' is added in front of the fourth group (when it

consists of four characters) or its first character is modified into '1' (when it consists of five characters); - the presence of a '2' as first character of the fifth group (2snTdTdTd). If no '2' is present and the fourth group is 1snTTT and the sixth group is 3PoPoPoPo or 4PPPP a '2' added in front of the fifth group or its first character is modified into '2'; - the presence of a '3' as first character of the sixth group (3PoPoPoPo). If no '3' is present and the fourth group is 1snTTT, the fifth group is 2snTdTdTd and the seventh group is 4PPPP a '3' is added in front of the fifth group or its first character is modified into '3'; - the correctness of the sequence of the groups in section 1. A wrong sequence is modified whenever there is no doubt about the mistake, otherwise the groups at wrong positions are ignored; - the presence and position of the 333 identification group. If this group is missing it is inserted, and if it is at a wrong position it is moved to the correct position; - the presence of a 1snTxTxTx group or a 2snTnTnTn group in section 3 of the 6 UTC and 18 UTC bulletin and the correctness of the identifiers of these groups. A '1' as identifier in the 6 UTC bulletin is modified into a '2' when the next group does not start with a '2' (some countries provide both 1snTxTxTx and 2snTnTnTn in the 6 UTC bulletin). A '2' as identifier in the 18 UTC bulletin is always modified into a '1'. After this enhancement procedure the observation is decoded. Decoded values are obtained for the elements listed in table II.1. Derived values are computed from observed values using the equations given in Appendix B. All values are stored in the database DECODED.

Table II.1. Elements which are decoded or derived from a SYNOP-report. ------Element Description Units ------Observed IIIii Station number code h Height of the base of the lowest cloud code VV Horizontal visibility code (codes 90-99 are converted: 90=0, 91=1, 92=2, 93=5, 94=10, 95=20, 96=40, 97=60, 98=70, 99=84 N Total cloud cover oktas dd Wind direction degrees ff Wind speed (at 10 metres) knots TTT Air temperature °C TdTdTd Dew-point temperature °C UUU Relative humidity % PoPoPoPo Pressure at station level hPa PPPP Pressure at sea level hPa a Characteristic of pressure tendency during code the three hours preceding the time of observation ppp Amount of pressure tendency at station level hPa in the three hours preceding the observation time RRR Amount of precipitation fallen during the millimetres period preceding observation time, as indicated by tR tR Duration of period of reference for amount hours of precipitation ww Present weather code

------Element Description Units ------Observed (continued) W1 Past weather code W2 Past weather code Nh Amount of CL clouds present or, if no CL cloud oktas is present, the amount of CM cloud present CL Clouds of genera Stratocumulus, Stratus, code Cumulus, and Cumulonimbus CM Clouds of genera Altocumulus, Altostratus code and Nimbostratus Observed (continued) CH Clouds of genera Cirrus, Cirrocumulus code and Cirrostratus TxTxTx Maximum temperature °C TnTnTn Minimum temperature °C 55j2j3j4 Duration of sunshine hours E State of the soil code

Derived PoPoPoPo Pressure at station level hPa Tw Wet bulb temperature °C Θw Wet bulb potential temperature °C NS Amount of shadow clouds oktas RH Relative humidity % e Vapour pressure hPa Δe Vapour pressure deficit hPa ∂es/∂T Slope of saturation vapour pressure vs. hPa/°C temperature curve ------

2.4.2 METAR-decoding

The structure of a METAR-observation is given in Fig. 2.2. The observation is directly subjected to the decoding procedure, in which decoded values are obtained for the elements listed in table II.2. Derived values are computed from observed values as described in Appendix B. All values are stored in the database DECODED.

Fig. 2.2. FM 15-VIII, METAR - Aviation routine weather report.

Table II.2. Elements which are decoded or derived from a METAR-report. ------Element Description Units ------Observed CCCC Station code code GGgg Time of observation Hours and minutes (UTC) ddd Wind direction degrees ff Wind speed (at 10 metres) knots VVVV Horizontal visibility code (converted from metres to VV-code in SYNOP-report) N Total cloud cover (addition of Ns of CL, CM oktas and CH clouds) CAVOK Word replacing visibility, present weather and VV = 60 cloud data under specified conditions ww = 1 N = 1 w'w' Significant present and forecast weather code (converted from text to ww-code in SYNOP- report according to table II.3) T'T' Air temperature °C Td'Td' Dew-point temperature °C PHPHPHPH Pressure at station level hPa

Derived PoPoPoPo Pressure at station level hPa Tw Wet bulb temperature °C Θw Wet bulb potential temperature °C NS Amount of shadow clouds oktas RH Relative humidity % e Vapour pressure hPa Δe Vapour pressure deficit hPa ∂es/∂T Slope of the saturation vapour pressure vs. hPa/°C temperature curve ------

Table II.3. Translation of weather in METAR-report to ww-code of SYNOP-report. ------METAR SYNOP METAR SYNOP METAR SYNOP ------FU 04 -SS 31 +RADZ 59 HZ 05 -DS 31 -RA 61 SA 06 SS 31 RA 63 DU 07 DS 31 +RA 65 PO 08 +SS 34 -FZRA 66 RESS 09 +DS 34 FZRA 67 REDS 09 -MIBLSN 36 +FZRA 67 BR 10 MIBLSN 36 -RASN 68 MIBCFG 11 +MIBLSN 37 -SNRA 68 MIFG 12 -BLSN 38 RASN 69 VCSH 16 BLSN 39 SNRA 69 TS 17 +BLSN 39 +RASN 69 SQ 18 VCFG 40 +SNRA 69 FC 19 BCFG 41 -SN 71 REDZ 20 -FG 43 SN 73 RESG 20 FG 45 +SN 75 RERA 21 MIFZFG 48 IC 76 RESN 22 FZFG 49 SG 77 RERASN 23 -DZ 51 PE 79 RESNRA 23 DZ 53 -SHRA 80 REFRRA 24 +DZ 55 -RASH 80 REFRDZ 24 -FZDZ 56 SHRA 81 RESHRA 25 FZDZ 57 +SHRA 81 RESHSN 26 +FZDZ 57 ++SHRA 82 RESHGR 27 -DZRA 58 -SHRASN 83 RESHGS 27 -RADZ 58 -SHSNRA 83 RESHPE 27 DZRA 59 SHRASN 84 REFG 28 +DZRA 59 SHSNRA 84 RETS 29 RADZ 59 +SHRASN 84 +SHSNRA 84 RARETS 92 TSSN 95 -SHSN 85 +RARETS 92 -TSGR 96 SHSN 86 -SNRETS 93 -TSPE 96 +SHSN 86 -GRRETS 93 -TSGS 96 -SHPE 87 -PERETS 93 TSPE 96 -SHGS 87 SNRETS 94 TSGS 96 SHPE 88 +SNRETS 94 +TSRA 97 SHGS 88 GRRETS 94 +TSSN 97 +SHPE 88 +GRRETS 94 TSSS 98 +SHGS 88 PERETS 94 TSDS 98 -SHGR 89 +PERETS 94 +TSSS 98 SHGR 90 -TSRA 95 +TSDS 98 +SHGR 90 -TSSN 95 +TSGR 98 -RARETS 91 TSRA 95 +TSPE 98 TSGS 99 ------

2.5 Messages

Messages generated by the EXDEC program are written to a log file. In table II.4 the possible messages are described. Also, the module which performs the OBSERVATION- checking writes the original observation line and the changed line to the log file if changes are made.

Table II.4. Description of the messages generated by the EXDEC program. ------Message Module Description ------%I-DEC AAXX  header not SYNOP-checking Heading SYNOP-report correct is mutilated %I-DEC synop not accepted Data extraction SYNOP SYNOP-report older than three days %I-DEC NIL next Data extraction SYNOP Observation assumed complete: next line contains NIL %I-DEC 172 Data extraction SYNOP Observation assumed complete: line plus next line exceed 172 characters %I-DEC no next Data extraction SYNOP Observation assumed complete: next line has legal station number %I-DEC no int Data extraction SYNOP Station number not an integer %I-DEC no unknown Data extraction SYNOP Station number unknown %I-DEC no mismatch Data extraction SYNOP Station number not permitted in bulletin of this country %I-DEC metar not accepted Data extraction Invalid hour reference in header METAR %I-DEC code next Data extraction METAR Observation assumed complete: next line has legal station code %I-DEC 132 Data extraction METAR Observation assumed complete: line plus next line exceed 132 characters %I-DEC code unknown Data extraction METAR Station code unknown %I-DEC code mismatch Data extraction METAR Station code not permitted in bulletin of this country ------

3 Data consistency checks

3.1 Introduction

The program CHECK performs consistency checks on the data in the database. To check the data of a certain day, the observations from 18 UTC of the previous day until 06 UTC of the next day are needed. Consequently, CHECK can only be used after the data of the next day are added to the database with the program EXDEC. Only the data of the stations which will be part of the database (i.e. the stations marked with S) are subjected to the consistency checks. The values of the following observation elements are checked: air temperature, dew- point temperature, pressure at sea level, wind speed, amount of precipitation, amount of CL clouds (or CM clouds if no CL clouds are present), duration of sunshine, snow depth and amount of global radiation. Obvious errors in the observations are automatically corrected and a message is written to the log file REALDATA:CHECK.LOG. Other possible errors are also written to this log file. These latter messages can be read by the OBSCON program, which also offers an operator the possibility of modifying the data. After the observations of a station are checked (and if necessary corrected) the derived parameters are recalculated and the data are written back to the database DECODED. For a number of weather elements, the observed values are checked against short term forecast values that serve as reference values. These values are obtained through a forecasting technique called MOS (Model Output Statistics) that usually are quite accurate in the sense that an observed value should lie within a relatively close range around the corresponding MOS value. These MOS forecast data are kept in and read from a separate database. MOS data are available for most of the weather stations. The checking algorithms are designed so that they also perform well in case of absent MOS data.

3.2 Air temperature, maximum temperature and minimum temperature

A number of checks are performed on the temperature values, both the hourly values and the minimum and maximum values. Through effectively comparing and combining the outcomes of the various checks, the subroutine is to a certain degree capable of drawing conclusions on whether a value is right or wrong. Remaining doubtful cases are left for the operator to decide on.

The following checks are performed: 1. The minimum and the maximum values of the observed hourly air temperature TTT of the latest 24-hour period (from 6 UTC until 6 UTC the next day) are calculated: TTmin and TTmax. If these are equal to each other while there is more than one observation of TTT, all temperature values are considered wrong and are discarded, i.e. changed into NOT DEFINED ('/'). 2. Check the minimum temperature TnTnTn on possible sign errors using the observed hourly air temperatures TTT between 18 and 6 UTC. (a) If i. the minimum value TTmin of TTT is positive and ii. TnTnTn is negative and

iii. the difference between these two values is more than 4°C and iv. the opposite value of TnTnTn is less than TTmin, the minus sign of TnTnTn is changed into a plus sign. (b) If i. the maximum value TTmax of TTT is less than 0°C and ii. TnTnTn is positive, the plus sign of TnTnTn is changed into a minus sign. 3. If no MOS temperature value is present, steps 4, 5 and 6 are skipped. 4. Compare TTT to the corresponding MOS value (TTmos). (a) If the absolute value of the difference is greater than 12 °C, TTT is considered wrong and set to NOT DEFINED (b) If the absolute value of the difference is greater than 8.5 °C but less than or equal to 12 °C, TTT is suspicious. A logical variable LTC is set to TRUE. (c) If, in addition to (b), TTT is equal to the lowest value of TTT, this value is suspicious. A logical variable LTCN is set to TRUE. (d) If, in addition to (b), TTT is equal to the highest value of TTT, this value is suspicious. A logical variable LTCX is set to TRUE. (e) If, in addition to (b), all suspicious differences have the same sign, a logical variable LTCS is set to TRUE. 5. Compare TnTnTn to the corresponding MOS value (TNmos). (a) If the absolute value of the difference is greater than 12 °C, TnTnTn is considered wrong and set to NOT DEFINED (b) If the absolute value of the difference is greater than 8.5 °C but less than or equal to 12 °C, TnTnTn is suspicious. A logical variable LTN is set to TRUE. (c) If the difference has the same sign as in 4(e) and both LTN and LTCS are TRUE, a logical variable LNS is set to TRUE. 6. Compare TxTxTx to the corresponding MOS value (TXmos). (a) If the absolute value of the difference is greater than 12 °C, TxTxTx is considered wrong and set to NOT DEFINED (b) If the absolute value of the difference is greater than 8.5 °C but less than or equal to 12 °C, TxTxTx is suspicious. A logical variable LTX is set to TRUE. (c) If the difference has the same sign as in 4(e) and both LTX and LTCS are TRUE, a logical variable LXS is set to TRUE. 7. The value of TnTnTn is checked by comparing it to the air temperatures TTT between 18 and 6 UTC. (a) If there are two or more values of TTT below the minimum temperature, the value of TnTnTn is changed into NOT DEFINED ('/'). (b) In case only one observation of TTT is below the minimum temperature, i. if the difference is less than 0.5°C: the value of TnTnTn is changed into this value ii. if the lowest value for TTT occurs at 6 UTC and is not more than 3°C below TnTnTn: the value of TnTnTn is changed into this value iii. in all other cases; a logical variable LNGT is set to TRUE. 8. Similarly, the maximum temperature TxTxTx is compared to the observed air temperatures TTT between 6 and 18 UTC. (a) If there are two or more values of TTT above the maximum temperature, the value of TxTxTx is changed into NOT DEFINED ('/'). (b) In case only one observation of TTT is above the maximum temperature, i. if the difference is less than 0.5°C: the value of TxTxTx is changed into this value ii. if the highest value for TTT occurs at 18 UTC and is not more than 3°C above TxTxTx: the value of TxTxTx is changed into this value iii. in all other cases; a logical variable LXLT is set to TRUE. 9. If no MOS value is available, the values of the air temperature TTT between 6 UTC of the day under consideration and 6 UTC of the next day are checked using a temperature

curve. This curve is based on the two minimum temperatures and the maximum temperature reported in this period. If one or more of these values are not available they are simulated as follows: (a) the minimum temperature TnTnTn is set at a value of 1°C below the air temperature TTT which is observed at the observation time closest to the time of sunrise plus half an hour. If this value is not available, TnTnTn is set at 1°C below the value observed three hours earlier. Furthermore, TnTnTn must be lower than all values of TTT between 18 and 6 UTC. If necessary, the value of TnTnTn is changed into the lowest observed value. (b) the maximum temperature TxTxTx is set at 1°C above the air temperature TTT which is observed at the observation time closest to the time of high noon plus two hours. If this value is not available, TxTxTx is set at 2°C above the value of TTT observed three hours later. Furthermore, TxTxTx must exceed all values of TTT between 6 and 18 UTC. If necessary, the value of TxTxTx is changed into the highest observed value. Note that these computed values of TnTnTn and TxTxTx are used only for the construction of the temperature curve, but are not stored in the database. The temperature curve is constructed only when values for both minimum temperatures and the maximum temperature could be determined (i.e. none of these values is NOT DEFINED).

Two instants t1 and t2 are now defined as follows: t1 the hour that lies closest to the instant “half an hour after sunrise” t2 the hour closest to the instant that lies halfway between “two hours after high noon” and sunset. Between t1 and t2, a sine function is used:

o o o t  t1 TTT(t)  TnTnTn 1 C  TxTxTx 1 C TnTnTn 1 C*sin(90 ) t2  t1

where TTT(t) is the air temperature at time t (t1 ≤ t ≤ t2) and TnTnTn is the minimum temperature observed at 6 UTC of the day under consideration. An exponential curve is used from time t2 until time t3 (=t1 + 24 hours): TTT(t )  T T T ' 1o C   t  t  2 n n n  2  TTT(t)  TTT(t2 )  * 1 exp 3  1 exp(3)   t3  t2 

where t is the observation time (t2 ≤ t ≤ t3) and TnTnTn' is the minimum temperature observed at 6 UTC of the day after the day under consideration. The observed values of the air temperature TTT are then compared to the values obtained from the temperature curve. (c) If the absolute value of the difference is greater than 12 °C, TTT is considered wrong and set to NOT DEFINED (d) If the absolute value of the difference is greater than 8.5 °C but less than or equal to 12 °C, TTT is suspicious. A logical variable LTC is set to TRUE. (e) If, in addition to (b), TTT is equal to the lowest value of TTT, this value is suspicious. A logical variable LTCN is set to TRUE. (f) If, in addition to (b), TTT is equal to the highest value of TTT, this value is suspicious. A logical variable LTCX is set to TRUE. (g) If, in addition to (b), all suspicious differences have the same sign, a logical variable LTCS is set to TRUE. 10. If TxTxTx is less than TnTnTn, a logical variable LXLN is set to TRUE. This test must be performed for the minimum temperatures of both the night preceding and the one following the day under consideration, using the same value for TxTxTx in both cases.

11. If TnTnTn is 5°C or more below all values for TTT in the corresponding period from 18 until 6 UTC and there are at least 3 of such observations of TTT, a logical variable LTNS is set to TRUE. 12. If TxTxTx is 5°C or more above all values for TTT in the period from 6 until 18 UTC and there are at least 3 of such observations of TTT, a logical variable LTXH is set to TRUE. 13. Now the outcomes of all tests are combined. (a) If both LNGT and LTCN are TRUE and LTN is FALSE: TTmin is wrong and set to NOT DEFINED (‘/’). The logical variables LNGT and LTCN are then set to FALSE. (b) If both LXLT and LTCX are TRUE and LTX is FALSE: TTmax is wrong and set to NOT DEFINED (‘/’). The logical variables LXLT and LTCX are then set to FALSE. (c) If both LNGT and LTN are TRUE and LTCN is FALSE: TnTnTn is wrong and set to NOT DEFINED (‘/’). The logical variables LNGT and LTN are then set to FALSE. (d) If both LXLT and LTX are TRUE and LTCX is FALSE: TxTxTx is wrong and set to NOT DEFINED (‘/’). The logical variables LXLT and LTX are then set to FALSE. (e) If LTNS is TRUE i. If LTN is TRUE: TnTnTn is wrong and set to NOT DEFINED (‘/’). The logical variables LTNS and LTN are then set to FALSE. ii. Else, if the absolute value of the difference between TnTnTn and TNmos is less than 2.5°C, TnTnTn is correct. The logical variable LTNS is then set to FALSE. (f) If LTXH is TRUE i. If LTX is TRUE: TxTxTx is wrong and set to NOT DEFINED (‘/’). The logical variables LTXH and LTX are then set to FALSE. ii. Else, if the absolute value of the difference between TxTxTx and TXmos is less than 2.5°C, TxTxTx is correct. The logical variable LTXH is then set to FALSE. (g) If LXLN is TRUE and LNGT or LTN is TRUE (or both): TnTnTn is wrong and set to NOT DEFINED (‘/’). The logical variables LXLN, LNGT and LTN are then set to FALSE. (h) If LXLN is TRUE and LXLT or LTX is TRUE (or both): TxTxTx is wrong and set to NOT DEFINED (‘/’). The logical variables LXLN, LXLT and LTX are then set to FALSE. (i) If LNS is TRUE: TnTnTn and TTT are correct. The logical variables LTN and LTC are then set to FALSE. (j) If LXS is TRUE: TxTxTx and TTT are correct. The logical variables LTX and LTC are then set to FALSE. (k) If LTC is TRUE: i. If LTN is TRUE and the deviations of TnTnTn and TTT from their corresponding MOS values have the same sign: TnTnTn and TTT are correct. The logical variables LTN and LTC are then set to FALSE. ii. If LTX is TRUE and the deviations of TxTxTx and TTT from their corresponding MOS values have the same sign: TxTxTx and TTT are correct. The logical variables LTX and LTC are then set to FALSE. (l) If LTC is TRUE and LTCN or LTCX is TRUE (or both): TTT is wrong and set to NOT DEFINED (‘/’). The logical variables LTC, LTCN and LTCN are then set to FALSE. (m) If LNGT is TRUE and TTmin - 1 < TNmos < TTmin and LTN is FALSE: TnTnTn is replaced by TNmos. The logical variable LNGT is then set to FALSE. (n) If LXLT is TRUE and TTmax + 1 > TXmos > TTmax and LTX is FALSE: TxTxTx is replaced by TXmos. The logical variable LXLT is then set to FALSE. (o) In all remaining cases: i. LTN, LNGT or LTNS is TRUE: TN is suspicious. An error message is written to the log file for the operator to check the value. ii. LTX, LXLT or LTXH is TRUE: TX is suspicious. An error message is written to the log file for the operator to check the value. iii. LTC is TRUE: TT is suspicious. An error message is written to the log file for the operator to check the value.

iv. LXLN is TRUE: TN or TX is suspicious. An error message is written to the log file for the operator to check the values.

3.3 Dew point temperature

A number of checks is performed on the dew point temperature values. Through effectively comparing and combining the outcomes of the various checks, the subroutine is to a certain degree capable of drawing conclusions on whether a value is right or wrong. Remaining doubtful cases are left for the operator to decide on.

The following checks are performed: 1. The minimum and the maximum values of the observed hourly dew point temperature TdTdTd of the latest 24-hour period (from 6 UTC until 6 UTC the next day) are calculated: TDmin and TDmax. If these are equal to each other while there is more than one observation of TdTdTd, all dew point values are considered wrong and are discarded, i.e. changed into NOT DEFINED ('/'). 2. The observed dew point TdTdTd is checked against the corresponding MOS value, if present. (a) If the absolute value of the difference is greater than 15°C, TdTdTd is considered wrong and set to NOT DEFINED. (b) If the absolute value of the difference is greater than 11°C but less than or equal to 15°C, TdTdTd is suspicious. The value of priority variable PR is set to ‘5’. 3. The observed dew point (now called TD2) is checked for great jumps. (a) If the observations of both 3 hours earlier (TD1) and 3 hours later (TD3) are present i. If these differ by 8°C or more in absolute value from TD2 a. If TD1 and TD3 differ less than 8°C: TD2 is considered wrong and set to NOT DEFINED. b. Else, TD2 is suspicious. The value of priority variable PR is set to ‘2’. (b) If only TD1 is present and it differs by more than 8°C from TD2 (more than 12°C for stations above altitude 750m), TD2 is suspicious. The value of priority variable PR is set to ‘3’. (c) If only TD3 is present and it differs by more than 8°C from TD2 (more than 12°C for stations above altitude 750m), TD2 is suspicious. The value of priority variable PR is set to ‘4’. 4. The observed dew point TdTdTd is compared to the air temperature TTT at the same time: TdTdTd must be less than or equal to TTT. If not, and: (a) TdTdTd exceeds TTT by less than 1.0°C, the value is set equal to the value of TTT. (b) Else, the operator must decide whether TdTdTd or TTT is wrong. The value of priority variable PR is set to ‘1’. 5. An error message is written to the log file. If for a certain hour more than one message should be generated, only the one with the lowest value for PR is written.

3.4 Amount of CL clouds (or CM clouds if no CL clouds present)

The program checks whether the amount of CL clouds (or CM clouds if no CL clouds are present) Nh is less than or equal to the total cloud cover N. When this is not the case the value of Nh is changed to the value of N.

3.5 Amount of precipitation

A number of checks are performed on the precipitation values. Through effectively comparing and combining the outcomes of the various checks, the subroutine is to a certain degree capable of drawing conclusions on whether a value is right or wrong. Remaining doubtful cases are left for the operator to decide on. The following checks are performed:

1) Precipitation values are checked for all 3-hourly time stamps, both at so-called Main and Intermediate Hours. 2) If a negative precipitation sum is reported, this value is set to NOT DEFINED. 3) Another a priori check is performed on the observation value RRROBS: when it exceeds 140mm a logical variable SUSPICIOUS is set to TRUE. 4) If MOS values for the precipitation are not available (RRRMOS for the expected value and RRRXMOS for the maximum expected value): a logical variable LMOS is set to FALSE. If a MOS value is unrealistically high (i.e. greater than 140mm) then it is ignored and LMOS is also set to FALSE. 5) Otherwise: a) LMOS is set to TRUE. b) Calculate SD = 5 * max(0.2mm , RRRMOS). c) Then calculate SD = min(SD , max(1.0mm , abs(RRRXMOS – RRRMOS))). d) If, with RRROBS being the observed precipitation value: i) abs(RRROBS - RRRMOS) > 6 * SD and ii) RRROBS > 20mm and iii) (RRROBS - RRRMOS) / RRRMOS > 5 RRROBS is wrong and set to NOT DEFINED; a logical variable WRONG is set to TRUE. An error message is written to the log file.

e) Otherwise, if abs(RRROBS - RRRMOS) > 6 * SD: i) If (1) RRROBS > RRRMOS and (2) (RRROBS ≤ 10mm and RRRMOS ≥ 0.5mm) or (RRROBS ≤ 15mm and RRRMOS ≥ 2.5mm) RRROBS is correct; the logical variable SUSPICIOUS is set to FALSE.

ii) Otherwise, RRROBS is possibly wrong; a logical variable SUSPICIOUS is set to TRUE. 6) If RRROBS reported for the six hour period (i.e. tR =6) is equal to the amount reported for the twelve hour period (tR = 12), no further checking is done, as it is unlikely that the same mistake was made twice. A logical variable L12 is set to TRUE. An exception is made for precipitation amounts above 30 millimetres: these amounts must always be checked. In that case, L12 remains FALSE. 7) If there has only been fog in the period tR and no other source of precipitation (i.e. all ww- codes present are between 40 and 49 and all W1-codes are less than or equal to 4), no more than 1 millimetre of precipitation is allowed. When RRROBS exceeds this value in such a case, it is set to 0.5mm. An error message is written to the log file. 8) The observed weather conditions (i.e. ww, W1 and W2) are used for some more checks. a) If observations for neither ww, W1 nor W2 are available, a logical variable LWW is set to FALSE. b) Otherwise, LWW is set to TRUE. c) In Table III.1, relative precipitation intensities are given for all values of ww, W1 and W2, which are used when fog is not a source of precipitation or not the only source in the period tR. For every observation of a station in the period tR for which at least the present weather ww or the past weather W1 is available, the total precipitation intensity is found by adding the intensities corresponding with ww, W1 and W2. Furthermore, the maximum intensity is determined from ww, W1 or W2. When ww

and W1 are not observed or NOT DEFINED ('/'), the total intensity is set to “1” for that particular observation, while the maximum intensity remains “0”. Next, the total intensities of all observations of a station in the period tR are added to give the overall intensity IWSOM and the maximum intensity IWMAX during this period is determined.

Table III.1. Relative precipitation intensities associated with ww, W1 and W2

0 1 2 3 4 5 6 7 8 9 ww 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 1 0 0 20 1 1 1 1 1 1 1 1 0 1 30 0 0 0 0 0 0 0 0 0 0 40 0 0 0 0 0 0 0 0 0 0 50 1 1 1 1 2 2 1 1 1 1 60 1 1 1 2 3 3 1 2 1 2 70 1 1 1 2 2 3 1 1 1 1 80 1 2 4 1 2 1 2 2 2 3 90 2 2 2 4 4 4 4 4 4 4 W1 0 0 0 0 0 1 1 1 3 4 W2 0 0 0 0 0 1 1 1 3 4

If one of the following criteria is met:

- IWSOM is 8 or more and RRROBS is less than 30 millimetres

- IWSOM is 7 or more and RRROBS is 20 millimetres or less

- IWSOM is 6 or more and RRROBS is 15 millimetres or less

- IWSOM is 5 or more and RRROBS is 10 millimetres or less

- IWSOM is 4 or more and RRROBS is 8 millimetres or less

- IWSOM is 3 or more and RRROBS is 6 millimetres or less

- IWSOM is 2 or more and RRROBS is 4 millimetres or less

- IWSOM is 1 or more and RRROBS is 3 millimetres or less - the amount of precipitation is less than 1 millimetre RRR is considered correct and a logical variable LWS is set to TRUE; otherwise, LWS is set to FALSE. d) If one of the following criteria is met: - IWMAX is 4 or more and RRROBS is less than 70 millimetres

- IWMAX is 3 or more and RRROBS is 20 millimetres or less

- IWMAX is 2 or more and RRROBS is 8 millimetres or less

- IWMAX is 1 or more and RRROBS is 3 millimetres or less RRR is considered correct and a logical variable LWM is set to TRUE; otherwise, LWM is set to FALSE.

9) Time period consistency is checked. If tR(HH) is 12, 18 or 24 and tR(HH-6) = tR(HH) - 6, with HH the hour of observation and if RRROBS(HH) < RRROBS(HH-6) - 0.05mm: a) If RRROBS(HH) < 1mm: RRROBS(HH) is set equal to RRROBS(HH-6). An error message is written to the log file. b) If RRROBS(HH-6) > RRROBS(HH) + 50mm: RRROBS(HH-6) is wrong and set to NOT DEFINED. An error message is written to the log file. c) Otherwise: a logical variable L6 is set to TRUE. 10) Now the outcomes of all tests are combined. If WRONG is FALSE and L12 is FALSE: a) If SUSPICIOUS and LWW are both TRUE and LWS and LWM are both FALSE:

RRROBS is wrong and set to NOT DEFINED; an error message is written to the log file.

b) If SUSPICIOUS is FALSE and LWS or LWM is TRUE: RRROBS is considered correct. c) If SUSPICIOUS and LWS and LWM are all TRUE: RRROBS is considered correct; the logical variable SUSPICIOUS is set to FALSE. d) If LMOS is FALSE and LWW is FALSE and RRR > 10mm: the operator must decide; an error message is written to the log file. e) If SUSPICIOUS is TRUE: the operator must decide; an error message is written to the log file. f) If L6 is TRUE: the operator must decide; an error message is written to the log file.

3.6 Pressure at sea level

The value of the pressure at sea level PPPP must lie between 950 hPa and 1060 hPa. When PPPP is less than 950 hPa or more than 1060 hPa, the value of PPPP is changed to NOT DEFINED ('/'). Furthermore, the values of the amount of pressure tendency ppp and of the pressure at station level PoPoPoPo are also changed to NOT DEFINED.

If the pressure at sea level is between 950 and 1060 hPa the pressure tendency ppp is checked: when the absolute value of ppp exceeds 15 hPa per three hours, ppp is changed to NOT DEFINED. Since it is very likely that there are also errors in the pressure at sea level and the pressure at station level, the values of PPPP and PoPoPoPo are also changed to NOT DEFINED.

Finally, if the pressure at sea level is between 950 and 1060 hPa and the pressure tendency is less than 15 hPa per three hours, PPPP is compared to the observation of three hours before. When the difference between the PPPP of three hours before and the PPPP under consideration exceeds the pressure tendency ppp more than 2 hPa, the values of PPPP,

PoPoPoPo and ppp are changed to NOT DEFINED.

3.7 Wind speed

The actual observations of the wind speed (FF) are compared with the observations that are nearest in time at the same station and with MOS reference values, if available.

First, FF is compared with the observed value of three hours before (or, if not present, 6 hours before). The program checks on a difference (absolute value) in FF of more than 40 knots (or, for stations at a height of more than 750m above mean sea level, 80 knots). If such a difference occurs, FF is considered wrong and is set to NOT DEFINED ('/'). An error message is written to the log file.

If this is not the case, FF is compared to the corresponding MOS value. If the difference (absolute value) is more than 40 knots, FF is considered wrong and is set to NOT DEFINED ('/'). An error message is written to the log file.

In the following of the remaining cases, FF is marked as suspicious:

- the absolute difference with the previous observation (3 or 6 hours before) is more than 25 knots (or, for stations at a height of more than 750m above mean sea level, 40 knots) - the absolute difference with the corresponding MOS value is more than 25 knots - FF = 0 and at least one of the following conditions is met: o the previous observation (3 or 6 hours before) is greater than 18 knots o the following observation (3 or 6 hours after) is greater than 18 knots o the corresponding MOS value is greater than 18 knots - the ratio between FF and the corresponding MOS value lies between 1.75 and 2.25, indicating there could be a coding error concerning the unit of wind speed (meters per second instead of knots or vice versa) In such cases, the operator must check FF; an error message is written to the log file.

In case no wind speed of three/six hours before/after is known and no MOS value is available, FF is only checked on its value: - If FF > 80 knots, FF is considered wrong and is set to NOT DEFINED; an error message is written to the log file. - If FF > 40 knots, FF is considered suspicious and must be checked by the operator; an error message is written to the log file.

3.8 Duration of sunshine

The program checks whether the observed duration of sunshine 55j2j3j4 exceeds the calculated time between sunrise and sunset.

If the observed sunshine duration is more than 25% longer than this computed day length, the sunshine duration is set at NOT DEFINED ('/'). An error message is written to the log file.

Otherwise, if the observed sunshine duration is more than 6% longer than this computed day length, the sunshine duration is suspicious and has to be checked by the operator. An error message is written to the log file.

If the observed sunshine duration is less than 0.1 hours, the following additional tests are performed: - If at least one cloud cover observation during the daytime period is less than 7 oktas, the sunshine duration is suspicious and has to be checked by the operator. An error message is written to the log file. - If no cloud cover observations are available during the daytime period and: o The observed daily amount of global radiation is more than 35% of the calculated theoretical maximum for the day and station under consideration, the sunshine duration is suspicious and has to be checked by the operator. An error message is written to the log file. o The difference between the minimum and maximum temperature is more than 5C, the sunshine duration is suspicious and has to be checked by the operator. An error message is written to the log file.

3.9 Snow depth

The program checks whether the snow depth value matches either the temperature or the precipitation or the previous observation.

First, the following elements are determined from observations made during the preceding 24-hour period:

TTave: average temperature, calculated as the mean of the minimum and maximum temperature TN: observed minimum temperature TX: observed maximum temperature RRR12: amount of precipitation accumulated during the preceding 12 hours RRR24: amount of precipitation accumulated during the preceding 24 hours RRR36: amount of precipitation accumulated during the preceding 36 hours RRR48: amount of precipitation accumulated during the preceding 48 hours SNOW: observed actual snow depth D_SNOW: difference between the actual snow depth and the observation made 24 hours earlier; if the latter is not available, the actual snow depth is taken

Next, the following tests are done: - If D_SNOW > 0cm and: o TN > 5C: an error message is written to the log file. If the observation time is 18:00 UTC, an additional criterion must be fulfilled, demanding that the actual temperature equals 1C or more. Background: it is not likely that snow is accumulated while temperatures are constantly well above freezing. o TTave > 10C: an error message is written to the log file. Background: it is not likely that snow is accumulated while the average temperature lies far above freezing. o If all of the following conditions are met: . no snow depth observation 24, 36 or 48 hours earlier is available . SNOW < 100cm . RRR24 < 0.05mm the observation is approved, else: . If D_SNOW < 0.2*RRR and both TN and TX are less than 0C, an error message is written to the log file. Background: when temperatures are constantly below freezing, all precipitation must result in a corresponding fresh snow layer, not just a small fraction. Normally, 1mm precipitation results in 1cm snow. . If D_SNOW > 4*RRR, an error message is written to the log file. Background: fresh snow must originate from precipitation. Normally, 1mm precipitation results in 1cm snow. It is not likely that this ratio is highly exceeded. o If D_SNOW < -50cm, the observation is discarded and an information message is written to the log file. Background: a decrease of snow depth of more than 50cm is very unlikely under any circumstance. o If SNOW ≥ 900cm and RRR ≥ 200mm, the observation is discarded and an information message is written to the log file. Background: both values are unusually high, which is very unlikely to coincide. o If either of the following conditions is met: . SNOW ≥ 500cm . D_SNOW ≥ 200cm . SNOW ≥ 200cm and RRR ≥ 100cm SNOW will be marked as suspicious. An information message is written to the log file. Background: the values are unusually high but yet possible.

3.10 Daily global radiation

The program checks whether the observed daily amount of global radiation (RAD24) is in accordance with the minimum and maximum possible amounts. First, the maximum radiation (CRAD), which should occur if the sky would be constantly clear during the day of the observation, is calculated. For this, a formula is used that takes both the date and the geographical latitude into account. Then, the following tests are performed: - If RAD24 > 1.25*CRAD, the observation is discarded and an information message is written to the log file. Background: it is unlikely that the amount of radiation exceeds the calculated maximum by more than 25%. Else: o If RAD24 < 0.06*CRAD, the observation is discarded and an information message is written to the log file. Background: even under a constantly cloudy sky, it is unlikely that the amount of radiation is less than 6% of the calculated maximum possible amount. o If RAD24 > 1.10*CRAD . If the observed duration of sunshine (if available) is less than the calculated length of the daylight period minus one hour, RAD24 is wrong and discarded. An error message is written to the log file. . If the daytime mean cloud cover (if available) is greater than 4 oktas, RAD24 is wrong and discarded. An error message is written to the log file . Otherwise: the operator has to check RAD24. An error message is written to the log file. Background: under certain conditions it is possible that RAD24 exceeds CRAD somewhat.

3.11 Messages

The messages generated by the CHECK program are written to the file REALDATA:CHECK.LOG. In table III.2, the possible messages are described. Note the difference between %I-messages (information messages on automatically corrected errors) and %E-messages (error messages to be handled by an operator).

Table III.2. Description of the messages generated by the CHECK program Message Description @I-Check TT: constant All temperature values exactly the same Date: (there is more than one value): all discarded No : and changed to '/'. TTmin : TTmax : TT : @I-Check TN: - sign Sign error in minimum temperature: minus Date : sign is automatically changed to plus sign. No : TNold : TTmin : TNnew :

Message Description @I-Check TN: + sign Sign error in minimum temperature: plus sign Date : is automatically changed to minus sign. No : TNold : TTmin : TNnew : @I-Check TT: TT-mos>12 Temperature deviates from MOS value by Date : more than 12 degrees. Observation No : discarded: changed to '/'. TT : TTmos: @I-Check TN: TN-mos>12 Minimum temperature deviates from MOS Date : value by more than 12 degrees. Observation No : discarded: changed to '/'. TN : TNmos: @I-Check TX: TX-mos>12 Maximum temperature deviates from MOS Date : value by more than 12 degrees. Observation No : discarded: changed to '/'. TX : TXmos: @I-Check TN: 2*TT than reported minimum. Observed minimum No : discarded: changed to '/'. TN : TTmin: @I-Check TN: 1*TT reported minimum; difference less than 0.5C. No : Minimum changed to this hourly value. TN : TTmin: @I-Check TN: 1*TT reported minimum; observation hour 06 UTC No : and difference less than 3C. Minimum TN : changed to this hourly value. TTmin: TT : @I-Check TX: 2*TT>Tx At least two hourly temperature values higher Date : than reported maximum. Maximum No : discarded: changed to '/'. TX : TTmax:

Message Description @I-Check TX: 1*TT>Tx One hourly temperature value higher than Date : reported maximum; difference less than No : 0.5C. Maximum changed to this hourly value. TX : TTmax: @I-Check TX: 1*TT>Tx One hourly temperature value higher than Date : reported maximum; observation hour 18 UTC No : and difference less than 3C. Maximum TX : changed to this hourly value. TTmax: TT : @I-Check TN: TN=TNmos Reported minimum temperature changed to Date : MOS value. No : TN : TTmin: TNmos: @I-Check TX: TX=TXmos Reported maximum temperature changed to Date : MOS value. No : TX : TTmax: TXmos: @I-Check TT: TT-cur>12 Temperature deviates from constructed Date : curve value by more than 12 degrees. No : Observation discarded: changed to '/'. TT : TTcur: @I-Check TT: TT minimum and discarded: changed to ‘/’. No : TN : TTmin: @I-Check TT: TT>Tx Temperature value higher than reported Date : maximum and discarded: changed to ‘/’. No : TX : TTmax: @I-Check TN: 12c One hourly temperature value lower than Date : reported minimum; minimum deviates from No : MOS value by more than 8.5C whereas TN : hourly value does not. Minimum is discarded: changed to ‘/’.

Message Description @I-Check TX: 12d One hourly temperature value higher than Date : reported maximum; maximum deviates from No : MOS value by more than 8.5C whereas TX : hourly value does not. Maximum is discarded: changed to ‘/’. @I-Check TN: 12e Minimum temperature lower than lowest Date : hourly value by more than 5C, while less No : than 3 hourly values absent. Minimum TN : deviates from MOS value by more than 8.5C. Minimum discarded: changed to ‘/’. @I-Check TX: 12f Maximum temperature lower than lowest Date : hourly value by more than 5C, while less No : than 3 hourly values absent. Maximum TX : deviates from MOS value by more than 8.5C. Maximum discarded: changed to ‘/’. @I-Check TN: 12g Maximum temperature lower than minimum. Date : One hourly temperature value lower than No : minimum and minimum deviates from MOS TN : value by more than 8.5C. Minimum discarded: changed to ‘/’. @I-Check TX: 12h Maximum temperature lower than minimum. Date : One hourly temperature value higher than No : maximum and maximum deviates from MOS TX : value by more than 8.5C. Maximum discarded: changed to ‘/’. @I-Check TN/TT: 12k Minimum temperature and at least one Date : hourly value differ from MOS by more than No : 8.5C. All deviations from MOS have the TN : same sign, for all present temperature values TNmos: within applicable time interval. No TT : > observations changed or discarded. TTmos: @I-Check TX/TT: 12k Maximum temperature and at least one Date : hourly value differ from MOS by more than No : 8.5C. All deviations from MOS have the TX : same sign, for all present temperature values TXmos: within applicable time interval. No TT : > observations changed or discarded. TTmos: @I-Check TT: 12l Hourly temperature deviates from MOS value Date : by more than 8.5C. Minimum or maximum No : also does. Hourly observation discarded: TT : changed to '/'. TTmos:

Message Description @I-Check TN: 12m One hourly temperature value lower than Date : reported minimum; MOS minimum No : temperature lower than this hourly value by TTmin: less than 1 degree. Minimum changed to TNmos: MOS value. @I-Check TX: 12n One hourly temperature value higher than Date : reported maximum; MOS maximum No : temperature higher than this hourly value by TTmax: less than 1 degree. Maximum changed to TXmos: MOS value. %E-Check TN: Check Tn Reported minimum temperature suspicious; Date : MOS value available. Observation to be No : checked by meteorologist. TN : TTmin: TNmos: %E-Check TN: Check Tn Reported minimum temperature suspicious; Date : no MOS value available. Observation to be No : checked by meteorologist. TN : TTmin: %E-Check TX: Check Tx Reported maximum temperature suspicious; Date : MOS value available. Observation to be No : checked by meteorologist. TX : TTmax: TXmos: %E-Check TX: Check Tx Reported maximum temperature suspicious; Date : no MOS value available. Observation to be No : checked by meteorologist. TX : TTmax: %E-Check TT: Check TT Reported hourly temperature suspicious; Date : MOS value available. Observation to be No : checked by meteorologist. TT : > TTmos: %E-Check TT: Check TT Reported hourly temperature suspicious; no Date : MOS value available. Observation to be No : checked by meteorologist. TT : > Curve:

Message Description @I-Check TD: constant All dew-point temperature values exactly the Date: same (there is more than one value): all No : discarded and changed to '/'. TDmin: TDmax: TD : @I-Check TD: mos Dew-point temperature deviates from MOS Date: value by more than 15C. Observation No : discarded: changed to '/'. TD : TDmos: @I-Check TD: jump Dew-point temperature deviates by 8C or Date : more from dew-point temperature three No : hours before and three hours after, while the TD-3 : latter two values differ less than 8C: dew- TD : point temperature automatically changed to TD+3: '/'. @I-Check TD: TD > TT Dew-point temperature exceeds air Date : temperature by 1C or less: dew-point No : temperature automatically changed to air TD : temperature. TT : %E-Check TD: TD > TT Dew-point temperature exceeds air Date : temperature by more than 1C. Observation No : to be checked by meteorologist. TD : TT : %E-Check TD: jump Dew-point temperature deviates by 8C or Date : more from dew-point temperature three No : hours before and three hours after, while the TD-3 : latter two values differ at least 8C. TD : Observation to be checked by meteorologist. TD+3: %E-Check TD: jump Dew-point temperature differs more than 8C Date : from dew-point temperature three hours No : before. Observation to be checked by TD-3 : meteorologist. TD : %E-Check TD: jump Dew-point temperature differs more than 8C Date : from dew-point temperature three hours No : later. Observation to be checked by TD : meteorologist. TD+3 :

Message Description %E-Check TD: mos Dew-point temperature deviates from MOS Date: value by more than 11C, but no more than No : 15C. Observation to be checked by TD : meteorologist. Mos : @I-Check DD: DD > 360 Wind direction greater than 360 degrees: Date: changed automatically to '/'. No : DD :

FF : @I-Check FF: d(u-3)>40 or 80 Wind speed increased by more than 40 knots Date: (or 80 knots for mountain stations) compared No : to three (or six) hours before: changed FF-3: or automatically to '/'. FF : @I-Check FF: d(mos)>40 Wind speed deviates by more than 40 knots Date: from MOS value: changed automatically to '/'. No : FF : Mos : %E-Check FF: d(u-3)>25 or 40 Wind speed increased by 25-40 knots (or by Date: 40-80 knots for mountain stations). No : Observation to be checked by meteorologist. FF-3: or FF : %E-Check FF: d(mos)>25 Wind speed deviates by 25-40 knots from Date: MOS value. Observation to be checked by No : meteorologist. FF : Mos : %E-Check FF: 0 d(u-3) Wind speed equal to zero, but higher than 18 Date: knots three (or six) hours before. No : Observation to be checked by meteorologist. FF-3: FF : %E-Check FF: 0 d(u+3) Wind speed is equal to zero, but is higher Date : than 18 knots three (or six) hours later. No : Observation to be checked by meteorologist. FF : FF+3: %E-Check FF: 0 d(mos) Wind speed is equal to zero, but MOS value Date: is higher than 18 knots. Observation to be No : checked by meteorologist. FF : Mos :

Message Description %E-Check FF: kts-mps? Wind speed deviates by more than 20 knots Date: from MOS value. Difference is approximately No : factor 2 and could be due to wrong unit for FF : wind speed (knots instead of meters per Mos : second or vice versa). Observation to be checked by meteorologist. @I-Check NH: NH > N Amount of CL (or CM) clouds exceeds total Date: cloud cover: value changed automatically to No : value of total cloud cover. N : NH : @E-Check RRR: <0 Precipitation amount less than zero. Date: Observation discarded: changed to '/'. No : TR : RRR : %E-Check RRR: >140 Precipitation amount greater than 140 Date: millimetres. Observation marked as suspect No : and to be checked by meteorologist. RRR: @I-Check RRR: mos Precipitation amount equal to 20 millimetres Date: or more and deviates too much from MOS No : value. Observation discarded: changed to '/'. RRR: Mos :

@I-Check RRR: fog Fog is only source of precipitation in period tR Date: and precipitation amount is more than 1 No : millimetre. Observation discarded: changed TR : to '/'. RRR: @I-Check RRR: -6 Amount of precipitation reported six hours Date: ago is less than 1 millimetre, but exceeds No : current amount while the latter should RRR-6: include the former. Value of six hours ago RRR : automatically changed to current value. @I-Check RRR: 50 Amount of precipitation reported six hours Date: ago exceeds current amount of precipitation No : by more than 50 millimetres: value of six RRR-6: hours ago is automatically changed to '/'. RRR : %E-Check RRR: -6 Amount of precipitation reported six hours Date: ago at least 1mm and exceeds current No : amount while the latter should include the RRR-6: former, but by no more than 50mm. RRR : Observation to be checked by meteorologist. @I-Check RRR: MOS/WW Amount of precipitation does not match MOS

Date: value and does not correspond with reported No : weather type (precipitation intensity). TR : Observation discarded: changed to '/'. RRR : Mos : IWmax: IWsom:

Message Description %E-Check RRR:no mos/wx Amount of precipitation greater than 10 Date: millimetres; no MOS value or reported No : weather type available. Observation to be RRR: checked by meteorologist. %E-Check RRR: mos Amount of precipitation suspicious, but not Date: definitely wrong. Observation to be checked No : by meteorologist. RRR: Mos : IWmax: IWsom: @I-Check PPP: Pressure at sea level is less than 950hPa or Date: more than 1060hPa: values of pressure at No : sea level, pressure at station level and PPP: pressure tendency changed to '/'. @I-Check APP: Pressure tendency exceeds 15hPa per three Date: hours: values of pressure at sea level, No : pressure at station level and pressure APP: tendency changed to '/'. @I-Check PPP: app Difference between pressure at sea level Date: with value of three hours before exceeds No : pressure tendency with more than 2hPa: PPP-3: values of pressure at sea level, pressure at APP : station level and pressure tendency changed PPP : to '/'. @I-Check SUN: > 25% Observed sunshine duration exceeds the Date: calculated day length by more than 25%: No : sunshine duration automatically changed to SUN: '/'. DAYL: %E-Check SUN: < 25% Observed sunshine duration exceeds the Date: calculated day length by less than 25%, but No : more than 6%. Observation to be checked by SUN: meteorologist. DAYL: @I-Check SNOW: >900 Unusually high observed snow depth, Date: coinciding with unusually high precipitation No : amount; automatically changed to ‘/’. Snow: RRR: @I-Check SNOW: jump Unlikely jump of snow depth (decrease by Date: more than 50cm): observed snow depth No : automatically changed to ‘/’. Snow: Snow-1:

Message Description %E-Check SNOW: >500 Unusually high observed snow depth, but still Date: possible. Observation to be checked by No : meteorologist. Snow: %E-Check SNOW+: >200 Unusually high increase of snow depth, but Date: still possible. Observation to be checked by No : meteorologist. Snow: Snow+: %E-Check SNOW: >200 Unusually high observed snow depth in Date: combination with unusually high precipitation No : amount, but still possible. Observation to be Snow: checked by meteorologist. RRR: %E-Check SNOW: TN > 5 Too warm conditions for increase of snow Date: depth (minimum temperature above 5C). No : Observation to be checked by meteorologist. Snow: TN: %E-Check SNOW: TTave>10 Too warm conditions for increase of snow Date: depth (average temperature above 10C). No: Observation to be checked by meteorologist. Snow: TTave: %E-Check SNOW: 0.2 times the corresponding amount of No: precipitation, under constantly freezing Snow+: conditions. Observation to be checked by RRR: meteorologist. %E-Check SNOW: >RRR*4 Too large increase of snow depth: more than Date: 4 times the corresponding amount of No: precipitation. Observation to be checked by Snow+: meteorologist. RRR: @I-Check RAD: > 125% Unlikely high value for daily global radiation, Date: exceeding calculated maximum possible No : amount by more than 25%: observation RAD: automatically changed to ‘/’. RDMax: @I-Check RAD: < 10% Unlikely low value for daily global radiation, Date: less than 6% of the calculated maximum No : possible amount: observation automatically RAD24: changed to ‘/’. RDMax:

Message Description @I-Check RAD: dayl High value for daily global radiation, Date: exceeding the calculated maximum possible No : amount by more than 10% but less than RAD24: 25%, while sunshine duration more than 1 RDmax: hour below calculate daylight period: DayL: observation automatically changed to ‘/’. Sun : @I-Check RAD: n>4 High value for daily global radiation, Date: exceeding the calculated maximum possible No : amount by more than 10% but less than RAD24: 25%, while average cloud cover greater than RDmax: 4 oktas: observation automatically changed N : to ‘/’. %E-Check RAD: < 110% Suspiciously high value for daily global Date: radiation, exceeding the calculated maximum No: possible amount by more than 10% but less RAD24: than 25%. Observation to be checked by RDMax: meteorologist.

4 Observation control

4.1 Introduction

The program OBSCON offers the operator the possibility of viewing coded (stored in the database CODED), decoded and derived element values (both stored in the database DECODED). Furthermore, errors which were not automatically corrected by the CHECK program can be displayed, and if necessary values can be added to or modified in the database DECODED. For the representation of the data it is possible to choose various lay- outs.

4.2 Screen lay-outs

Four lay-out types are available for the representation of the decoded and derived element values: station observation, diagram, map and table.

4.2.1 Station observations

This lay-out displays the decoded and derived element values of a single station for a selected date and time on the screen. An example is given in Fig. 4.1. At the top of the screen the date and time of the observation is given (YYMMDDHH in UTC). Below this some station information is listed: station name, number, code, geographical coordinates (N.L. and E.L. are positive) and the altitude above sea level (H in metres). Next the (enhanced) coded observation (stored in the database CODED) and the decoded observation (stored in the database DECODED) are given. Finally, the derived parameters are listed (also stored in the database DECODED). Observations coded with NO OBSERVATION (POSSIBLE) and parameters which could not be derived due to these missing data are represented by forward slashes '///'. The symbols c, s and t behind element values denote that the coded value is automatically corrected by the program CHECK (c) or the value is obtained through interpolation in time (t). Observation elements which are not coded get no value at all. Note that it is possible to have a decoded observation without a corresponding coded observation because of the interpolations performed.

Fig. 4.1. Example of a station observation

4.2.2 Diagrams

This lay-out shows a diagram of the values of a single element during the past seven days for a selected station. The Y-axis of the diagram automatically adapts itself to the values represented. An example is presented in Fig. 4.2. Above the diagram some station information is listed: station name, number, code, geographical coordinates (N.L. and E.L. are positive) and the altitude above sea level (H in metres). Below the station information the selected element (observed or derived) is shown.

Fig. 4.2. Example of a diagram

4.2.3 Maps

This lay-out shows a geographical map with values of a single element for a selected date and time on the screen. Several maps are available (see section 4.4.11.). An example is given in Fig. 4.3. In the heading of the map the date and time of the observation (YYMMDDHH in UTC), the selected map and the selected element (observed or derived) are shown.

Fig. 4.3. Example of a map

4.2.4 Tables

This lay-out displays a table of 3-hourly values of a single element on the screen. Several tables are available, each with a different selection of stations. In Fig. 4.4. an example of a table is given. In the heading of the table the specified date and time (YYMMDDHH in UTC), the selected table and the selected element (observed or derived) are displayed. In a table the stations are listed according to station number, and observations are shown back to 24 hours from the selected date-time. When a table contains more information than can be displayed on a screen, the - key or the -key must be pressed: displays the rest of the table and terminates displaying the table.

Fig. 4.4. Example of a table

4.3 Observation elements and derived elements

In table IV.1 a list of observation elements and derived elements available in the OBSCON program is given.

Table IV.1. Available elements in the OBSCON program Element Description Units Observed NO Station number code H Height of the base of the lowest cloud code VV Horizontal visibility code N Total cloud cover oktas DD Wind direction (not in maps) degrees FF Wind speed (at 10 metres) knots DDFFF Wind direction and speed (in maps) tens of degrees and knots TT Air temperature °C TD Dew-point temperature °C RH Relative humidity % PO Pressure at station level hPa PPP Pressure at sea level hPa A Characteristic of pressure tendency during the three code hours preceding observation time APP Amount of pressure tendency at station level during hPa the three hours preceding observation time RRR Amount of precipitation fallen during the period millimetres preceding observation time as indicated by TR

Element Description Units TR Duration of period of reference for amount of hours precipitation WW Present weather code W1 Past weather code W2 Past weather code NH Amount of CL clouds present or, if no CL cloud is oktas present, the amount of CM clouds CL Clouds of genera Stratocumulus, Stratus, Cumulus code and Cumulonimbus CM Clouds of genera Altocumulus, Altostratus and code Nimbostratus CH Clouds of genera Cirrus, Cirrocumulus and Code Cirrostratus TX Maximum temperature °C TN Minimum temperature °C SUN Duration of sunshine hours E State of the soil Code

Derived

D_PO Pressure at station level hPa D_TW Wet bulb temperature °C D_THEW Wet bulb potential temperature °C D_NS Amount of shadow clouds oktas D_RH Relative humidity % D_E Vapour pressure hPa D_VPD Vapour pressure deficit hPa D_ESL Slope of the saturation vapour pressure vs. hPa/°C temperature curve

4.4 Commands

4.4.1 ADD

Command: ADD [ELEMENT] [NEWVALUE]

This command adds a value to the database DECODED. The commands STATION and DATE are used to set the pointer at the observation to which the value has to be added. [ELEMENT] specifies the observation element (see section 4.3.) and [NEWVALUE] is the value to be added. Added element values are denoted by the character m behind the element value. Values for derived elements can not be added to an observation. When an element already has a value or is not defined (i.e. denoted by '///'), the command MODIFY can be used to change this value.

4.4.2 BACK

Command: BACK

Abbreviation: BA

This command returns the observation of the first available station with a lower station number. It only works if the screen lay-out is a station observation or a diagram.

4.4.3 BEGIN

Command: BEGIN

Abbreviation: BE

This command only works after the command CHECK has been entered (see also there) and returns the observation of the first error message from the file REALDATA:CHECK.LOG created by the check program. It displays the message on the bottom line of the screen with the corresponding observation. The sequential number of this message must read “1”.

4.4.4 CHECK

Command: CHECK

Abbreviation: CH

This command reads the error messages of not automatically corrected errors from the file REALDATA:CHECK.LOG created by the check program and displays each message on the bottom line of the screen with the corresponding observation and a sequential number. The operator can decide to add or modify data in the database DECODED using the ADD or MODIFY command. To continue to the next error message the operator must type FOLLOWING (abbr.: FO). In order to go back to the previous message, the command PREVIOUS (abbr.: PR) must be used. The command CURRENT (abbr.: CU) can be used to show the station observation of the current error message. Using the command BEGIN, the operator can go to the first error message. By entering the command END, he/she can go to the last error message. This allows him/her to see the total number of error messages to be checked, as this is equal to the sequential number of the last message. See Section 3.9 for an explanation of the error messages.

4.4.5 DATE

Command: DATE [YYMMDDHH]

Abbreviation: DA, DTG

This command initializes the program to show the information of a specified date and time (in UTC). If this parameter is not specified the program is initialized at the most recent date and time for which data are available in the database. It is allowed to specify only part of the

parameter (i.e. HH, DDHH or MMDDHH). Then the program completes the parameter requiring the result to be the most recent date-time group compared to the last date and time for which data are available in the database. Furthermore, time can be changed by adding or subtracting hours from the current time using

Input: DTG [II] where [II] represents a positive or a negative integer value.

Examples: DTG 91030112, DA 6, DTG -3, DA +18

4.4.6 DELETE

Command: DELETE [ELEMENT] [OLDVALUE]

Abbreviation: DEL

This command removes the value [OLDVALUE] of observation element [ELEMENT] of the observation selected with the commands STATION and DATE from the database DECODED. Values of derived elements can not be removed. To delete the complete observation [ELEMENT] must be set to ALL, in which case [OLDVALUE] needs not to be specified.

4.4.7 DIAGRAM

Command: DIAGRAM

Abbreviation: DI

This command initializes the program to show a diagram of the observations of the past seven days selected with the commands STATION and ELEMENT. Default a diagram of the air temperature is displayed.

4.4.8 ELEMENT

Command: ELEMENT [ELEMENT]

Abbreviation: EL

This command returns the values of the element specified by [ELEMENT] (see section 4.3.), and is used for diagrams, maps and tables.

4.4.9 END

Command: END

Abbreviation: EN

This command only works after the command CHECK has been entered (see also there) and returns the observation of the last error message from the file REALDATA:CHECK.LOG created by the check program. It displays the message on the bottom line of the screen with the corresponding observation. The sequential number of this message is equal to the total number of error messages to be checked.

4.4.10 EXIT/QUIT

Command: EXIT QUIT

Abbreviation: EX, QU

These commands end the program.

4.4.11 FIRST

Command: FIRST

Abbreviation: FI

This command returns the observation of the first station in the database DECODED for the date-time specified with the command DATE. It only works if the screen lay-out is a station observation or a diagram.

4.4.12 FOLLOWING

Command: FOLLOWING

Abbreviation: FO

This command only works after the command CHECK has been entered (see also there) and returns the observation of the following error message from the file REALDATA:CHECK.LOG created by the check program.

4.4.13 HELP

Command: HELP

Abbreviation: HE

This command returns general information about the program OBSCON. Specific information about the commands can be obtained by typing

Input: HELP [COMMAND]

4.4.14 LAST

Command: LAST

Abbreviation: LA

This command returns the observation of the last station in the database DECODED for the date-time specified with the command DATE. It only works if the screen lay-out is a station observation or a diagram.

4.4.15 MAP

Command: MAP [NAME]

This command initializes the program to display a geographical map with observations for the date and time specified with the command DATE. Default a map with air temperatures is displayed, but other elements can be chosen using the command ELEMENT. A particular map is selected with [NAME]. The options are listed in table IV.2.

Table IV.2. Available maps [NAME] Map

AUS Austria BEL Belgium and Luxemburg FRA France GER Federal Republic of GRE Greece ITA Italy NET The Netherlands SCA Scandinavia SPA Spain and Portugal SWI Switzerland UK United Kingdom and Ireland

4.4.16 MODIFY

Command: MODIFY [ELEMENT] [OLDVALUE] [NEWVALUE]

Abbreviation: M

This command modifies a value in the database DECODED. The commands STATION and DATE are used to set the pointer at the observation in which a value has to be modified. [ELEMENT] specifies the observation element (see section 4.3.), and [OLDVALUE] is the old value which has to be changed into the new value [NEWVALUE]. Values of derived elements can not be modified. Modified element values are denoted by the character m behind the value. If no correct value is available for a wrong element value, it is better to modify it into NOT DEFINED using the forward slash '/' than to delete it from the decoded observation. In

case an observation element is not present (i.e. has no value and is not denoted by '///'), the command ADD can be used to add this element to the database.

4.4.17 NEXT

Command: NEXT

Abbreviation: NE

This command returns the observation of the first available station with a higher station number. It only works if the screen lay-out is a station observation or a diagram.

4.4.18 OBSERVATION

Command: OBSERVATION

Abbreviation: OB

This command initializes the program to show the observation of a single station selected with the command STATION for the date and time specified with the command DATE.

4.4.19 PREVIOUS

Command: PREVIOUS

Abbreviation: PR

This command only works after the command CHECK has been entered (see also there) and returns the observation of the previous error message from the file REALDATA:CHECK.LOG created by the check program.

4.4.20 SHOW

Command: SHOW

Abbreviation: SH

This command returns the last requested data back on the screen. It is especially implemented to return from the help facility to the data.

4.4.21 STATION

Command: STATION [IDENTIFICATION]

Abbreviation: ST

This command returns the observation of a particular station selected with the parameter

[IDENTIFICATION]. [IDENTIFICATION] must be a station number (four or five digits) or a station code [four characters].

Examples: ST 6260, ST 16080, ST EHAM

4.4.22 TABLE

Command: TABLE [NAME]

Abbreviation: TA

This command initializes the program to show a table with the observations back to 24 hours from the datetime specified with the command DATE. Default a table with air temperatures is displayed, but other elements can be selected using the command ELEMENT. A particular table is specified with [NAME]. The options for [NAME] are listed in table IV.3.

Table IV.3. Available tables [NAME] Table

AUS Austria BEL Belgium and Luxemburg FRA France GER Federal Republic of Germany GRE Greece ITA Italy NET The Netherlands SCA Scandinavia SPA Spain and Portugal SWI Switzerland UK United Kingdom and Ireland

5 Computation of missing values

5.1 Introduction

The program INTER tries to fill up gaps in the database DECODED through interpolation based on time consistency of the data. INTER must only be used after the observations are checked and corrected with CHECK and OBSCON. The interpolation procedure is only performed for those stations which will be selected for the AMD (i.e. the stations marked with S in the list).

5.2 Interpolation in time

For the interpolation in time the observations of the AMD stations between 18 UTC of the foregoing day and 12 UTC of the next day (i.e. a 42-hour period) are retrieved from the database DECODED. The interpolation is performed for the following elements: air temperature (including computation of maximum and minimum temperature), dew-point temperature, wind speed, total cloud cover, amount of CL clouds (or CM clouds if no CL clouds are present) and pressure at sea level. The interpolation procedures are described in sections 5.1.1 - 5.1.6. After the interpolation the derived parameters are computed and all new values are stored in the database DECODED.

5.2.1 Air temperature, maximum temperature and minimum temperature

Missing values for the minimum and maximum temperature are calculated from air temperature values as follows: - the minimum temperature is set at a value of 1C below the air temperature which is observed at the observation time closest to the time of sunrise plus half an hour. When this value is not available te minimum temperature is set at 1C below the value observed three hours before. Furthermore, the minimum temperature must be lower than all values of air temperature between 18 and 6 UTC and if necessary the value of the minimum temperature is changed to the lowest observed value. In case both values of air temperature near sunrise are not available the minimum temperature is set at NOT DEFINED; - the maximum temperature is set at 1C above the air temperature which is observed at the observation time closest to the time of high noon plus two hours. When this value is not available the maximum temperature is set at 2C above the value of air temperature observed three hours later. Furthermore, the maximum temperature must exceed all values of air temperature between 6 and 18 UTC and if necessary the value of the maximum temperature is changed to the highest observed value. In case both values of air temperature near high noon plus two hours are not available the maximum temperature is set at NOT DEFINED.

To obtain values for missing air temperatures a temperature curve between 6 UTC of the day under consideration and 6 UTC of the next day is constructed. This curve can only be constructed when values for the minimum and maximum temperature of the day under consideration and for the minimum temperature of the next day are available (i.e. none of these values is NOT DEFINED). From the whole hour closest to the time of sunrise plus half an hour (t1) until the whole hour closest to half way between high noon plus two hours and sunset (t2) a sine function is used:

t - t1 TT( t ) = TN + 1C + ( ( TX - 1C ) - ( TN + 1C ) ) sin ( 90 ) 1 t2 - t1

where TT(t) is the air temperature at time t (t1  t  t2) and TN the minimum temperature observed at 6 UTC of the day under consideration. An exponential curve is used from time t 2 until time t1 + 24 hours (t3):

( TT( t2 ) - ( TN + 1C ) )   ( t - t2 )       2 TT( t ) = TT( t2 ) -  1 - exp  - 3   1 - exp ( - 3 )   ( t3 - t2 )   where t is the observation time (t2  t  t3) and TN' is the minimum temperature observed at 6 UTC of the day after the day under consideration. Next the differences between observed air temperatures and values obtained with the temperature curve for the same time are calculated. To find the differences at every hour a linear interpolation is performed. If necessary the differences are corrected to avoid temperatures below the minimum or above the maximum temperature. Finally, the missing air temperatures are computed by adding the temperature obtained from the curve and the corresponding difference. These interpolated values are compared with the dew-point temperatures. When the air temperature is lower than the dew-point temperature, the air temperature is changed to the value of the dew-point temperature.

5.2.2 Dew-point temperature

Missing values for the dew-point temperature are computed using linear interpolation. The interpolation is performed only when the gap between two known values is no more than 18 hours (i.e. maximum of five missing values). The computed dew-point temperature must be lower than or equal to the air temperature at the same time, otherwise the dew-point temperature is set equal to the air temperature.

5.2.3 Wind speed

Missing values for the wind speed are obtained through linear interpolation when the gap between two known values is more than 12 hours (i.e. four or more missing values). Linear interpolation is also used when the gap between two known values is 12 hours or less and the difference between the two known values is less than 10 knots. For differences in wind speed larger than 10 knots the interpolation is based on the curve shown in figure 5.1.

Fig. 5.1. Relative wind speed as a function of time.

5.2.4 Total cloud cover

Missing values for the total cloud cover are computed using linear interpolation. The interpolation is performed only when the gap between two known values is no more than 18 hours (i.e. maximum of five missing values).

5.2.5 Amount of CL clouds (or CM clouds if no CL clouds present)

Missing values for the amount of CL (or CM) clouds are computed using linear interpolation.

The interpolation is performed only when the gap between two known values is no more than 18 hours (i.e. maximum of five missing values).

5.2.6 Pressure at sea level

Missing values for the pressure at sea level are obtained through linear interpolation. The interpolation is performed only when the gap between two known values is no more than 18 hours (i.e. maximum of five missing values).

5.3 Messages

Messages generated by the INTER program are also written to the log file. In table V.2 the possible messages are described.

Table V.2. Description of the messages generated by the INTER program. Message Description %I-Time TN: 03 Minimum temperature for station at time computed from air temperature at 3 UTC %I-Time TN: 06 Minimum temperature for station at time computed from air temperature at 6 UTC %I-Time TX: 15 Maximum temperature for station at time computed from air temperature at 15 UTC %I-Time TX: 18 Maximum temperature for station at time computed from air temperature at 18 UTC %I-Time TT: Temperature for station at time obtained through interpolation in time %I-Time TD: Dew-point temperature for station at time obtained through interpolation in time %I-Time FF: Wind speed for station at time obtained through interpolation in time %I-Time N: Total cloud cover for station at time obtained through interpolation in time %I-Time NH: Amount of CL clouds (or CM clouds if no CL clouds are present) for station at time obtained through interpolation in time %I-Time PPP: Pressure at sea level for station at time obtained through interpolation in time

6 Selection of AMD stations and calculation of AMD parameters

The program SELECT reads the element values of all stations marked with an S from the database DECODED and writes the values of the parameters for the Actual Meteorological Database to the file DAILY:Syymmdd.DAT. Some of the parameters can directly be written to this file, while others are calculated first (i.e. daily means, daily totals and derived parameters). Parameter values which are NOT DEFINED are represented by -99.0. The AMD parameters are listed and described in table VI.1.

Table VI.1. Parameters in the Actual Meteorological Database. Parameter Units Description Calculation method NO - station number (four or five digits) directly available day - day number of the year under directly available consideration (1 January = 1, 2 January = 2, ... etc.) N oktas daily mean of total cloud cover calculated from values between 0-24 UTC Msun hours sunshine duration for the day directly available specified with day Mrad MJ m-2 measured global radiation not available yet day-1 Tn C minimum temperature directly available Tx C maximum temperature directly available e hPa daily mean vapour pressure calculated from values between 0-24 UTC ff10 m/s daily mean wind speed at 10 calculated from values between metres 0-24 UTC RRR mm amount of precipitation between 6 directly available UTC on the day specified with day and 6 UTC of the next day TT06 C air temperature at 6 UTC directly available RH06 % relative humidity at 6 UTC directly available TT09 C air temperature at 9 UTC directly available RH09 % relative humidity at 9 UTC directly available TT12 C air temperature at 12 UTC directly available RH12 % relative humidity at 12 UTC directly available TT15 C air temperature at 15 UTC directly available RH15 % relative humidity at 15 UTC directly available TT18 C air temperature at 18 UTC directly available RH18 % relative humidity at 18 UTC directly available

Parameter Units Description Calculation method state soil code: state of the soil: directly available 0 surface of ground dry 1 surface of ground moist 2 surface of ground wet 3 flooded 4 surface of ground frozen 5 glaze on ground 6 loose dry dust or sand not covering ground completely 7 thin cover of loose dry dust or sand covering ground completely 8 moderate or thick cover of loose dry dust or sand covering ground completely 9 extremely dry with cracks vpd hPa daily mean vapour pressure deficit calculated from values between 0-24 UTC slope hPa daily mean slope saturation calculated from values between C-1 vapour pressure vs. temperature 0-24 UTC curve N oktas daytime mean of total cloud cover calculated from values between 6-18 UTC Nh oktas daytime mean amount of CL calculated from values between clouds or, if no CL clouds are 6-18 UTC present, the daytime mean amount of CM clouds NS oktas daytime mean amount of shadow calculated from values between clouds 6-18 UTC Csun per calculated sunshine duration see Appendix B cent Crad MJ m-2 calculated global radiation see Appendix B day-1 ETP mm Penman evaporation see Appendix B day-1 VV km daytime mean visibility calculated from values between 6-18 UTC

7 Final check of AMD parameter values

The program FINAL performs a final check on the values of the AMD parameters in the file DAILY:Syymmdd.DAT. The constraints are listed in table VII.1. When a parameter value is out of the specified range this is written to the log file. In case errors are found in the log file, these can be corrected using the program OBSCON. Afterwards, the programs SELECT and INTER must be run again in order to create the new file DAILY:Syymmdd.DAT.

Table VII.1. Constraints for final check of AMD parameter values. Parameter Constraint Daily mean of total cloud cover: N 0 - 8 oktas Measured sunshine duration: Msun 0 - 24 hours Measured global radiation: Mrad 0 - 36 MJ m-2day-1 Minimum temperature: Tn north of 35N latitude -35 - 30°C between 15N and 35N as well as south of 15S -10 - 35°C between 15N and 15S 0 - 35°C Maximum temperature: Tx north of 35N latitude -20 - 45°C between 15N and 35N as well as south of 15S 0 - 50°C between 15N and 15S 5 - 45°C Daily mean vapour pressure: e north of 35N latitude 0 - 30 hPa between 15N and 35N as well as south of 15S 0 - 20 hPa between 15N and 15S 0 - 35 hPa Daily mean wind speed at 10 metres: ff10 0 - 15 m/s Amount of precipitation from 6 UTC-6 UTC: RRR north of 35N latitude 0 - 75 mm between 15N and 35N as well as south of 15S 0 - 140 mm between 15N and 15S 0 - 140 mm Air temperature: TT north of 35N latitude -35 - 45°C between 15N and 35N as well as south of 15S -10 - 50°C between 15N and 15S 0 - 45°C Relative humidity: RH north of 35N latitude 10 - 100% between 15N and 35N as well as south of 15S 5 - 100% between 15N and 15S 10 - 100% State of the soil 0 – 9 Daily mean vapour pressure deficit: vpd north of 35N latitude 0 - 40 hPa between 15N and 35N as well as south of 15S 0 - 60 hPa between 15N and 15S 0 - 50 hPa Daily mean slope of saturation vapour pressure vs. temperature curve:slope 0 - 3 hPa °C-1 Daytime mean of total cloud cover: N 0 - 8 oktas Daytime mean amount of CL (or CM) clouds: Nh 0 - 8 oktas Daytime mean amount of shadow clouds: NS 0 - 8 oktas Calculated sunshine duration: Csun 0 - 100% Calculated global radiation: Crad - Penman evaporation: ETP north of 35N latitude 0 - 10 mm day-1 between 15N and 35N as well as south of 15S 0 - 25 mm day-1 between 15N and 15S 0 - 20 mm day-1 Visibility: VV -

8 Installation Procedure in Unix Environment

In order to install the AMDAC software in a Unix environment successfully the following steps have to be executed:

1. Create an empty directory.

2. Copy the file Amdac.zip and unzip it in the directory.

3. Most important file is logicals.sh. We are used to make use of logicals/exports, so there is no fixed directory structure in the program. The customer can decide what the structure should be that fits the most to its organization of the disc space. Please take a look at that file and it can be seen which logicals are being used. The definition we have made testing the Amdac software on our system can be found there. If another structure is wished the logicals.sh file can be modified.

4. Please create the directories for the logicals in this file.

5. Create the logicals with the command . ./logicals.sh.

6. Create the library with common functions with the command ./create.sh.

7. Create the programs with the command ./link.sh.

8. No error messages or warnings should occur. We have added the command – check all - because we want to be sure that no programming mistake was made. These checks could slow down running the scripts, but this is expected to be just a minor thing.

9. Now some data files have to be copied to the data directories. Please unzip ispgts.zip in the directory $ISPGTS, ispmos.zip in the directory $ISPMOS and isprealdata in the directory $ISPREALDATA.

10. Next step is creating AmDac database files with the command ./database.sh.

11. The previous steps have to be done only once, the next steps are the operational part. To check the data we have provided test files for 5-jan-2014. You can find them in the directories $ISPMOS and $ISPGTS.

12. The first operational step is inserting the data of a new day into the database. This is done with the command ./input.sh with the test data its ./input.sh 20140105.

13. A lot of messages will scroll over your screen. They are also logged in a file. This can be changed as wished, we have just created this as an example. A logging can be found in the directory $ISPLOG.`

14. A Next step is the task of the meteorologist, who is taking a look at the observations which have been flagged as suspicious. This is done with an interactive tool which can be started with the command ./jrc_obscon. This tool has a help command and it is well described in the manual. With the command “check” the file $ISPLOG:isp_check_mos.log is opened and the first observation with a suspicious value will is received. With the commands “following” and “previous” you can move through the messages. With the command “modify” you can changes values. These modifications are stored in the file $ISPREALDATA/obscon.mod

15. When these values have been approved or corrected the daily output file can be created with the command ./output.sh . In this case ./output.sh 20140105.

16. There are several steps done in that command file. First a time interpolation of missing observations is made, second step is creating the daily output file and at last a final check is performed on this file. The output file is $ISPDAILY/s.dat and the logging of the final check is $ISPLOG/f.log.

Appendix A: Station list

* Station descriptionfile * ======* * * The stations information is define as follows * * 1 - 7 === WMO stationsnumber * 9 - 12 === FAA station code * 14 - 43 === Stationname (Country) * 45 - 52 === NB * 54 - 62 === WL * 64 - 67 === Altitude * 69 - 70 === WMO country code * 72 - 75 === WMO code of station of desimination * * * The coded information after the station information * is define as follows: * * 77 === What most the application do with this station * F, outside the area of interrest of the Mars project * D, inside this area, but decode only. No stations file is made * S, inside this area and make a station file *

* * 1 2 3 4 5 6 7 *23456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789

* * Norway * 01001 ENJA Jan Mayen (Jan Mayen) 70.5600 -8.4000 9 NO ENMI S 01002 Verlegenhuken (Norway) 80.0300 16.1500 8 NO ENMI F 01003 Hornsund (Norway) 77.0000 15.3000 11 NO ENMI F 01004 ENAS Ny-Alesund II (Spitsbergen) 78.5500 11.5600 8 NO ENMI F 01005 Isfjord radio (Spitsbergen) 78.0400 13.3800 5 NO ENMI F 01006 Edgeoya (Norway) 78.1503 22.4935 14 NO ENMI F 01007 Ny Alesund (Norway) 78.5500 11.5600 8 NO ENMI F 01008 ENSB Svalbard (Norway) 78.1500 15.2800 27 NO ENMI F 01009 Karl XII Oya (Norway) 80.3970 25.0000 5 NO ENMI F 01010 ENAN Andoya (Norway) 69.1800 16.0785 13 NO ENMI S 01011 Kvitoya (Norway) 80.0433 31.3000 10 NO ENMI F 01014 Senja-Laukhella (Norway) 69.1400 17.5400 9 NO ENMI S 01015 Hekkingen (Norway) 69.3600 17.5023 14 NO ENMI S 01016 Kongsoya (Norway) 78.5567 28.5352 20 NO ENMI F 01017 Akseloya (Norway) 77.4133 14.4703 6 NO ENMI F 01019 Svarttangen (Norway) 77.3173 20.4978 20 NO ENMI F 01020 Sorkappoya (Norway) 76.2867 16.3293 10 NO ENMI F 01023 ENDU Bardufoss (Norway) 69.0353 18.3240 77 NO ENMI S 01024 Pyramiden (Norway) 78.3936 16.2160 20 NO ENMI F 01025 ENTC Tromso/Langnes (Norway) 69.4100 18.5478 9 NO ENMI S 01026 Tromso (Norway) 69.3900 18.5600 115 NO ENMI S 01027 Tromso-holt (Norway) 69.3900 18.5400 20 NO ENMI S 01028 ENBJ Bjornoya (Norway) 74.3100 19.0028 18 NO ENMI F 01032 Overbygd (Norway) 69.0100 19.1700 78 NO ENMI S 01033 Torsvag (Norway) 70.1500 19.3000 24 NO ENMI S 01034 Fugloykalven (Norway) 70.1900 20.0900 38 NO ENMI S 01035 Oteren (Norway) 69.1500 19.5300 12 NO ENMI S 01036 Skibotn (Norway) 69.1300 20.1000 20 NO ENMI S 01037 Skibotn 2 (Norway) 69.2317 20.1557 5 NO ENMI S 01041 Nordreisa (Norway) 69.4400 21.0100 5 NO ENMI S 01042 Hasvik-Sluskfjellet (Norway) 70.3700 22.2700 438 NO ENMI S 01043 Rognsundet (Norway) 70.2462 22.4917 10 NO ENMI S 01044 Hasvik ap (Norway) 70.2900 22.0800 6 NO ENMI S

01045 Nordstraum (Norway) 69.5000 21.5300 6 NO ENMI S 01046 ENSR Sorkjosen (Norway) 69.4700 20.5800 5 NO ENMI S 01047 ENKA Kautokeino II (Norway) 69.0000 23.0200 307 NO ENMI S 01049 ENAT Alta Lufthavn (Norway) 69.5900 23.2148 3 NO ENMI S 01051 Suolovuopmi (Norway) 69.3500 23.3200 374 NO ENMI S 01052 ENHF Hammerfest (Norway) 70.4047 23.4030 79 NO ENMI S 01053 Hammerfest Radio (Norway) 70.4100 23.4100 70 NO ENMI S 01055 Fruholmen (Norway) 71.0558 23.5890 14 NO ENMI S 01057 Cuovddatmohkki (Norway) 69.2200 24.2600 286 NO ENMI S 01058 Suolovuopmi Lulit (Norway) 69.3477 23.3200 381 NO ENMI S 01059 ENNA Banak (Norway) 70.0360 24.5938 8 NO ENMI S 01062 ENHO Hopen (Norway) 76.3000 25.0078 10 NO ENMI F 01063 Kistrand (Norway) 70.2700 25.1300 48 NO ENMI S 01065 Karasjok (Norway) 69.2780 25.3013 131 NO ENMI S 01066 Helnes Fyr (Norway) 71.0400 26.1400 33 NO ENMI S 01068 ENHV Honningsvag/Valan (Norway) 71.0100 25.5900 13 NO ENMI S 01074 ENMH Mehamn (Norway) 71.0200 27.5000 13 NO ENMI S 01075 Rustefjelbma (Norway) 70.2400 28.1200 11 NO ENMI S 01076 Tanabru (Norway) 70.1272 28.0954 32 NO ENMI S 01078 Sletnes (Norway) 71.0503 28.1307 8 NO ENMI S 01079 Mehamn (Norway) 71.0100 27.5300 13 NO ENMI S 01080 Honningsvag (Norway) 70.5800 26.0100 0 NO ENMI S 01082 Nyborg (Norway) 70.1002 28.3402 15 NO ENMI S 01083 ENBV Berlevag (Norway) 70.5200 29.0200 13 NO ENMI S 01084 Pasvik (Norway) 69.1000 29.1500 54 NO ENMI S 01086 Batsfjord ap (Norway) 70.3600 29.4200 152 NO ENMI S 01088 ENVD Vadso (Norway) 70.0400 29.5100 39 NO ENMI S 01089 ENKR Kirkenes Lufthavn (Norway) 69.4400 29.5400 86 NO ENMI S 01092 Makkaur (Norway) 70.4200 30.0407 9 NO ENMI S 01097 ENSS Svartnes (Norway) 70.2100 31.0300 12 NO ENMI S 01098 Vardo (Norway) 70.2200 31.0600 15 NO ENMI S 01099 Vardo ap (Norway) 70.2100 31.0200 12 NO ENMI S 01102 Sklinna (Norway) 65.1200 11.0000 16 NO ENMI S 01103 Leka (Norway) 65.0600 11.4200 47 NO ENMI S 01104 Rotvaer (Norway) 68.2200 15.5700 8 NO ENMI S 01105 Rotvaer (Norway) 68.2200 15.5657 8 NO ENMI S 01106 Rost II (Norway) 67.3100 12.0600 2 NO ENMI S 01107 ENRS Rost Flyplass (Norway) 67.3160 12.0600 2 NO ENMI S 01108 Vega-Vallsjo (Norway) 65.4200 11.5142 9 NO ENMI S 01110 Ytterholmen (Norway) 66.0000 11.4100 33 NO ENMI S 01112 ENBN Bronnoysund/Bronnoy (Norway) 65.2800 12.1300 9 NO ENMI S 01113 Glomfjord (Norway) 66.4800 13.5900 39 NO ENMI S 01114 Reipa (Norway) 66.5400 13.3875 8 NO ENMI S 01115 Myken (Norway) 66.4577 12.2915 17 NO ENMI S 01116 ENST Sandnessjoen/Stokka (Norway) 65.5800 12.2800 17 NO ENMI S 01117 Tjotta (Norway) 65.5000 12.2600 21 NO ENMI S 01121 Nord-Solvaer (Norway) 66.2200 12.3663 10 NO ENMI S 01122 ENMS Mosjoen Kjaerstad (Norway) 65.4700 13.1300 72 NO ENMI S 01124 Kjobli I Snasa (Norway) 64.0952 12.2800 195 NO ENMI S 01131 Glapen Fyr (Norway) 67.5300 13.0300 31 NO ENMI S 01132 Majavatn V (Norway) 65.1000 13.2200 319 NO ENMI S 01133 Laksfors (Norway) 65.3700 13.1700 50 NO ENMI S 01134 Majavatn (Norway) 65.1100 13.2500 339 NO ENMI S 01135 Seljelia (Norway) 66.0700 13.3500 123 NO ENMI S 01137 Stott (Norway) 66.5600 13.2700 12 NO ENMI S 01138 Tennholmen (Norway) 67.1800 13.3000 14 NO ENMI S 01139 Vaeroy heliport (Norway) 67.3900 12.4300 4 NO ENMI S 01141 ENLK Leknes (Norway) 68.0900 13.3700 26 NO ENMI S 01143 Drag-Ajluokta (Norway) 68.0300 16.0500 19 NO ENMI S 01144 Helligvaer II (Norway) 67.2428 13.5373 24 NO ENMI S 01146 Skamdal (Norway) 66.1408 13.5380 5 NO ENMI S 01147 Varnetresk (Norway) 65.4958 14.1100 406 NO ENMI S 01148 Storforshei (Norway) 66.2377 14.3183 110 NO ENMI S 01149 Rana-Basmoen (Norway) 66.2000 14.0600 42 NO ENMI S 01150 Hjartasen (Norway) 66.3000 14.5700 251 NO ENMI S 01151 ENRA Mo I Rana/Rossvoll (Norway) 66.2200 14.1800 70 NO ENMI S 01152 ENBO Bodo (Norway) 67.1600 14.2152 13 NO ENMI S 01153 Bodo-vagones (Norway) 67.1700 14.2700 33 NO ENMI S

01154 Litloy (Norway) 68.3500 14.1800 30 NO ENMI S 01155 Bo I Vesteralen (Norway) 68.3800 14.2800 12 NO ENMI S 01156 Bo i Vesteralen (Norway) 68.3640 14.2600 8 NO ENMI S 01158 Setsa (Norway) 67.1000 15.2913 8 NO ENMI S 01160 Skrova Fyr (Norway) 68.0900 14.3900 11 NO ENMI S 01161 ENSH Svolvaer/Helle (Norway) 68.1500 14.4000 9 NO ENMI S 01162 ENSK Storkmarknes/Skagen (Norway) 68.3500 15.0100 3 NO ENMI S 01167 Sortland (Norway) 68.4200 15.2500 3 NO ENMI S 01168 Kleiva I Sortland (Norway) 68.3900 15.1700 23 NO ENMI S 01169 Saltdal (Norway) 66.5100 15.1887 81 NO ENMI S 01172 Finnoy I Hamaroy (Norway) 68.0000 15.3700 53 NO ENMI S 01180 Harstad (Norway) 68.4800 16.3223 46 NO ENMI S 01183 ENEV Evenes (Norway) 68.2947 16.4100 26 NO ENMI S 01189 Liland (Norway) 68.2900 16.5300 19 NO ENMI S 01191 Skjomen Slettjord (Norway) 68.1700 17.1900 6 NO ENMI S 01192 Straumsnes (Norway) 68.2592 17.3973 200 NO ENMI S 01193 ENNK Narvik/Framnes (Norway) 68.2600 17.2400 31 NO ENMI S 01194 Narvik III (Norway) 68.2800 17.3000 23 NO ENMI S 01196 Tennevoll (Norway) 68.4500 17.4900 21 NO ENMI S 01198 Dividalen II (Norway) 68.4700 19.4200 204 NO ENMI S 01199 Sihcajavri (Norway) 68.4532 23.3232 384 NO ENMI S 01203 Krakenes (Norway) 62.0200 4.5915 40 NO ENMI S 01205 Svinoy (Norway) 62.2000 5.1600 37 NO ENMI S 01207 Fiskabygd (Norway) 62.0600 5.3500 41 NO ENMI S 01209 ENOV Orsta-Volda/Hovden (Norway) 62.1100 6.0400 74 NO ENMI S 01210 ENAL Alesund/Vigra (Norway) 62.3370 6.0700 21 NO ENMI S 01212 Ona (Norway) 62.5157 6.3237 15 NO ENMI S 01214 Rekdal (Norway) 62.3900 6.4530 43 NO ENMI S 01215 Hjelvik-Myrbo (Norway) 62.3700 7.1400 35 NO ENMI S 01216 Hjelvik I Romsdal (Norway) 62.3700 7.1300 21 NO ENMI S 01217 ENML Molde/Aro (Norway) 62.4500 7.1600 3 NO ENMI S 01218 Tafjord (Norway) 62.1400 7.2500 17 NO ENMI S 01220 Mannen (Norway) 62.2800 7.4600 1294 NO ENMI S 01221 Tagdalen (Norway) 63.0333 9.0433 450 NO ENMI S 01223 ENKB Kristiansund (Norway) 63.0700 7.5000 62 NO ENMI S 01224 Aalesund (Norway) 62.2800 6.1263 15 NO ENMI S 01225 Veiholmen (Norway) 63.3167 7.5700 5 NO ENMI S 01227 Tingvoll Hanem (Norway) 62.5000 8.1800 69 NO ENMI S 01228 Sula (Norway) 63.5100 8.2800 6 NO ENMI S 01230 Bjorli (Norway) 62.1548 8.1200 579 NO ENMI S 01231 Lesjaskog (Norway) 62.1400 8.2200 621 NO ENMI S 01232 Marstein (Norway) 62.2670 7.5100 65 NO ENMI S 01233 Dombaas (Norway) 62.0432 9.0700 638 NO ENMI S 01234 Orkdal-Thamshamn (Norway) 63.1900 9.5100 4 NO ENMI S 01236 Kjoremsgrende (Norway) 62.0600 9.0300 626 NO ENMI S 01237 Fokstua Ii (Norway) 62.0900 9.1700 974 NO ENMI S 01238 Fokstua II (Norway) 62.0678 9.1717 974 NO ENMI S 01239 Hjerkinn II (Norway) 62.1323 9.3253 1012 NO ENMI S 01240 Halten (Norway) 64.1000 9.2437 16 NO ENMI S 01241 ENOL Orland (Norway) 63.4200 9.3600 9 NO ENMI S 01242 Afjord II (Norway) 63.5800 10.1300 20 NO ENMI S 01245 Oppdal-Bjorke (Norway) 62.3600 9.4000 599 NO ENMI S 01250 Folldal-fredheim (Norway) 62.0700 9.5900 694 NO ENMI S 01252 Berkak Lyngholt (Norway) 62.4900 10.0100 475 NO ENMI S 01253 Soknedal (Norway) 62.5700 10.1100 299 NO ENMI S 01254 Kotsoy (Norway) 62.5900 10.3363 127 NO ENMI S 01257 Trondheim/Voll (Norway) 63.2463 10.2700 132 NO ENMI S 01258 Moholt (Norway) 63.2500 10.2600 118 NO ENMI S 01259 Buholmrasa Fyr (Norway) 64.2400 10.2700 18 NO ENMI S 01262 Nordoyan Fyr (Norway) 64.4800 10.3300 33 NO ENMI S 01265 Tynset Ii (Norway) 62.1600 10.4400 482 NO ENMI S 01270 Kvithamar (Norway) 63.2900 10.5200 40 NO ENMI S 01271 ENVA Trondheim/Vaernes (Norway) 63.2755 10.5610 17 NO ENMI S 01272 Frosta (Norway) 63.3300 10.4100 70 NO ENMI S 01273 Selbu (Norway) 63.1348 11.0045 162 NO ENMI S 01274 Selbu-Stubbe (Norway) 63.1200 11.0700 242 NO ENMI S 01277 Steinkjer (Norway) 64.0100 11.2700 6 NO ENMI S 01278 Verdal-Reppe (Norway) 63.4700 11.4045 83 NO ENMI S

01280 Namdalseid-Vengstad (Norway) 64.0800 11.2000 118 NO ENMI S 01281 Namsskogan (Norway) 64.4452 12.5100 140 NO ENMI S 01282 ENRM Rorvik/Ryum (Norway) 64.5000 11.0900 4 NO ENMI S 01287 Solendet (Norway) 62.4100 11.4900 760 NO ENMI S 01288 Roros (Norway) 62.3463 11.2110 626 NO ENMI S 01289 ENRO Roros (Norway) 62.3500 11.2100 626 NO ENMI S 01290 ENNM Namsos (Norway) 64.2800 11.3500 2 NO ENMI S 01291 Gartland (Norway) 64.3200 12.2300 95 NO ENMI S 01292 Meraker-Krogstad (Norway) 63.2700 11.4200 145 NO ENMI S 01293 Meraker-Egge (Norway) 63.2468 11.4400 170 NO ENMI S 01295 Hoylandet-Drag. (Norway) 64.3300 12.0900 27 NO ENMI S 01298 Nordli-Holand (Norway) 64.2700 13.4300 433 NO ENMI S 01300 ENGC Gullfaks C (Norway) 61.1200 2.1600 80 NO ENMI S 01304 Ytteroyane (Norway) 61.3400 4.4100 25 NO ENMI S 01306 Hellisoy (Norway) 60.4500 4.4300 23 NO ENMI S 01307 Fedje (Norway) 60.4680 4.4300 19 NO ENMI S 01308 Furuneset (Norway) 61.1700 5.0200 7 NO ENMI S 01309 Kinn (Norway) 61.3400 4.4800 10 NO ENMI S 01310 ENFL Floro (Norway) 61.3500 5.0200 9 NO ENMI S 01311 ENBR Bergen/Flesland (Norway) 60.1735 5.1400 50 NO ENMI S 01312 ENBL Forde/Bringeland (Norway) 61.3000 5.5400 0 NO ENMI S 01314 Fossmark (Norway) 60.3100 5.4300 10 NO ENMI S 01315 Evanger (Norway) 60.3882 6.0663 17 NO ENMI S 01317 Bergen/Florida (Norway) 60.2300 5.2000 12 NO ENMI S 01318 Sandane (Norway) 61.4727 6.1113 51 NO ENMI S 01319 Takle (Norway) 61.0200 5.2300 38 NO ENMI S 01320 ENSD Sandane/Anda (Norway) 61.5000 6.0627 60 NO ENMI S 01321 Stryn (Norway) 61.5493 6.3350 209 NO ENMI S 01322 Forde-Tefre (Norway) 61.2788 5.5598 64 NO ENMI S 01323 Forde (Norway) 61.2400 5.4600 321 NO ENMI S 01325 Modalen II (Norway) 60.5000 5.5700 114 NO ENMI S 01326 Modalen III (Norway) 60.5137 5.5838 125 NO ENMI S 01327 Kvamskogen-Jonshogdi (Norway) 60.2332 5.5783 455 NO ENMI S 01328 Kvamskogen (Norway) 60.2400 5.5500 408 NO ENMI S 01329 Kvamsoy (Norway) 60.2147 6.1600 50 NO ENMI S 01330 Omastrand (Norway) 60.1300 5.5900 6 NO ENMI S 01332 Fjaerland-Bremuseet (Norway) 61.2538 6.4585 3 NO ENMI S 01334 Fjerland Skarestad (Norway) 61.2600 6.4600 10 NO ENMI S 01336 ENBM Voss-Bo (Norway) 60.3900 6.3000 122 NO ENMI S 01337 Vossevangen (Norway) 60.3800 6.2600 55 NO ENMI S 01338 Vangsnes (Norway) 61.1000 6.3900 54 NO ENMI S 01339 Vangsnes (Norway) 61.1000 6.3900 51 NO ENMI S 01340 Fet I Eidfjord (Norway) 60.2450 7.1700 736 NO ENMI S 01341 Eidfjord-Bu (Norway) 60.2800 6.5200 166 NO ENMI S 01342 Ullensvang (Norway) 60.1900 6.3900 12 NO ENMI S 01344 Mjolfjell (Norway) 60.4200 6.5623 695 NO ENMI S 01346 Midtstova (Norway) 60.3900 7.1600 1162 NO ENMI S 01347 ENSG Sogndal/Haukasen (Norway) 61.0900 7.0800 497 NO ENMI S 01350 Finsevatn (Norway) 60.3555 7.3200 1210 NO ENMI S 01351 Finse (Norway) 60.3600 7.3000 1224 NO ENMI S 01352 Sandhaug (Norway) 60.1100 7.2900 1250 NO ENMI S 01355 Laerdal-Tonjum (Norway) 61.0600 7.3000 4 NO ENMI S 01356 Lappsteinen (Norway) 60.2600 7.4900 1170 NO ENMI S 01357 Fortun (Norway) 61.3000 7.4200 35 NO ENMI S 01358 Hemsedal ii (Norway) 60.5100 8.3500 604 NO ENMI S 01359 Geilo-Oldebraten (Norway) 60.3200 8.1168 774 NO ENMI S 01360 Brata (Norway) 61.5400 7.5400 664 NO ENMI S 01361 Grotli III (Norway) 62.0100 7.3982 872 NO ENMI S 01362 Juvvasshoe (Norway) 61.4000 8.2200 1894 NO ENMI S 01364 Filefjell (Norway) 61.1068 8.0675 955 NO ENMI S 01365 Beitostolen II (Norway) 61.1503 8.5537 965 NO ENMI S 01366 Sognefjell (Norway) 61.3400 8.0000 1413 NO ENMI S 01367 Fagernes (Norway) 60.5920 9.1420 365 NO ENMI S 01368 ENFG Fagernes Leirin (Norway) 61.0000 9.1800 822 NO ENMI S 01369 Asbjorsbraten (Norway) 60.5500 9.1740 639 NO ENMI S 01370 Skabu-Storslaen (Norway) 61.3100 9.2413 928 NO ENMI S 01371 Loken I Volbu (Norway) 61.0700 9.0400 521 NO ENMI S 01372 Nesbyen Skoglund (Norway) 60.3400 9.0800 167 NO ENMI S

01373 Nesbyen-Todokk (Norway) 60.3400 9.0800 167 NO ENMI S 01374 Vest-Torpa II (Norway) 60.5620 10.0228 542 NO ENMI S 01375 Kvitfjell (Norway) 61.2788 10.0800 1030 NO ENMI S 01376 Gulsvik II (Norway) 60.2300 9.3600 142 NO ENMI S 01377 Birkebeiner Stadion (Norway) 61.0800 10.3000 482 NO ENMI S 01378 Lillehammer-Saetherengen(Norw) 61.0555 10.2863 242 NO ENMI S 01379 Sor-Nesset (Norway) 61.5300 10.0900 739 NO ENMI S 01380 Venabu (Norway) 61.3900 10.0663 930 NO ENMI S 01381 Apelsvoll (Norway) 60.4200 10.5200 264 NO ENMI S 01382 Kise (Norway) 60.4600 10.4800 128 NO ENMI S 01383 Evenstad-Dih (Norway) 61.2552 11.0482 257 NO ENMI S 01384 ENGM Oslo (Norway) 60.1238 11.0500 208 NO ENMI S 01385 Hamer-Stavsberg (Norway) 60.4900 11.0400 222 NO ENMI S 01386 Hamar II (Norway) 60.4800 11.0600 132 NO ENMI S 01387 Favang (Norway) 61.2700 10.1100 200 NO ENMI S 01389 Haugedalshogda (Norway) 61.0955 11.2655 238 NO ENMI S 01391 Flisa (Norway) 60.3700 12.0100 184 NO ENMI S 01392 Flisa II (Norway) 60.3683 12.0073 185 NO ENMI S 01393 Drevsjo (Norway) 61.5300 12.0200 674 NO ENMI S 01397 Trysil Vegstasjon (Norway) 61.1800 12.1600 361 NO ENMI S 01400 ENEK Ekofisk (Norway) 56.3000 3.1200 49 NO ENMI S 01401 Frigg (Norway) 59.5900 2.1500 48 NO ENMI S 01403 Utsira (Norway) 59.1845 4.5300 56 NO ENMI S 01406 Slatteroy (Norway) 59.5448 5.0400 16 NO ENMI S 01408 ENHD Haugesund/Karmoy (Norway) 59.2100 5.1187 24 NO ENMI S 01409 Skudenes (Norway) 59.0900 5.1500 7 NO ENMI S 01411 Kvitsoy-Nordbo (Norway) 59.0400 5.2472 22 NO ENMI S 01412 Obrestad (Norway) 58.3955 5.3332 26 NO ENMI S 01413 Saerheim (Norway) 58.4500 5.3900 87 NO ENMI S 01414 Rover (Norway) 59.2628 5.0468 25 NO ENMI S 01415 ENZV Stavanger/Sola (Norway) 58.5300 5.3822 9 NO ENMI S 01416 Stavanger Vaaland (Norway) 58.5742 5.4400 72 NO ENMI S 01417 Nedre Vats (Norway) 59.2900 5.4500 65 NO ENMI S 01418 Austevoll (Norway) 60.0100 5.1200 32 NO ENMI S 01419 Liarvatn (Norway) 59.0305 6.0727 300 NO ENMI S 01422 Fister_Sigmundstad (Norway) 59.0958 6.0218 30 NO ENMI S 01423 Fister-Tonnevik (Norway) 59.1000 6.0300 50 NO ENMI S 01424 Sauda (Norway) 59.3900 6.2178 3 NO ENMI S 01425 Eik Hove (Norway) 58.3003 6.3003 66 NO ENMI S 01426 Eigeroya (Norway) 58.2612 5.5230 49 NO ENMI S 01427 Lista Fyr (Norway) 58.0658 6.3400 14 NO ENMI S 01428 ENLI Lista Airport (Norway) 58.0600 6.3800 10 NO ENMI S 01430 Mandal III (Norway) 58.0100 7.2700 10 NO ENMI S 01431 Sirdal-Sinnes (Norway) 58.5537 6.5457 555 NO ENMI S 01432 Sirdal-Tjorhom (Norway) 58.5300 6.5100 500 NO ENMI S 01433 Midtlaeger (Norway) 59.5000 6.5948 1081 NO ENMI S 01434 Vaagsli (Norway) 59.4600 7.2200 822 NO ENMI S 01435 Haukelisaeter (Norway) 59.4900 7.1300 1019 NO ENMI S 01436 Lindesnes (Norway) 57.5900 7.0300 13 NO ENMI S 01439 Konsmo-Hoyland (Norway) 58.1602 7.2283 263 NO ENMI S 01440 Blasjo (Norway) 59.2000 6.5200 1050 NO ENMI S 01441 Hovden-Lundane (Norway) 59.3570 7.2460 836 NO ENMI S 01442 Byglandsfjord-Solbakken(Norwa) 58.4000 7.4800 211 NO ENMI S 01444 Valle (Norway) 59.1210 7.3197 302 NO ENMI S 01445 Skafsa (Norway) 59.2700 8.0000 400 NO ENMI S 01446 Oyfjell-Trovatn (Norway) 59.3400 8.1200 714 NO ENMI S 01447 Hoydalsmo II (Norway) 59.3000 8.1200 562 NO ENMI S 01448 Oksoy (Norway) 58.0400 8.0300 8 NO ENMI S 01449 Gjerstad (Norway) 58.5200 9.0100 32 NO ENMI S 01450 Mosstrand II (Norway) 59.5037 8.1100 977 NO ENMI S 01452 ENCN Kristiansand/Kjevik (Norway) 58.1200 8.0408 17 NO ENMI S 01453 Kristiansand/Kjevik (Norway) 58.1300 8.0500 16 NO ENMI S 01455 Tveitsund (Norway) 59.0200 8.3100 255 NO ENMI S 01459 Nelaug (Norway) 58.3948 8.3800 142 NO ENMI S 01460 Gullholmen (Norway) 59.2600 10.3400 14 NO ENMI S 01463 As (Norway) 59.3900 10.4600 89 NO ENMI S 01464 Landvik (Norway) 58.2000 8.3100 6 NO ENMI S 01465 Torungen (Norway) 58.2392 8.4800 15 NO ENMI S

01466 Kjeller ap (Norway) 59.5800 11.0200 109 NO ENMI S 01467 Lyngor (Norway) 58.3800 9.0900 5 NO ENMI S 01468 Kongsvinger (Norway) 60.1142 12.0040 148 NO ENMI S 01469 Honefoss-Hoyby (Norway) 60.1000 10.1500 142 NO ENMI S 01470 Gvarv-Lindem (Norway) 59.2300 9.1200 93 NO ENMI S 01471 Veggli II (Norway) 60.0262 9.0900 275 NO ENMI S 01473 Kongsberg Brannstasjon(Norway) 59.3700 9.3825 173 NO ENMI S 01474 Lyngdal I Numedal (Norway) 59.5400 9.3200 294 NO ENMI S 01475 ENSN Skien-geiteryggen (Norway) 59.1100 9.3400 141 NO ENMI S 01476 Jomfruland (Norway) 58.5142 9.3457 5 NO ENMI S 01477 Konnerud (Norway) 59.4277 10.0900 193 NO ENMI S 01478 Svenner (Norway) 58.5800 10.0900 15 NO ENMI S 01480 Drammen Berskog (Norway) 59.4500 10.0742 8 NO ENMI S 01481 Melsom (Norway) 59.1400 10.2100 26 NO ENMI S 01482 Ferder (Norway) 59.0200 10.3200 8 NO ENMI S 01483 ENTO Torp (Norway) 59.1100 10.1532 87 NO ENMI S 01484 Aurskog (Norway) 59.5472 11.3500 128 NO ENMI S 01485 Sande-galleberg (Norway) 59.3700 10.1200 60 NO ENMI S 01486 Asker (Norway) 59.5137 10.2622 163 NO ENMI S 01487 Alna (Norway) 59.5537 10.5000 90 NO ENMI S 01488 Oslo (Norway) 60.0700 10.5000 170 NO ENMI S 01489 Bjornholt (Norway) 60.0308 10.4127 360 NO ENMI S 01490 Tryvasshogda (Norway) 59.5900 10.4100 514 NO ENMI S 01492 Oslo-Blindern (Norway) 59.5655 10.4300 97 NO ENMI S 01493 Sarpsborg (Norway) 59.1713 11.0688 57 NO ENMI S 01494 ENRY Rygge (Norway) 59.2300 10.4728 53 NO ENMI S 01495 Stromtangen Fyr (Norway) 59.0900 10.5000 10 NO ENMI S 01496 Holand-Loken (Norway) 59.4900 11.2900 154 NO ENMI S 01497 Prestebakke (Norway) 59.0000 11.3200 157 NO ENMI S 01498 Magnor (Norway) 59.5800 12.1300 153 NO ENMI S 01500 Rakkestad (Norway) 59.2300 11.2300 100 NO ENMI S * * Sweden * 02012 Ritsem (Sweden) 67.4400 17.2800 521 SN ESWI S 02013 Ristem (Sweden) 67.4400 17.2800 543 SN ESWI S 02019 Katterjakk A (Sweden) 68.2500 18.1000 516 SN ESWI S 02020 Katterjakk (Sweden) 68.2500 18.1000 517 SN ESWI S 02022 Abisko (Sweden) 68.2100 18.4900 394 SN ESWI S 02024 Stora Sjoefallet (Sweden) 67.3000 18.1767 425 SN ESWI S 02028 Tarfala, sol (Sweden) 67.5468 18.3643 1144 SN ESWI S 02029 Tarfala (Sweden) 67.5468 18.3643 1146 SN ESWI S 02031 Rensjoen (Sweden) 68.0400 19.5037 494 SN ESWI S 02032 Tornetrask (Sweden) 68.1300 19.4300 393 SN ESWI S 02036 Nikkaluokta (Sweden) 67.5100 19.0200 468 SN ESWI S 02038 Latnivaara (Sweden) 67.1538 20.1600 453 SN ESWI S 02043 Esrange/Kiruna (Sweden) 67.5600 21.0400 330 SN ESWI S 02044 ESNQ Kiruna (Sweden) 67.4900 20.2040 447 SN ESWI S 02045 Kiruna Geofysiska (Sweden) 67.5000 20.2463 424 SN ESWI S 02049 ESNG Gallivare (Sweden) 67.0853 20.3900 360 SN ESWI S 02054 Nedre soppero (Sweden) 68.0300 21.4600 360 SN ESWI S 02055 Nainakka (Sweden) 68.4100 21.3200 402 SN ESWI S 02060 Naimakka (Sweden) 68.4100 21.3200 403 SN ESWI S 02064 Saittarova (Sweden) 67.2027 22.1400 240 SN ESWI S 02071 Norrkoping, sol (Sweden) 58.3493 16.0892 58 SN ESWI S 02072 Porkalompolo (Sweden) 67.4400 22.5000 313 SN ESWI S 02080 Karesuando (Sweden) 68.2653 22.2700 331 SN ESWI S 02081 Karesuando A (Sweden) 68.2652 22.2662 332 SN ESWI S 02086 Lainio (Sweden) 67.4600 22.2100 315 SN ESWI S 02091 Visby, sol (Sweden) 57.4037 18.2068 49 SN ESWI S 02092 Muodoslompolo (Sweden) 67.5700 23.2800 240 SN ESWI S 02095 Pajala A (Sweden) 67.1200 23.2340 166 SN ESWI S 02096 Pajala (Sweden) 67.1300 23.2400 168 SN ESWI S 02101 ESUT Hemavan A (Sweden) 65.4837 15.0500 463 SN ESWI S 02102 Stekenjokk (Sweden) 65.0567 14.3052 1036 SN ESWI S 02103 Hemavan-Skorvfjallet (Sweden) 65.4700 15.0387 793 SN ESWI S 02104 Hemavan (Sweden) 65.4900 15.0500 485 SN ESWI S 02105 Abelvattnet (Sweden) 65.3200 14.5900 670 SN ESWI S

02108 Klimpfjall (Sweden) 65.0400 14.4800 592 SN ESWI S 02110 Gielas (Sweden) 65.2000 15.0400 577 SN ESWI S 02112 Vuoggatjalme (Sweden) 66.3400 16.2100 500 SN ESWI S 02116 Vindel-Bjorkheden (Sweden) 65.4900 16.4300 350 SN ESWI S 02118 Dikanas-Skansnas (Sweden) 65.1900 16.0200 525 SN ESWI S 02119 Kvikkjokk Arrenjarka A(Sweden) 66.5323 18.0100 317 SN ESWI S 02120 Kvikkjokk (Sweden) 66.5327 18.0100 315 SN ESWI S 02121 Mierkenis (Sweden) 66.4100 16.0653 615 SN ESWI S 02123 Jakkvik (Sweden) 66.1953 17.0588 552 SN ESWI S 02124 Arjeplog (Sweden) 66.0300 17.5038 432 SN ESWI S 02126 Gunnarn A (Sweden) 65.0057 17.4200 277 SN ESWI S 02128 ESPD Gunnarn (Sweden) 65.0063 17.4082 283 SN ESWI S 02130 Roparudden (Sweden) 66.2948 16.2503 481 SN ESWI S 02135 Buresjoen (Sweden) 65.3357 17.5162 393 SN ESWI S 02136 Storberg (Sweden) 65.3000 18.5700 453 SN ESWI S 02141 Tjakaape (Sweden) 66.1800 19.1200 583 SN ESWI S 02142 ESNJ Jokkmokk (Sweden) 66.3800 19.3900 263 SN ESWI S 02143 Paljamyren (Sweden) 66.1300 19.0800 570 SN ESWI S 02144 Abraur (Sweden) 65.5900 18.5600 374 SN ESWI S 02145 Tellejaur (Sweden) 66.0900 19.3800 436 SN ESWI S 02146 Vajmat (Sweden) 66.3035 19.4100 324 SN ESWI S 02147 Malaa-Braennan (Sweden) 65.0900 18.3600 363 SN ESWI S 02149 ESNX Arvidsjaur (Sweden) 65.3600 19.1600 384 SN ESWI S 02151 Jokkmok (Sweden) 66.2900 20.1000 275 SN ESWI S 02152 Sudok (Sweden) 66.1800 20.2500 173 SN ESWI S 02154 ESPE Vidsel (Sweden) 65.5207 20.0900 182 SN ESWI S 02158 Fallfors (Sweden) 65.0800 20.4700 188 SN ESWI S 02159 Fallfors (Sweden) 65.0700 20.4600 195 SN ESWI S 02160 Nattavaara (Sweden) 66.4500 21.0300 327 SN ESWI S 02161 Nattavaara (Sweden) 66.4500 20.5600 327 SN ESWI S 02164 Palkem (Sweden) 66.2300 21.3800 261 SN ESWI S 02169 Heden (Sweden) 65.5200 21.2700 39 SN ESWI S 02170 Savast (Sweden) 65.4523 21.4615 12 SN ESWI S 02171 Boden (Sweden) 65.4850 21.3800 27 SN ESWI S 02172 Alvsbyn (Sweden) 65.4100 20.5800 48 SN ESWI S 02173 Aelvsbyn (Sweden) 65.4000 21.0400 43 SN ESWI S 02174 Lakatraesk (Sweden) 66.1700 21.0800 186 SN ESWI S 02176 Ronnskar (Sweden) 65.0212 21.3400 4 SN ESWI S 02181 Startbyn (Sweden) 66.1578 22.5100 62 SN ESWI S 02182 Overkalix (Sweden) 66.1600 22.5000 46 SN ESWI S 02183 Lulea Sol (Sweden) 65.3300 22.0668 32 SN ESWI S 02184 Paharova (Sweden) 66.4863 22.2018 229 SN ESWI S 02185 Lulea/Kallax (Sweden) 65.3300 22.0687 34 SN ESWI S 02186 ESPA Lulea/Kallax (Sweden) 65.3267 22.0800 17 SN ESWI S 02188 Rodkallen (Sweden) 65.1878 22.2300 2 SN ESWI S 02189 Farstugrunden (Sweden) 65.2000 22.4500 24 SN ESWI S 02190 Korpilombolo (Sweden) 66.5100 23.0300 178 SN ESWI S 02191 Storoen (Sweden) 65.4200 23.0600 4 SN ESWI S 02196 Haparanda (Sweden) 65.5000 24.0600 6 SN ESWI S 02197 Haparanda A (Sweden) 65.4900 24.0668 15 SN ESWI S 02198 Storohamn (Sweden) 65.4400 23.0600 7 SN ESWI S 02199 Ylinenjaervi (Sweden) 66.3700 23.2800 132 SN ESWI S 02200 Edevik (Sweden) 63.5900 12.5200 425 SN ESWI S 02206 Storlien-Visjovalen (Sweden) 63.1800 12.0700 644 SN ESWI S 02207 Storlien-Visjovalen A (Sweden) 63.1700 12.0700 585 SN ESWI S 02209 Sylarna (Sweden) 63.0268 12.1700 1030 SN ESWI S 02210 Blahammaren A (Sweden) 63.1118 12.1057 1090 SN ESWI S 02214 Trillevallen (Sweden) 63.1500 13.1300 611 SN ESWI S 02215 Areskutan (Sweden) 63.2600 13.0500 1280 SN ESWI S 02216 Mattmar (Sweden) 63.1860 13.5200 355 SN ESWI S 02217 Bjoernaengen/Aare (Sweden) 63.2300 13.0900 435 SN ESWI S 02218 Morsil (Sweden) 63.1900 13.3900 400 SN ESWI S 02219 Gaddede A (Sweden) 64.3000 14.1300 555 SN ESWI S 02221 Korsvattnet (Sweden) 63.5038 13.3000 717 SN ESWI S 02222 Gaddede (Sweden) 64.3000 14.1000 330 SN ESWI S 02223 Stensjon (Sweden) 63.5800 13.4300 680 SN ESWI S 02224 Follinge-Vagskalet (Sweden) 63.4600 14.2600 475 SN ESWI S 02226 ESNZ Ostersund/Froson (Sweden) 63.1200 14.3000 359 SN ESWI S

02228 Lugnvik (Sweden) 63.1200 14.3800 310 SN ESWI S 02229 Ostersund Sol (Sweden) 63.1200 14.2878 374 SN ESWI S 02230 Gubhoegen (Sweden) 64.1300 15.3338 310 SN ESWI S 02231 Foellinge (Sweden) 63.4100 14.3648 362 SN ESWI S 02232 Norraker (Sweden) 64.2600 15.3800 344 SN ESWI S 02233 Saxnaes (Sweden) 64.5800 15.2300 545 SN ESWI S 02234 Stromsund (Sweden) 63.5200 15.3500 374 SN ESWI S 02236 Hallhaaxaasen (Sweden) 63.4600 15.2000 377 SN ESWI S 02242 Hoting (Sweden) 64.0532 16.1433 241 SN ESWI S 02243 Junsele A (Sweden) 63.4100 16.5700 221 SN ESWI S 02244 Junsele (Sweden) 63.4100 16.5700 217 SN ESWI S 02245 Vilhelmina (Sweden) 64.3500 16.5053 349 SN ESWI S 02247 Krangede (Sweden) 63.0900 16.1000 184 SN ESWI S 02248 Krangede (Sweden) 63.1000 16.1000 220 SN ESWI S 02252 Idvattnet (Sweden) 64.2700 17.0500 352 SN ESWI S 02254 Aasele (Sweden) 64.1000 17.1900 309 SN ESWI S 02256 Ristraesk (Sweden) 64.4407 17.2420 575 SN ESWI S 02259 ESNK Kramfors (Sweden) 63.0300 17.4600 10 SN ESWI S 02260 Vaestmarkum (Sweden) 63.0800 18.1533 143 SN ESWI S 02261 ESNL Lycksele (Sweden) 64.3300 18.4300 211 SN ESWI S 02262 Lycksele (Sweden) 64.3500 18.3900 234 SN ESWI S 02263 Fredrika (Sweden) 64.0500 18.2200 327 SN ESWI S 02264 Fredrika (Sweden) 64.0500 18.2500 300 SN ESWI S 02265 Hemling (Sweden) 63.3900 18.3300 183 SN ESWI S 02266 Bredbyn (Sweden) 63.2800 18.0400 85 SN ESWI S 02267 ESNO Ornskoldsvik Airport (Sweden) 63.2470 18.5878 100 SN ESWI S 02269 Skagsudde (Sweden) 63.1132 19.0100 11 SN ESWI S 02270 Norsjo (Sweden) 64.5500 19.2800 298 SN ESWI S 02271 Norsjoe (Sweden) 64.5600 19.2300 311 SN ESWI S 02274 Vindeln (Sweden) 64.1300 19.4300 204 SN ESWI S 02278 Skagsudde (Sweden) 63.1100 19.0100 13 SN ESWI S 02282 Petistraesk (Sweden) 64.3400 19.4200 258 SN ESWI S 02283 Umea Robacksdalen (Sweden) 63.4900 20.1500 22 SN ESWI S 02284 Jarnasklubb (Sweden) 63.2617 19.4100 7 SN ESWI S 02286 ESNU Umea (Sweden) 63.4800 20.1700 8 SN ESWI S 02287 Holmon (Sweden) 63.4842 20.5187 8 SN ESWI S 02288 Holmogadd (Sweden) 63.3600 20.4500 6 SN ESWI S 02292 Hoekmarksberget (Sweden) 64.2615 21.1680 105 SN ESWI S 02293 ESNS Skelleftea Airport (Sweden) 64.3700 21.0500 44 SN ESWI S 02296 Bjuroklubb (Sweden) 64.2900 21.3500 36 SN ESWI S 02297 Bjuroklubb (Sweden) 64.2900 21.3500 37 SN ESWI S 02300 Fjallnas (Sweden) 62.3500 12.1300 780 SN ESWI S 02302 Idre-Storeo (Sweden) 61.5045 12.1747 665 SN ESWI S 02303 Flatruet (Sweden) 62.4400 12.4400 995 SN ESWI S 02306 Rorbacksnas (Sweden) 61.0800 12.4900 465 SN ESWI S 02307 Idre (Sweden) 61.5337 12.5100 869 SN ESWI S 02308 Tannas (Sweden) 62.2700 12.4000 724 SN ESWI S 02310 Storsjo Kapell (Sweden) 62.4800 13.0400 580 SN ESWI S 02311 Sealen-Hoegfjaelshotellet 61.0955 13.0700 744 SN ESWI S 02314 Lofsdalen (Sweden) 62.0600 13.1500 610 SN ESWI S 02316 Sarna (Sweden) 61.4200 13.1100 425 SN ESWI S 02317 Dravagen (Sweden) 62.0567 13.3670 566 SN ESWI S 02318 Tandadalen (Sweden) 61.1000 13.0100 830 SN ESWI S 02319 Boertnan (Sweden) 62.4535 13.5100 467 SN ESWI S 02321 Aelvdalen (Sweden) 61.1500 14.0232 253 SN ESWI S 02323 Klovsjo (Sweden) 62.3200 14.1200 550 SN ESWI S 02324 ESND Sveg (Sweden) 62.0100 14.1143 363 SN ESWI S 02325 Kloevsjoehoejden (Sweden) 62.3000 14.0943 803 SN ESWI S 02326 Hamra (Sweden) 61.3900 15.0000 455 SN ESWI S 02327 Sveg A (Sweden) 62.0300 14.2442 359 SN ESWI S 02328 Alvdalen (Sweden) 61.1500 14.0200 250 SN ESWI S 02329 Hamra (Sweden) 61.3963 15.0000 455 SN ESWI S 02330 Hunge (Sweden) 62.4500 15.0600 342 SN ESWI S 02331 Hunge (Sweden) 62.4500 15.0527 343 SN ESWI S 02334 Finneby (Sweden) 62.0200 15.2800 259 SN ESWI S 02336 Edsbyn (Sweden) 61.2300 15.5000 163 SN ESWI S 02337 Norrhoeg (Sweden) 62.1578 15.4000 320 SN ESWI S 02338 Edsbyn (Sweden) 61.2168 15.4300 185 SN ESWI S

02342 Fransta (Sweden) 62.3100 16.1100 105 SN ESWI S 02343 Torpshammar (Sweden) 62.2967 16.1700 100 SN ESWI S 02346 Delsbo (Sweden) 61.4700 16.3300 88 SN ESWI S 02347 Delsbo (Sweden) 61.5000 16.3252 72 SN ESWI S 02349 Sillre (Sweden) 62.4560 16.4435 205 SN ESWI S 02354 Raasta (Sweden) 62.2583 17.2068 80 SN ESWI S 02355 Kuggoren (Sweden) 61.4200 17.3200 10 SN ESWI S 02365 Sundsvall-Harnosand (Sweden) 62.3190 17.2617 4 SN ESWI S 02366 ESNN Sundsvall-Harnosand (Sweden) 62.3100 17.2700 9 SN ESWI S 02367 Alnon (Sweden) 62.2200 17.3200 33 SN ESWI S 02368 Bramon (Sweden) 62.1300 17.4457 18 SN ESWI S 02372 Holick (Sweden) 61.3700 17.2700 5 SN ESWI S 02376 ESCL Soderhamn (Sweden) 61.1600 17.0600 26 SN ESWI S 02378 ESNY Soederhamn (Sweden) 61.1568 17.0590 26 SN ESWI S 02382 Lungo (Sweden) 62.3858 18.0558 18 SN ESWI S 02400 Ostmark (Sweden) 60.2100 12.3900 308 SN ESWI S 02403 Naven (Sweden) 58.4200 13.0667 53 SN ESWI S 02404 Arvika (Sweden) 59.4000 12.3500 77 SN ESWI S 02406 Blomskog (Sweden) 59.1700 12.0300 110 SN ESWI S 02407 Malung A (Sweden) 60.4100 13.4243 305 SN ESWI S 02408 Blomskog (Sweden) 59.1300 12.0500 171 SN ESWI S 02410 Malung (Sweden) 60.4100 13.4200 308 SN ESWI S 02411 Arvika (Sweden) 59.4000 12.3828 67 SN ESWI S 02412 Gustavsfors (Sweden) 60.0900 13.4800 190 SN ESWI S 02413 Brattmon (Sweden) 60.4545 12.4600 205 SN ESWI S 02415 Karlstad Sol (Sweden) 59.2200 13.2800 46 SN ESWI S 02417 Luro (Sweden) 58.4500 13.0900 50 SN ESWI S 02418 ESOK Karlstad (Sweden) 59.2668 13.2025 100 SN ESWI S 02419 Karlstad, sol (Sweden) 59.2155 13.2832 46 SN ESWI S 02420 Mockfjard (Sweden) 60.3100 14.5700 192 SN ESWI S 02422 Asphyttan (Sweden) 59.3700 14.1100 130 SN ESWI S 02423 Sunne (Sweden) 59.5187 13.0700 109 SN ESWI S 02424 Stalldalen (Sweden) 59.5700 14.5700 210 SN ESWI S 02426 Gustavsfors (Sweden) 60.0900 13.4800 188 SN ESWI S 02428 Atorp (Sweden) 59.0600 14.2200 105 SN ESWI S 02429 Dagloesen (Sweden) 59.3972 14.1100 133 SN ESWI S 02430 Backa (Sweden) 60.5500 15.0700 226 SN ESWI S 02431 Kloten (Sweden) 59.5200 15.1500 284 SN ESWI S 02432 ESOE Orebro (Sweden) 59.1400 15.0300 53 SN ESWI S 02433 Falun (Sweden) 60.3700 15.4000 157 SN ESWI S 02435 ESSD Borlange Flygplats (Sweden) 60.2600 15.3005 150 SN ESWI S 02438 Vingaker (Sweden) 59.0400 15.5000 60 SN ESWI S 02439 Fellingsbro-Finnaker (Sweden) 59.3200 15.3500 51 SN ESWI S 02440 Amot (Sweden) 60.5773 16.2600 162 SN ESWI S 02441 ESKM Mora (Sweden) 60.5765 14.3043 197 SN ESWI S 02442 Vintjarn (Sweden) 60.5000 16.0300 348 SN ESWI S 02443 ESSK Enkoping (Sweden) 59.3900 17.0700 26 SN ESWI S 02444 Folkarna (Sweden) 60.1000 16.1900 68 SN ESWI S 02446 ESOW Vasteras/Hasslo (Sweden) 59.3500 16.3800 6 SN ESWI S 02449 Eskilstuna (Sweden) 59.2300 16.2700 12 SN ESWI S 02450 Eggegrund (Sweden) 60.4400 17.3368 4 SN ESWI S 02452 Kilsbergensuttarboda (Sweden) 59.1800 14.5400 219 SN ESWI S 02453 Gavle (Sweden) 60.4300 17.0985 16 SN ESWI S 02454 Utvalnas (Sweden) 60.4500 17.2100 3 SN ESWI S 02456 Films Kyrkby (Sweden) 60.1415 17.5400 35 SN ESWI S 02458 ESCM Uppsala (Sweden) 59.5400 17.3600 21 SN ESWI S 02460 ESSA Stockholm/Arlanda (Sweden) 59.3758 17.5700 28 SN ESWI S 02462 Uppsala Universitet (Sweden) 59.5200 17.3800 13 SN ESWI S 02464 ESSB Stockholm/Bromma (Sweden) 59.2200 17.5400 14 SN ESWI S 02465 Stockholm/Bromma (Sweden) 59.2100 17.5700 18 SN ESWI S 02468 Stora Spaansberget (Sweden) 60.2300 15.0843 493 SN ESWI S 02469 Stockholm/Tullinge (Sweden) 59.1100 17.5477 45 SN ESWI S 02470 Orskar (Sweden) 60.3200 18.2300 5 SN ESWI S 02472 Skeppmora (Sweden) 60.0660 15.0700 240 SN ESWI S 02473 Understen (Sweden) 60.1700 18.5500 8 SN ESWI S 02474 Singo (Sweden) 60.1000 18.4500 12 SN ESWI S 02476 Floda (Sweden) 59.0338 16.2400 33 SN ESWI S 02480 Norrtalje/Vasby (Sweden) 59.5100 18.4400 10 SN ESWI S

02481 Sala (Sweden) 59.5458 16.4127 58 SN ESWI S 02482 Kerstinbo (Sweden) 60.1600 16.5900 57 SN ESWI S 02483 Stockholm Kth (Sweden) 59.2100 18.0400 30 SN ESWI S 02484 Stockholm/observator (Sweden) 59.2100 18.0400 44 SN ESWI S 02485 Stockholm (Sweden) 59.2100 18.0400 52 SN ESWI S 02486 Adelsoe (Sweden) 59.2150 17.3100 6 SN ESWI S 02487 Stavsnas (Sweden) 59.1800 18.4200 18 SN ESWI S 02488 Orskar (Sweden) 60.3200 18.2300 9 SN ESWI S 02489 Harsfjarden (Sweden) 59.0400 18.0653 6 SN ESWI S 02490 Svanberga (Sweden) 59.5000 18.3800 16 SN ESWI S 02492 Svenska Hogarna, sol (Sweden) 59.2653 19.3012 10 SN ESWI S 02493 Soederarm (Sweden) 59.4500 19.2453 15 SN ESWI S 02494 Soderarm (Sweden) 59.4500 19.2500 5 SN ESWI S 02495 Svenska Bjorn (Sweden) 59.3300 20.0100 24 SN ESWI S 02496 Svenska Hogarna (Sweden) 59.2667 19.3035 12 SN ESWI S 02498 Svenska Hogarna A (Sweden) 59.2653 19.3000 14 SN ESWI S 02499 Almagrundet (Sweden) 59.0900 19.0800 25 SN ESWI S 02500 Nordkoster (Sweden) 58.5352 11.0000 35 SN ESWI S 02501 Vaderoarna (Sweden) 58.3500 11.0400 24 SN ESWI S 02502 Dals-Ed (Sweden) 58.5400 12.0200 150 SN ESWI S 02503 Nordkoster, sol (Sweden) 58.5352 11.0023 33 SN ESWI S 02505 Maseskar (Sweden) 58.0565 11.2000 16 SN ESWI S 02507 Hud (Sweden) 58.3965 11.2600 80 SN ESWI S 02508 Maseskar (Sweden) 58.0600 11.2100 14 SN ESWI S 02510 Ljungskile (Sweden) 58.1300 11.5600 70 SN ESWI S 02512 ESGP Gothenburg/Save (Sweden) 57.4700 11.5300 16 SN ESWI S 02513 Gothenburg (Sweden) 57.4300 11.5955 3 SN ESWI S 02515 Torpabron (Sweden) 58.1198 12.0900 20 SN ESWI S 02516 Vinga (Sweden) 57.3800 11.3600 19 SN ESWI S 02517 Trubaduren (Sweden) 57.3600 11.3800 26 SN ESWI S 02518 Nidingen (Sweden) 57.1800 11.5438 2 SN ESWI S 02519 Ringhals (Sweden) 57.1600 12.0700 0 SN ESWI S 02520 ESIB Satenas (Sweden) 58.2600 12.4283 54 SN ESWI S 02521 Bergarud (Sweden) 58.3600 12.2500 55 SN ESWI S 02524 Molla (Sweden) 57.5600 13.0400 190 SN ESWI S 02526 ESGG Gothenburg/Landvetter (Sweden) 57.4057 12.1752 155 SN ESWI S 02527 Gothenburg/Landvetter (Sweden) 57.4000 12.1747 164 SN ESWI S 02530 Nashuvud (Sweden) 58.5400 13.1500 50 SN ESWI S 02531 Goteborg, sol (Sweden) 57.4127 11.5877 94 SN ESWI S 02534 Borgunda (Sweden) 58.1700 13.4800 181 SN ESWI S 02535 ESGR Skovde Flygplats (Sweden) 58.2700 13.5800 98 SN ESWI S 02536 Rangedala (Sweden) 57.4710 13.1000 299 SN ESWI S 02538 Hestra (Sweden) 57.2400 13.3200 285 SN ESWI S 02539 Ullared (Sweden) 57.0682 12.4700 122 SN ESWI S 02540 Kroppefjaell-granan (Sweden) 58.3642 12.1200 174 SN ESWI S 02542 Haellum (Sweden) 58.1900 13.0243 71 SN ESWI S 02543 Fagre (Sweden) 58.3900 14.0800 95 SN ESWI S 02544 ESIA Karlsborg (Sweden) 58.3082 14.3043 94 SN ESWI S 02545 Axstal (Sweden) 58.3400 14.3400 93 SN ESWI S 02546 Gaardsjoe (Sweden) 58.5300 14.2343 212 SN ESWI S 02548 Visingsoe (Sweden) 58.0600 14.2452 95 SN ESWI S 02549 Tomtabacken (Sweden) 57.3000 14.2800 356 SN ESWI S 02550 ESGJ Jonkoping (Sweden) 57.4500 14.0415 224 SN ESWI S 02551 Jonkoping MOS TEST (Sweden) 57.4600 14.0500 226 SN ESWI S 02552 Malexander (Sweden) 58.0400 15.1417 197 SN ESWI S 02553 Kymbo (Sweden) 58.0500 13.4710 220 SN ESWI S 02554 Kettstaka (Sweden) 58.4300 15.0200 225 SN ESWI S 02555 Nassjo (Sweden) 57.3900 14.4200 305 SN ESWI S 02556 ESMV Hagshult (Sweden) 57.1755 14.0840 169 SN ESWI S 02557 Horn (Sweden) 57.5318 15.5200 91 SN ESWI S 02558 Kolmaardenstroemsfors (Sweden) 58.4137 16.1863 155 SN ESWI S 02559 Gladhammar (Sweden) 57.4243 16.2752 31 SN ESWI S 02560 Zinkgruvan (Sweden) 58.4800 15.0700 215 SN ESWI S 02561 Kvarn (Sweden) 58.3842 15.2600 74 SN ESWI S 02562 ESCF Linkoping/Malmen (Sweden) 58.2400 15.3200 93 SN ESWI S 02563 Harstena (Sweden) 58.1500 17.0063 18 SN ESWI S 02564 Malexander (Sweden) 58.0400 15.1400 195 SN ESWI S 02565 ESSF Malilla (Sweden) 57.2300 15.4800 98 SN ESWI S

02566 Malilla (Sweden) 57.2400 15.4900 98 SN ESWI S 02567 Landsort (Sweden) 58.4462 17.5200 20 SN ESWI S 02569 Stavsjo (Sweden) 58.4400 16.2200 60 SN ESWI S 02570 Norrkoping/Bravalla (Sweden) 58.3700 16.0700 27 SN ESWI S 02571 Norrkoping/Kungsangen (Sweden) 58.3500 16.0900 5 SN ESWI S 02573 Orlands Norra Udde (Sweden) 57.2203 17.0592 2 SN ESWI S 02574 ESSP Norrkoping (Sweden) 58.3500 16.0900 35 SN ESWI S 02575 Olands Norra Udde (Sweden) 57.2200 17.0600 4 SN ESWI S 02576 Gladhammer (Sweden) 57.4300 16.2800 33 SN ESWI S 02581 Uto (Sweden) 58.5700 18.1600 40 SN ESWI S 02582 Landsort (Sweden) 58.4500 17.5200 13 SN ESWI S 02583 Gustaf Dalen (Sweden) 58.3600 17.2800 25 SN ESWI S 02584 Gotska Sandon (Sweden) 58.2400 19.1200 12 SN ESWI S 02586 Harstena (Sweden) 58.1500 17.0100 5 SN ESWI S 02587 Faaroesund-ar (Sweden) 57.5500 18.5742 13 SN ESWI S 02588 Faro (Sweden) 57.5400 19.1000 8 SN ESWI S 02589 Gotska sandoen (Sweden) 58.2367 19.1200 17 SN ESWI S 02590 ESSV Visby Flygplats (Sweden) 57.4000 18.2100 47 SN ESWI S 02591 ESQV Visby Aerologiska (Sweden) 57.3900 18.2100 47 SN ESWI S 02592 Olands Norra Udde (Sweden) 57.2200 17.0600 4 SN ESWI S 02595 Roma (Sweden) 57.3262 18.2552 35 SN ESWI S 02596 Herrvik (Sweden) 57.2500 18.5500 5 SN ESWI S 02597 Roma (Sweden) 57.3100 18.2700 30 SN ESWI S 02598 Oestergarnsholm (Sweden) 57.2648 18.5900 5 SN ESWI S 02599 Nasudden (Sweden) 57.0400 18.1300 0 SN ESWI S 02600 Glommen (Sweden) 56.5600 12.2200 3 SN ESWI S 02602 Hunnestorp (Sweden) 56.2340 12.5640 140 SN ESWI S 02603 Broen (Sweden) 56.5200 12.3963 47 SN ESWI S 02604 ESMT Halmstad Flygplats (Sweden) 56.4100 12.5000 31 SN ESWI S 02605 Hallands Vadero (Sweden) 56.2700 12.3300 10 SN ESWI S 02606 Kullen (Sweden) 56.1800 12.2700 72 SN ESWI S 02607 ESTA Angelholm (Sweden) 56.1787 12.5065 37 SN ESWI S 02609 Rynge (Sweden) 55.2845 13.4010 50 SN ESWI S 02611 Helsingborg (Sweden) 56.0200 12.4600 44 SN ESWI S 02614 Oskarsgrundet (Sweden) 55.3600 12.5100 10 SN ESWI S 02615 Falsterbo A (Sweden) 55.2300 12.4900 4 SN ESWI S 02616 Falsterbo (Sweden) 55.2300 12.4900 5 SN ESWI S 02617 Maglarp (Sweden) 55.2300 13.0400 0 SN ESWI S 02618 Torup A (Sweden) 56.5700 13.0362 135 SN ESWI S 02620 Torup (Sweden) 56.5800 13.0400 87 SN ESWI S 02622 Ljungby (Sweden) 56.5100 13.5300 148 SN ESWI S 02623 Hoerby (Sweden) 55.5180 13.4000 114 SN ESWI S 02624 Markaryd (Sweden) 56.2800 13.3900 118 SN ESWI S 02625 Skillinge (Sweden) 55.2933 14.1900 5 SN ESWI S 02626 Osby (Sweden) 56.2200 13.5700 83 SN ESWI S 02627 Lund Lth (Sweden) 55.4300 13.1300 73 SN ESWI S 02628 Hano (Sweden) 56.0083 14.5100 60 SN ESWI S 02629 Hastveda (Sweden) 56.1647 13.5627 104 SN ESWI S 02630 ESDA Ljungbyhed (Sweden) 56.0500 13.1400 43 SN ESWI S 02632 Utklippan (Sweden) 55.5735 15.4247 2 SN ESWI S 02633 Lund, sol (Sweden) 55.4283 13.1273 86 SN ESWI S 02635 Malmo (Sweden) 55.3400 13.0400 21 SN ESWI S 02636 ESMS Malmo/Sturup (Sweden) 55.3100 13.2273 73 SN ESWI S 02640 Vaxjo (Sweden) 56.5200 14.4800 165 SN ESWI S 02641 Vaxjo/Kronoberg (Sweden) 56.5100 14.5000 200 SN ESWI S 02643 Vaxjo, sol (Sweden) 56.5562 14.4383 182 SN ESWI S 02644 Olands Sodra Udde (Sweden) 56.1200 16.2400 3 SN ESWI S 02646 Oelandbron (Sweden) 56.3960 16.2765 0 SN ESWI S 02648 Vaxjo (Sweden) 56.5100 14.5000 200 SN ESWI S 02650 Hano (Sweden) 56.0100 14.5100 55 SN ESWI S 02651 ESMK Kristianstad/Everod (Sweden) 55.5500 14.0500 23 SN ESWI S 02652 Kristianstad (Sweden) 56.0148 14.0648 10 SN ESWI S 02656 Sandhammaren (Sweden) 55.2300 14.1200 4 SN ESWI S 02661 Kosta (Sweden) 56.5070 15.2800 232 SN ESWI S 02662 Vissefjarda (Sweden) 56.3100 15.3700 114 SN ESWI S 02664 ESDF Ronneby (Sweden) 56.1600 15.1600 58 SN ESWI S 02665 Karlskrona, sol (Sweden) 56.0657 15.3738 8 SN ESWI S 02666 Ungskar (Sweden) 56.0200 15.4800 2 SN ESWI S

02667 Soderstjerna (Sweden) 56.0858 15.3520 4 SN ESWI S 02668 Kungsholms Fort (Sweden) 56.0400 15.3500 5 SN ESWI S 02670 ESMQ Kalmar Flygplats (Sweden) 56.4100 16.1800 4 SN ESWI S 02672 Kalmar (Sweden) 56.4400 16.1800 15 SN ESWI S 02676 Olands Sodra Udde (Sweden) 56.1200 16.2400 3 SN ESWI S 02679 Hoburg A (Sweden) 56.5500 18.0900 36 SN ESWI S 02680 Hoburg (Sweden) 56.5500 18.0930 39 SN ESWI S 02681 Vreta Kloster (Sweden) 58.2900 15.3100 52 SN ESWI S 02685 Olands Sodra Grund (Sweden) 56.0400 16.4100 30 SN ESWI S 02689 Boras-Opticon (Sweden) 57.4400 12.5500 0 SN ESWI S 02690 Hammarsbyn-Opticon (Sweden) 60.5900 13.1500 0 SN ESWI S 02691 Helsingborg-Opticon (Sweden) 56.0500 12.4500 0 SN ESWI S 02692 Hogdalen-Opticon (Sweden) 59.1500 18.0500 0 SN ESWI S 02693 Nassjo-Opticon (Sweden) 57.3900 14.4000 0 SN ESWI S 02695 Norrkoping-Opticon (Sweden) 58.3500 16.1000 0 SN ESWI S 02698 Sodertalje-Opticon (Sweden) 59.1100 17.3900 0 SN ESWI S 02699 Vaxjo-Opticon (Sweden) 56.5200 14.5000 0 SN ESWI S * * Finland * 02701 Kilpisjarvi Saana (Finland) 69.0300 20.5100 1009 FI EFKL S 02702 Inari kaamanen (Finland) 69.0800 27.1600 156 FI EFKL S 02703 Espoo sepankyla (Finland) 60.1200 24.4500 32 FI EFKL S 02704 Hattula Lepaa aws (Finland) 61.0700 24.2000 87 FI EFKL S 02705 Pelkosenniemi (Finland) 67.0100 27.1300 493 FI EFKL S 02706 Lohja Porla (Finland) 60.1500 24.0300 37 FI EFKL S 02710 Vesanto kk (Finland) 62.5700 26.2400 127 FI EFKL S 02711 Vaasa Keskusta (Finland) 63.0600 21.3700 13 FI EFKL S 02714 Vaala Pelso (Finland) 64.2900 26.2800 115 FI EFKL S 02715 Hyrynsalmi Kytomaki (Finland) 64.5000 28.1400 320 FI EFKL S 02716 Ranua kk (Finland) 65.5600 26.3100 154 FI EFKL S 02717 Kittila Pokka (Finland) 68.1000 25.4600 272 FI EFKL S 02719 Sodankyla Lokka (Finland) 67.4900 27.4500 243 FI EFKL S 02721 Kokkola Tankar (Finland) 63.5700 22.5100 6 FI EFKL S 02722 Inari Saariselka (Finland) 68.2500 27.2500 320 FI EFKL S 02723 Kittila Levitunturi (Finland) 67.4700 24.5100 200 FI EFKL S *N02724 EFKT Kittila (Finland) 67.42 24.51 196 FI EFKL S 02725 Halsua Kanala Purola (Finland) 63.2700 24.2700 153 FI EFKL S 02726 Enontekio Nakkala (Finland) 68.3600 23.3500 377 FI EFKL S 02727 Asikkala Pulkkilanhar(Finland) 61.1600 25.3100 76 FI EFKL S 02728 Taipalsaari Kylaniemi(Finland) 61.1800 28.1100 88 FI EFKL S 02729 Jamsa Himos (Finland) 61.5300 25.2000 205 FI EFKL S 02730 Savonlinna Ruunavuori(Finland) 61.5000 28.5100 157 FI EFKL S 02731 Puumala kk (Finland) 61.3200 28.1200 127 FI EFKL S 02732 Kuopio Ritoniemi (Finland) 62.4800 27.5400 87 FI EFKL S 02733 Joutseno Konnunsuo (Finland) 61.0200 28.3400 46 FI EFKL S 02734 Parikkala Koitsanlaht(Finland) 61.2700 29.2800 75 FI EFKL S 02735 Virrat Aijanneva (Finland) 62.2000 23.3300 140 FI EFKL S 02736 Juva Partaala (Finland) 61.5400 27.5300 112 FI EFKL S 02737 Toholampi Laitala (Finland) 63.4900 24.1000 85 FI EFKL S 02738 Pyhajarvi Ol Ojakyla (Finland) 63.4400 25.4300 153 FI EFKL S 02739 Sotkami Kuolaniemi (Finland) 64.0700 28.2100 163 FI EFKL S 02740 Tornio Liakka (Finland) 65.5300 24.1600 9 FI EFKL S 02741 Jomala Jomalaby (Finland) 60.1100 19.5900 13 FI EFKL S 02743 Dragsf Jard Vano (Finland) 59.5200 22.1200 8 FI EFKL S 02745 Salla Naruska (Finland) 67.1000 29.1100 215 FI EFKL S 02746 Hanko Tulliniemi (Finland) 59.4900 22.5500 28 FI EFKL S 02747 Turku Rajakari (Finland) 60.2300 22.0600 6 FI EFKL S 02750 Hanko Tvarminne (Finland) 59.5100 23.1500 3 FI EFKL S 02751 Pori Rahkoluoto (Finland) 61.3800 21.2300 5 FI EFKL S 02752 Kristiinankaupungin (Finland) 62.1200 21.1000 22 FI EFKL S 02753 Kankaanpaa Niinisalo (Finland) 61.5000 22.2800 123 FI EFKL S 02754 Hameenlinna Katinen (Finland) 61.0000 24.3000 85 FI EFKL S 02755 EFYL Ylivieska Airport (Finland) 64.0300 24.4400 77 FI EFKL S 02756 Salo Karkka (Finland) 60.2200 23.0700 3 FI EFKL S 02757 Tammisaari Jussaro (Finland) 59.4900 23.3500 23 FI EFKL S 02758 Vihti Maasoja (Finland) 60.2500 24.2400 44 FI EFKL S 02759 Porvoo Harabacka (Finland) 60.2300 25.3700 24 FI EFKL S

02761 Rauma Kylmapihlaja (Finland) 61.0900 21.1800 29 FI EFKL S 02762 Kokemaki Peipohja (Finland) 61.1600 22.1500 39 FI EFKL S 02763 Tampere Harmala (Finland) 61.2800 23.4500 86 FI EFKL S 02765 Luhanka Judinsalo (Finland) 61.4200 25.3100 83 FI EFKL S 02766 Ilomantsi potsonvaara(Finland) 63.0900 31.0300 236 FI EFKL S 02767 Lammi Biolog Asema (Finland) 61.0300 25.0300 125 FI EFKL S 02768 Heinola Plaani (Finland) 61.1300 26.0300 100 FI EFKL S 02769 Kauhajoki Kuja-Kokko (Finland) 62.2500 22.1100 95 FI EFKL S 02770 Juupajoki Hyytiala (Finland) 61.5100 24.1700 153 FI EFKL S 02771 Leivonmaki Savenaho (Finland) 61.5300 26.0600 146 FI EFKL S 02772 Rantasalmi Rukkasluot(Finland) 62.0400 28.3400 80 FI EFKL S 02773 Turku Artukainen (Finland) 60.2700 22.1100 7 FI EFKL S 02777 Kikala Airport (Finland) 60.2700 23.3900 121 FI EFKL S 02778 Punkaharju Laukansaar(Finland) 61.4800 29.1900 80 FI EFKL S 02780 Korsnas Bredskaret (Finland) 62.5600 21.1100 3 FI EFKL S 02781 Strommingsbadan (Finland) 62.5900 20.4500 4 FI EFKL S 02783 Lammi Iso-Evo (Finland) 61.1100 25.0200 129 FI EFKL S 02787 Alajarvi Moksy (Finland) 63.0500 24.1600 170 FI EFKL S 02788 Maaninka Halola (Finland) 63.0900 27.1900 91 FI EFKL S 02789 Rautavaara Yla-Luosta(Finland) 63.2300 28.4000 166 FI EFKL S 02790 Kumlinge kk (Finland) 60.1500 20.4500 23 FI EFKL S 02791 Juuka Niemela (Finland) 63.1400 29.1400 116 FI EFKL S 02793 Liperi Tuiskavanluoto(Finland) 62.3300 29.4000 80 FI EFKL S 02794 Kirkkonummi Makiluoto(Finland) 59.5500 24.2100 2 FI EFKL S 02795 Helsinki Harmaja (Finland) 60.0600 24.5900 6 FI EFKL S 02796 Lieksa Lampela (Finland) 63.1900 30.0300 98 FI EFKL S 02797 Haapavesi (Finland) 64.0900 25.2600 112 FI EFKL S 02798 Valtimo kk (Finland) 63.4000 28.5000 115 FI EFKL S 02799 Kuhmo Kalliojoki (Finland) 64.1800 30.1000 198 FI EFKL S 02800 Nahkiainen (Finland) 64.3700 23.5400 24 FI EFKL S 02801 Kilpisjarvi (Finland) 69.0300 20.4700 476 FI EFKL S 02803 Ruukki Revonlahti (Finland) 64.4100 25.0600 50 FI EFKL S 02804 Taivalkoski Paloasema(Finland) 65.3400 28.1500 203 FI EFKL S 02805 Kevo (Finland) 69.4500 27.0200 101 FI EFKL S 02807 EFIV Ivalo (Finland) 68.3700 27.2500 148 FI EFKL S 02808 Inari Sevettijarvi (Finland) 69.3500 28.5100 132 FI EFKL S 02811 Kuusamo Kiutakongas (Finland) 66.2200 29.1900 160 FI EFKL S 02812 Ylitornio Meltosjarvi(Finland) 66.3200 24.3900 91 FI EFKL S 02813 Rovaniemi Apukka (Finland) 66.3500 26.0100 107 FI EFKL S 02814 Kemijarvi Lentokentta(Finland) 66.4300 27.1000 209 FI EFKL S 02815 Savukoski kk (Finland) 67.1700 28.1100 180 FI EFKL S 02816 Sodankyla Vuotso (Finland) 68.0500 27.1100 249 FI EFKL S 02817 Inari Saariselka aws (Finland) 68.2600 27.2700 432 FI EFKL S 02818 Inari Rajajooseppi (Finland) 68.2900 28.1800 255 FI EFKL S 02819 Salla Varriotunturi (Finland) 67.4500 29.3700 370 FI EFKL S 02820 Kittila Laukukero (Finland) 68.0400 24.0200 757 FI EFKL S 02821 Kittila Sammaltunturi(Finland) 67.5800 24.0700 566 FI EFKL S 02823 Muonio (Finland) 67.5800 23.4100 253 FI EFKL S 02824 Kittila/Kenttarova (Finland) 67.5900 24.1500 350 FI EFKL S 02825 Utsjoki Nuorgam (Finland) 70.0500 27.5700 35 FI EFKL S 02826 Sodankyla AWS (Finland) 67.2200 26.3800 180 FI EFKL S 02827 Inari Vayla (Finland) 69.0400 27.3000 124 FI EFKL S 02828 Piikkio Yltoinen (Finland) 60.2300 22.3300 5 FI EFKL S 02829 Hyvinkaa Mutila (Finland) 60.3600 24.4800 86 FI EFKL S 02830 Anjalankoski Anjala (Finland) 60.4200 26.4900 33 FI EFKL S 02831 Virolahti Koivuniemi (Finland) 60.3200 27.4100 5 FI EFKL S 02832 Tohmajarvi Kemie (Finland) 62.1400 30.2100 90 FI EFKL S 02833 Ylistaro Pelma (Finland) 62.5600 22.2900 32 FI EFKL S 02834 Vierema Kaarakkala (Finland) 63.5000 27.1300 208 FI EFKL S 02835 Inari Nellim (Finland) 68.5100 28.1800 125 FI EFKL S 02836 EFSO Sodankyla (Finland) 67.2200 26.3800 179 FI EFKL S 02844 EFPE Pello (Finland) 66.4800 24.0000 84 FI EFKL S 02845 EFRO Rovaniemi (Finland) 66.3400 25.5000 201 FI EFKL S 02847 Rovaniemi Rautatiease(Finland) 66.3000 25.4300 82 FI EFKL S 02848 Salla (Finland) 66.4900 28.4000 221 FI EFKL S 02849 Salla (Finland) 66.5000 28.4100 222 FI EFKL S 02851 Oulusalo pellonpaa (Finland) 64.5600 25.2300 12 FI EFKL S 02862 Kemi Ajos (Finland) 65.4400 24.3100 7 FI EFKL S

02863 Kemi I (Finland) 65.2500 24.0800 19 FI EFKL S 02864 EFKE Kemi (Finland) 65.4700 24.3500 18 FI EFKL S 02866 Pudasjarvi (Finland) 65.2400 26.5800 123 FI EFKL S 02867 EFPU Pudasjarvi (Finland) 65.2200 27.0100 114 FI EFKL S 02868 Kuusamo Rukatunturi (Finland) 66.1000 29.0900 488 FI EFKL S 02869 EFKS Kuusamo (Finland) 65.5800 29.1100 263 FI EFKL S 02872 Raahe Lapaluoto (Finland) 64.4000 24.2500 2 FI EFKL S 02873 Marjaniem (Finland) 65.0200 24.3400 8 FI EFKL S 02874 EFHL Hailuoto (Finland) 65.0200 24.4400 7 FI EFKL S 02875 EFOU Oulu (Finland) 64.5600 25.2200 15 FI EFKL S 02876 Oulu Vihreasaari (Finland) 65.0000 25.2400 5 FI EFKL S 02879 EFSU Suomussalmi (Finland) 64.5400 29.0100 223 FI EFKL S *N02881 EFRU Ranua Airport (Finland) 65.58 26.22 154 FI EFKL S 02889 Suomussalmi Pesio (Finland) 64.5600 28.4500 225 FI EFKL S 02897 EFKI Kajaani (Finland) 64.1700 27.4100 136 FI EFKL S 02901 Masskar (Finland) 63.4400 22.3500 13 FI EFKL S 02903 EFKK Kruunupyy (Finland) 63.4300 23.0900 26 FI EFKL S 02905 Nivala (Finland) 63.5500 24.5800 79 FI EFKL S 02907 Ulkokalla (Finland) 64.2000 23.3600 5 FI EFKL S 02910 Valassaaret (Finland) 63.2600 21.0400 11 FI EFKL S 02911 EFVA Vaasa (Finland) 63.0300 21.4600 8 FI EFKL S 02912 Vaasa (Finland) 63.0600 21.3500 4 FI EFKL S 02913 EFKA Kauhava (Finland) 63.0600 23.0200 44 FI EFKL S 02915 EFVI Viitasaari (Finland) 63.0500 25.5200 132 FI EFKL S 02917 EFKU Kuopio (Finland) 63.0100 27.4800 102 FI EFKL S 02919 Ilomantsi (Finland) 62.4100 30.5700 162 FI EFKL S 02920 Pietarsaari Kallan (Finland) 63.4500 22.3200 19 FI EFKL S 02921 Moikipaa (Finland) 62.5300 21.0600 13 FI EFKL S 02923 Jokioinen AWS (Finland) 60.4900 23.3000 105 FI EFKL S 02924 EFHT Ahtari (Finland) 62.3200 24.0100 161 FI EFKL S *N02925 EFPK Pieksamaki (Finland) 62.18 27.10 150 FI EFKL S 02926 Pori railway station (Finland) 61.2900 21.4700 9 FI EFKL S 02929 EFJO Joensuu (Finland) 62.4000 29.3800 117 FI EFKL S *N02931 Kaskinen Salgrund (Finland) 62.20 21.11 5 FI EFKL S 02934 Helsinki railway station squar 60.1000 24.5700 3 FI EFKL S 02935 EFJY Jyvaskyla (Finland) 62.2400 25.4100 145 FI EFKL S 02937 Kokemaki tulkkila (Finland) 61.1500 22.2100 39 FI EFKL S 02939 Ilomantsi Mekrijarvi (Finland) 62.4600 30.5800 157 FI EFKL S 02942 Niinisalo (Finland) 61.5100 22.2800 136 FI EFKL S 02943 Tampere Siilinkari (Finland) 61.3100 23.4500 104 FI EFKL S 02944 EFTP Tampere/Pirkkala (Finland) 61.2500 23.3500 112 FI EFKL S 02945 EFHA Halli (Finland) 61.5100 24.4800 145 FI EFKL S 02946 Jamsa halli lentoasemantie 61.5200 24.4900 144 FI EFKL S 02947 EFMI Mikkeli (Finland) 61.4400 27.1800 138 FI EFKL S 02948 EFSA Savonlinna (Finland) 61.5700 28.5700 95 FI EFKL S 02950 Fagerholm (Finland) 60.0700 21.4200 6 FI EFKL S 02952 EFPO Pori (Finland) 61.2800 21.4800 17 FI EFKL S 02955 Kuopio savilahti (Finland) 62.5400 27.3800 88 FI EFKL S 02957 Vaasa klemettila (Finland) 63.0600 21.3900 9 FI EFKL S 02958 EFLP Lappeenranta (Finland) 61.0300 28.1200 106 FI EFKL S 02959 Lappeenranta lepola (Finland) 61.0300 28.1300 114 FI EFKL S 02961 Kuuskajaskari (Finland) 61.0800 21.2200 10 FI EFKL S 02963 Jokioinen (Finland) 60.4900 23.3000 103 FI EFKL S 02964 Kustavi Isokari (Finland) 60.4300 21.0100 4 FI EFKL S 02965 Lahti (Finland) 60.5800 25.3800 79 FI EFKL S 02966 EFUT Utti (Finland) 60.5400 26.5600 100 FI EFKL S 02967 Kotka Haapasaari (Finland) 60.1700 27.1100 6 FI EFKL S 02968 Kotka kirkonmaa (Finland) 60.2300 27.0300 27 FI EFKL S 02970 EFMA Maarianhamina (Finland) 60.0700 19.5400 5 FI EFKL S 02971 Jomala (Finland) 60.0900 19.5200 10 FI EFKL S 02972 EFTU Turku (Finland) 60.3100 22.1600 59 FI EFKL S 02973 Suomusjarvi (Finland) 60.2400 23.4600 86 FI EFKL S 02974 EFHK Helsinki-Vantaa (Finland) 60.1900 24.5800 56 FI EFKL S 02975 EFHF Helsinki-Malmi (Finland) 60.1500 25.0300 28 FI EFKL S 02976 Rankki (Finland) 60.2200 26.5800 12 FI EFKL S 02978 Helsinki Kaisaniemi (Finland) 60.1100 24.5700 4 FI EFKL S 02979 Bogskar (Finland) 59.3000 20.2100 16 FI EFKL S 02980 Nyhamn (Finland) 59.5800 19.5800 10 FI EFKL S

02981 Uto (Finland) 59.4700 21.2300 7 FI EFKL S 02982 Russaro (Finland) 59.4600 22.5700 11 FI EFKL S 02983 Nurmijarvi geophysical observa 60.3100 24.3900 111 FI EFKL S 02984 Bagaskar (Finland) 59.5600 24.0100 12 FI EFKL S 02987 Kallbadagrund (Finland) 59.5900 25.3600 23 FI EFKL S 02988 Isosaari (Finland) 60.0600 25.0400 7 FI EFKL S 02989 Helsinki lighthouse (Finland) 59.5700 24.5600 20 FI EFKL S 02990 Kumlinge (Finland) 60.1800 20.4500 4 FI EFKL S 02991 Porvoo Emasalo (Finland) 60.1200 25.3800 27 FI EFKL S 02992 Pernaja Orrengrund (Finland) 60.1600 26.2700 5 FI EFKL S 02993 Market (Finland) 60.1800 19.0800 11 FI EFKL S 02996 Rymattyla Raula (Finland) 60.2400 21.5700 7 FI EFKL S * * Shetland Isl * 03001 Muckle Airport (Shetland Isl) 60.5100 -0.5300 53 UK EGRR S 03002 Baltasound (Shetland Isl) 60.4500 -0.5133 15 UK EGRR S 03003 EGPB Sumburgh (Shetland Isl) 59.5300 -1.1800 5 UK EGRR S 03004 Collafirth Hill (Shetland Isl) 60.3200 -1.2300 235 UK EGRR S 03005 Lerwick (Shetland Isl) 60.0835 -1.1100 82 UK EGRR S 03006 EGPM Scatsta (Shetland Isl) 60.2700 -1.1600 7 UK EGRR S 03007 Muckle Holm (Shetland Isl) 60.3500 -1.1600 22 UK EGRR S 03008 Fair Isle (Shetland Isl) 59.3200 -1.3800 57 UK EGRR S * * Orkney Isl * 03009 North Ronaldsay (Orkney Isl) 59.2200 -2.2500 11 UK EGRR S 03010 Sule Skerry (Orkney Isl) 59.0500 -4.2400 12 UK EGRR S 03011 North Rona (Orkney Isl) 59.0700 -5.4900 103 UK EGRR S 03013 Foula (Orkney Isl) 60.0900 -2.0400 22 UK EGRR S 03014 Foula (Orkney Isl) 60.0663 -2.0388 22 UK EGRR S 03017 EGPA Kirkwall (Orkney Isl) 58.5700 -2.5400 26 UK EGRR S * * Western Isl * 03019 South Uist (Western Isl) 57.2100 -7.2200 4 UK EGRR S 03021 Lochboisdale (Western Isl) 57.0900 -7.1900 6 UK EGRR S 03022 EGPL Benbecula (Western Isl) 57.2800 -7.2200 6 UK EGRR S 03023 South Uist Range (Western Isl) 57.2145 -7.2310 4 UK EGRR S 03024 Hyskeir (Western Isl) 56.5800 -6.4100 10 UK EGRR S 03025 Butt Of Lewis (Western Isl) 58.3100 -6.1600 23 UK EGRR S 03026 EGPO Stornoway (Western Isl) 58.1282 -6.1900 15 UK EGRR S * * Scotland * 03027 Waterstein (Scotland) 57.2600 -6.4600 92 UK EGRR S 03028 Neist Point (Scotland) 57.2500 -6.4700 24 UK EGRR S 03029 Ardnamurchan (Scotland) 56.4400 -6.1300 12 UK EGRR S 03031 Loch Glascarnoch (Scotland) 57.4350 -4.5373 269 UK EGRR S 03034 Aultbea (Scotland) 57.5153 -5.3800 11 UK EGRR S 03035 Barra (Scotland) 57.0200 -7.2700 3 UK EGRR S 03037 Skye/Lusa (Scotland) 57.1542 -5.4832 18 UK EGRR S 03038 Fort William (Scotland) 56.5000 -5.0600 20 UK EGRR S 03039 Bealach (Scotland) 57.2500 -5.4132 773 UK EGRR S 03040 Kilmory (Scotland) 56.4600 -6.0300 45 UK EGRR S 03041 Aonach Mor (Scotland) 56.4900 -4.5800 1130 UK EGRR S 03044 Altnaharra (Scotland) 58.1727 -4.2655 81 UK EGRR S 03046 Lochluichart (Scotland) 57.3800 -4.4600 110 UK EGRR S 03047 Tulloch Bridge (Scotland) 56.5200 -4.4248 249 UK EGRR S 03049 Cape Wrath (Scotland) 58.3800 -5.0000 112 UK EGRR S 03050 Fort Augustus (Scotland) 57.0800 -4.4300 41 UK EGRR S 03054 Strathy Point (Scotland) 58.3600 -4.0100 32 UK EGRR S 03055 Rackwick (Scotland) 58.5200 -3.2300 18 UK EGRR S 03057 Foyers (Scotland) 57.1600 -4.2900 21 UK EGRR S 03058 Invergordon Harbour (Scotland) 57.4100 -4.1000 3 UK EGRR S 03059 EGPE Inverness/Dalcross (Scotland) 57.3200 -4.0300 9 UK EGRR S 03060 Tummel Bridge (Scotland) 56.4200 -4.0100 145 UK EGRR S 03062 EGQA Tain Range (Scotland) 57.4900 -3.5800 4 UK EGRR S

03063 Aviemore (Scotland) 57.1238 -3.5000 228 UK EGRR S 03065 Cairngorm (Scotland) 57.0700 -3.3858 1237 UK EGRR S 03066 EGQK Kinloss (Scotland) 57.3900 -3.3382 5 UK EGRR S 03067 Fealar Lodge (Scotland) 56.5400 -3.3800 560 UK EGRR S 03068 EGQS Lossiemouth (Scotland) 57.4268 -3.1900 7 UK EGRR S 03070 Glenlivet (Scotland) 57.2100 -3.2100 213 UK EGRR S 03071 Grantown On Spey (Scotland) 57.2000 -3.3800 335 UK EGRR S 03072 Cairnwell (Scotland) 56.5300 -3.2500 928 UK EGRR S 03074 Scrabster harbour (Scotland) 58.3700 -3.3300 10 UK EGRR S 03075 EGPC Wick (Scotland) 58.2700 -3.0540 36 UK EGRR S 03076 Temp For 03075 (Scotland) 58.2700 -3.0600 39 UK EGRR S 03077 Lybster (Scotland) 58.1900 -3.1700 85 UK EGRR S 03080 Aboyne (Scotland) 57.0500 -2.5047 140 UK EGRR S 03085 Inchmarlo (Scotland) 57.0400 -2.3200 80 UK EGRR S 03088 Inverbervie (Scotland) 56.5100 -2.1600 134 UK EGRR S 03091 EGPD Aberdeen/Dyce (Scotland) 57.1200 -2.1232 65 UK EGRR S 03092 Peterhead Harbour (Scotland) 57.3000 -1.4600 15 UK EGRR S 03093 Fraserburgh (Scotland) 57.4200 -2.0000 18 UK EGRR S 03094 Rosehearty (Scotland) 57.4200 -2.0700 4 UK EGRR S 03096 Bridge of cally (Scotland) 56.3900 -3.2300 175 UK EGRR S 03100 EGPU Tiree (Scotland) 56.3000 -6.5300 9 UK EGRR S 03102 Orsay (Scotland) 55.4000 -6.3000 23 UK EGRR S 03105 EGPI Islay/Port Ellen (Scotland) 55.4100 -6.1500 14 UK EGRR S 03111 EGQJ Machrihanish (Scotland) 55.2645 -5.4200 10 UK EGRR S 03114 Oban (Scotland) 56.2500 -5.2800 4 UK EGRR S 03116 Dalmally (Scotland) 56.2400 -5.0000 40 UK EGRR S 03118 Corsewall Point (Scotland) 55.0000 -5.0900 15 UK EGRR S 03120 Lochranza (Scotland) 55.4200 -5.1800 46 UK EGRR S 03121 Kildonan (Scotland) 55.2600 -5.0600 18 UK EGRR S 03130 West Freugh (Scotland) 54.5100 -4.5700 17 UK EGRR S 03131 Mull Of Galloway (Scotland) 54.3800 -4.5100 78 UK EGRR S 03132 EGOY West Freugh (Scotland) 54.5155 -4.5612 11 UK EGRR S 03133 Sloy (Scotland) 56.1500 -4.4300 6 UK EGRR S 03134 Glasgow/Bishopton (Scotland) 55.5440 -4.3200 59 UK EGRR S 03135 EGPK Prestwick Airport (Scotland) 55.3000 -4.3500 20 UK EGRR S 03136 Prestwick (Scotland) 55.3100 -4.3500 27 UK EGRR S 03137 Whithorn (Scotland) 54.4200 -4.2500 40 UK EGRR S 03138 Greenock Mrcc (Scotland) 55.5800 -4.4800 5 UK EGRR S 03139 Saughall (Scotland) 55.3600 -4.1300 223 UK EGRR S 03140 EGPF Glasgow Airport (Scotland) 55.5200 -4.2600 8 UK EGRR S 03143 Killin (Scotland) 56.2900 -4.2100 114 UK EGRR S 03144 Strathallan (Scotland) 56.1958 -3.4400 35 UK EGRR S 03147 Glenlee (Scotland) 55.0600 -4.1100 55 UK EGRR S 03148 Glen Ogle (Scotland) 56.2500 -4.1900 564 UK EGRR S 03152 Salsburgh (Scotland) 55.5200 -3.5200 275 UK EGRR S 03153 Dundrennan (Scotland) 54.4800 -4.0048 113 UK EGRR S 03154 Dumfries/Drungans (Scotland) 55.0300 -3.3900 16 UK EGRR S 03155 Drumalbin (Scotland) 55.3763 -3.4417 245 UK EGRR S 03158 Charterhall (Scotland) 55.4252 -2.2300 112 UK EGRR S 03160 EGPH Edinburgh Airport (Scotland) 55.5700 -3.2100 41 UK EGRR S 03162 Eskdalemuir (Scotland) 55.1872 -3.1242 236 UK EGRR S 03164 Biggar (Scotland) 55.3600 -3.3300 200 UK EGRR S 03165 Spadeadam (Scotland) 55.0300 -2.3300 325 UK EGRR S 03166 Edinburgh/Gogarbank (Scotland) 55.5600 -3.2067 57 UK EGRR S 03167 Bass Rock (Scotland) 56.0500 -2.3800 38 UK EGRR S 03168 Galashiels (Scotland) 55.3600 -2.5400 146 UK EGRR S 03169 Dunbar (Scotland) 56.0000 -2.3100 0 UK EGRR S 03170 Shanwell (Scotland) 56.2600 -2.5200 4 UK EGRR S 03171 EGQL Leuchars (Scotland) 56.2260 -2.5177 10 UK EGRR S 03174 Fife Ness (Scotland) 56.1800 -2.3500 12 UK EGRR S 03176 Carterhouse (Scotland) 55.2200 -2.3100 308 UK EGRR S 03177 Bell Rock (Scotland) 56.5600 -2.2400 28 UK EGRR S 03185 St.Abb's Head (Scotland) 55.5500 -2.0800 75 UK EGRR S 03188 Berwick upon Tweed (Scotland) 55.4500 -2.0200 42 UK EGRR S * * England * 03204 EGNS Isle of Man/Ronaldsway(United) 54.0512 -4.3800 16 UK EGRR S

03205 Calf Of Man (England) 54.0300 -4.5000 93 UK EGRR S 03206 Dougles (England) 54.0900 -4.2900 0 UK EGRR S 03207 Snaefell-Isle (England) 54.1600 -4.2800 615 UK EGRR S 03208 Point Of Ayre (England) 54.2500 -4.2200 9 UK EGRR S 03209 Drumburgh (England) 54.5600 -3.0900 7 UK EGRR S 03210 St.Bees Head (United Kingdom) 54.3100 -3.3688 124 UK EGRR S 03211 St.Bees Head (United Kingdom) 54.3100 -3.3800 94 UK EGRR S 03212 Keswick (United Kingdom) 54.3683 -3.0940 81 UK EGRR S 03213 Eskmeals (England) 54.1900 -3.2400 8 UK EGRR S 03214 EGNL Walney Island (United Kingdom) 54.0750 -3.1548 15 UK EGRR S 03215 Aspatria (England) 54.4600 -3.1900 61 UK EGRR S 03217 Morecambe (England) 54.0400 -2.5300 0 UK EGRR S 03220 Carlisle (United Kingdom) 54.5600 -2.5782 28 UK EGRR S 03222 EGNC Carlisle (England) 54.5600 -2.5700 26 UK EGRR S 03224 EGOM Spadeadam (United Kingdom) 55.0300 -2.3300 285 UK EGRR S 03225 Shap (United Kingdom) 54.3000 -2.4110 252 UK EGRR S 03226 Warcop (England) 54.3400 -2.2478 227 UK EGRR S 03227 Great Dun Fell (England) 54.4100 -2.2700 847 UK EGRR S 03228 Whins Pond (England) 54.4000 -2.4200 125 UK EGRR S 03229 Great Dun Fell (England) 54.4100 -2.2700 847 UK EGRR S 03230 Redesdale (United Kingdom) 55.1700 -2.1700 211 UK EGRR S 03235 Boltshope park (England) 54.4900 -2.0500 434 UK EGRR S 03238 Albemarle (United Kingdom) 55.0100 -1.5290 142 UK EGRR S 03240 EGQM Boulmer (United Kingdom) 55.2500 -1.3600 23 UK EGRR S 03241 Long Framlington (England) 55.1800 -1.4800 158 UK EGRR S 03242 Burnhope (England) 54.4900 -1.4300 244 UK EGRR S 03245 EGNT Newcastle (England) 54.5800 -1.3700 50 UK EGRR S 03246 Newcastle Weather Centre(Unit) 54.5900 -1.3600 52 UK EGRR S 03249 Sunderland University(United ) 54.5900 -1.3800 70 UK EGRR S 03257 EGXE Leeming (United Kingdom) 54.1800 -1.3200 33 UK EGRR S 03261 EGXD Dishforth (United Kingdom) 54.0800 -1.2487 33 UK EGRR S 03262 Tynemouth (England) 55.0100 -1.2500 30 UK EGRR S 03265 EGXZ Topcliffe (United Kingdom) 54.1200 -1.2340 25 UK EGRR S 03266 EGXU Linton-On-Ouse(United Kingdom) 54.0300 -1.1500 14 UK EGRR S 03271 Teesmouth (England) 54.3800 -1.0800 12 UK EGRR S 03275 Loftus (United Kingdom) 54.3377 -0.5182 158 UK EGRR S 03281 Fylingdales (England) 54.2152 -0.4000 262 UK EGRR S 03282 Whitby (England) 54.2900 -0.3600 60 UK EGRR S 03291 Flamborough Head (England) 54.0700 -0.0500 46 UK EGRR S 03292 Bridlington Mrsc(United Kingd) 54.0563 -0.1055 15 UK EGRR S 03293 Cowden (England) 53.5100 -0.0600 15 UK EGRR S 03301 Mona Airfield (United Kingdom) 53.1560 -4.2257 60 UK EGRR S 03302 EGOV Valley (United Kingdom) 53.1500 -4.3218 10 UK EGRR S 03303 Amlwch (Wales) 53.2300 -4.2200 114 UK EGRR S 03305 Capel Curig (United Kingdom) 53.0565 -3.5648 216 UK EGRR S 03308 Snowdon Summit(United Kingdom) 53.0400 -4.0500 1065 UK EGRR S 03311 Colwyn Bay (Wales) 53.1800 -3.4300 0 UK EGRR S 03312 Rhyl (Wales) 53.2000 -3.3000 15 UK EGRR S 03313 Rhyl (United Kingdom) 53.1555 -3.3053 77 UK EGRR S 03314 Moel-Y-Crio (England) 53.1300 -3.1300 263 UK EGRR S 03315 Rostherne (United Kingdom) 53.2158 -2.2284 35 UK EGRR S 03316 Crosby (United Kingdom) 53.3000 -3.0347 9 UK EGRR S 03317 Southport (England) 53.3900 -3.0100 0 UK EGRR S 03318 EGNH Blackpool (United Kingdom) 53.4600 -3.0237 10 UK EGRR S 03319 Fleetwood (United Kingdom) 53.5500 -3.0200 8 UK EGRR S 03321 EGNR Hawarden (United Kingdom) 53.1000 -2.5925 10 UK EGRR S 03322 Aughton (England) 53.3300 -2.5500 54 UK EGRR S 03329 Winter Hill (England) 53.3700 -2.3100 440 UK EGRR S 03330 Leek Thorncliffe(United Kingd) 53.0800 -1.5900 298 UK EGRR S 03334 EGCC Manchester (United Kingdom) 53.2100 -2.1700 69 UK EGRR S 03338 Cellarhead (England) 53.0200 -2.0500 228 UK EGRR S 03339 Skipton (United Kingdom) 53.5800 -2.0200 153 UK EGRR S 03340 Holme Moss (England) 53.3200 -1.5200 522 UK EGRR S 03341 Buxton (England) 53.1500 -1.5500 0 UK EGRR S 03342 Holme Moss (England) 53.3200 -1.5200 524 UK EGRR S 03343 Huddersfield/Oakes (England) 53.3900 -1.5000 232 UK EGRR S 03344 Bingley (United Kingdom) 53.4867 -1.5200 262 UK EGRR S 03345 Emley Moor (England) 53.3700 -1.4000 259 UK EGRR S

03346 Emley Moor No 2(United Kingdo) 53.3671 -1.4002 267 UK EGRR S 03347 Leeds Weather Centre (England) 53.4800 -1.3300 47 UK EGRR S 03348 Woodford (United Kingdom) 53.2035 -2.0900 88 UK EGRR S *N03351 Rostherne no 2(United Kingdom) 53.22 -2.23 35 UK EGRR S 03354 Nottingham (England) 53.0033 -1.1500 117 UK EGRR S 03355 EGXG Church Fenton (United Kingdom) 53.5015 -1.1200 9 UK EGRR S 03360 EGCN Finningley (United Kingdom) 53.2900 -1.0000 17 UK EGRR S 03373 EGXP Scampton (United Kingdom) 53.1842 -0.3300 57 UK EGRR S 03377 EGXW Waddington (United Kingdom) 53.1052 -0.3100 69 UK EGRR S 03379 EGYD Cranwell (United Kingdom) 53.0200 -0.3000 63 UK EGRR S 03382 Leconfield (United Kingdom) 53.5200 -0.2650 7 UK EGRR S 03384 EGXV Leconfield (England) 53.5200 -0.2600 6 UK EGRR S 03385 EGXX Donna Nook (United Kingdom) 53.2900 0.0917 8 UK EGRR S 03386 North Coates (United Kingdom) 53.3000 0.0400 3 UK EGRR S 03387 Easington (England) 53.4000 0.0700 10 UK EGRR S 03388 EGXB Binrook (United Kingdom) 53.2700 -0.1200 108 UK EGRR S 03389 Cleethorpes (England) 53.3400 -0.0200 0 UK EGRR S 03391 EGXC Coningsby (United Kingdom) 53.0563 -0.1000 6 UK EGRR S 03392 EGYW Wainfleet (United Kingdom) 53.0530 0.1600 3 UK EGRR S 03394 Gibraltar Point (England) 53.0000 0.1000 0 UK EGRR S 03395 Skegness (England) 53.1000 -0.2100 0 UK EGRR S 03396 Spurn Point (England) 53.3700 0.0900 7 UK EGRR S 03397 Killingholme Roof(United King) 53.3700 -0.1300 13 UK EGRR S 03398 Humber L.V. (England) 53.3700 0.2200 5 UK EGRR S 03399 Dowsing L.V. (England) 53.3400 0.5000 5 UK EGRR S 03400 Bardsey Island (Wales) 52.4500 -4.4800 16 UK EGRR S 03402 Mynydd Rhiw (Wales) 52.4900 -4.3800 253 UK EGRR S 03403 Nantmor (Wales) 53.0000 -4.0500 53 UK EGRR S 03404 Aberdovey (Wales) 52.5300 -4.0400 22 UK EGRR S 03405 Aberdaron (United Kingdom) 52.4733 -4.4448 95 UK EGRR S 03406 Trawsfynydd (England) 52.5600 -3.5600 193 UK EGRR S 03407 Llanbedr (United Kingdom) 52.4800 -4.0700 9 UK EGRR S 03408 Cynwyd (England) 52.5700 -3.2500 228 UK EGRR S 03409 Bala (United Kingdom) 52.5444 -3.3498 163 UK EGRR S 03410 Lake Vyrnwy (United Kingdom) 52.4543 -3.2800 360 UK EGRR S 03411 Aberhosan (England) 52.3400 -3.4300 244 UK EGRR S 03414 EGOS Shawbury (United Kingdom) 52.4768 -2.3988 72 UK EGRR S 03415 Shawbury (England) 52.4800 -2.4000 74 UK EGRR S 03453 EGXJ Cottesmore (United Kingdom) 52.4400 -0.3935 136 UK EGRR S 03461 Wittering (England) 52.3700 -0.2800 75 UK EGRR S 03462 EGXT Wittering (United Kingdom) 52.3668 -0.2767 73 UK EGRR S 03469 EGYH Holbeach (United Kingdom) 52.5200 0.0832 3 UK EGRR S 03475 Hunstanton (England) 52.5600 0.3000 0 UK EGRR S 03482 EGYM Marham (United Kingdom) 52.3900 0.3400 21 UK EGRR S 03488 Weybourne (United Kingdom) 52.5700 1.0735 21 UK EGRR S 03492 EGSH Norwich weather centr(England) 52.3800 1.1800 14 UK EGRR S 03493 Cromer Lighthouse (England) 52.5500 1.1900 62 UK EGRR S 03494 Cromer (England) 52.5600 1.1900 44 UK EGRR S 03495 EGYC Coltishall (United Kingdom) 52.4600 1.2100 17 UK EGRR S 03496 Hemsby (England) 52.4100 1.4100 13 UK EGRR S *N03497 Gorleston (United Kingdom) 52.35 1.43 3 UK EGRR S 03498 Newarp L.V. (England) 52.4800 1.5000 5 UK EGRR S 03499 Smith's Knoll L.V. (England) 52.4300 2.1800 5 UK EGRR S 03501 Capel Dewi (England) 52.2500 -4.0000 92 UK EGRR S 03502 EGUC Aberporth (United Kingdom) 52.0837 -4.3400 133 UK EGRR S 03503 Trawscoed (United Kingdom) 52.2065 -3.5700 63 UK EGRR S 03507 Sennybridge (United Kingdom) 52.0380 -3.3688 307 UK EGRR S 03511 Newcastle On Clun (Wales) 52.2600 -3.0700 215 UK EGRR S 03520 Shobdon (England) 52.1458 -2.5315 99 UK EGRR S 03521 Madley (England) 52.0200 -2.5100 77 UK EGRR S 03522 Hereford/Credenhill (England) 52.0500 -2.4800 76 UK EGRR S 03525 Malvern (England) 52.0500 -2.1800 53 UK EGRR S 03526 Barbourne (England) 52.1200 -2.1300 25 UK EGRR S 03527 Great Malvern (United Kingdom) 52.0700 -2.1800 44 UK EGRR S 03529 Pershore (United Kingdom) 52.0900 -2.0247 35 UK EGRR S 03534 EGBB Birmingham (United Kingdom) 52.2700 -1.4400 99 UK EGRR S 03535 Coleshill (England) 52.2900 -1.4145 96 UK EGRR S 03544 Church Lawford(United Kingdom) 52.2153 -1.2000 107 UK EGRR S

03558 EGVW Bedford R.A.E. (England) 52.1300 -0.2900 89 UK EGRR S 03559 Cardington (England) 52.0600 -0.2500 30 UK EGRR S 03560 Bedford (United Kingdom) 52.1362 -0.2792 85 UK EGRR S 03562 Alconbury Royal Air Force Base 52.2200 -0.1300 49 UK EGRR S 03566 EGUY Wyton (England) 52.2100 -0.0700 41 UK EGRR S 03577 EGUN Mildenhall RAF base (England) 52.2200 0.2900 10 UK EGRR S 03583 EGUL Lakenheath RAF base (England) 52.2500 0.3400 10 UK EGRR S 03586 EGXH Honington (England) 52.2000 0.4600 54 UK EGRR S 03590 EGUW Wattisham (United Kingdom) 52.0700 0.5745 90 UK EGRR S 03591 Wattisham (United Kingdom) 52.0700 0.5800 89 UK EGRR S 03593 Beccles (England) 52.2600 1.3700 22 UK EGRR S 03594 Lowestoft (England) 52.2900 1.4500 0 UK EGRR S 03598 Aldeburgh (England) 52.0900 1.3500 9 UK EGRR S 03603 EGDA Brawdy (Wales) 51.5300 -5.0700 111 UK EGRR S 03604 Milford-Haven (United Kingdom) 51.4253 -5.0300 44 UK EGRR S 03605 Pembrey Sands (United Kingdom) 51.4300 -4.2205 7 UK EGRR S 03606 Tenby (Wales) 51.4100 -4.4300 0 UK EGRR S 03607 Pendine (Wales) 51.4500 -4.3100 5 UK EGRR S 03608 Pendine (Wales) 51.4500 -4.3100 5 UK EGRR S 03609 Mumbles (United Kingdom) 51.3400 -3.5900 43 UK EGRR S 03610 Pencelli (Wales) 51.5500 -3.1900 160 UK EGRR S 03612 Trecastle (Wales) 51.5700 -3.4200 313 UK EGRR S 03613 Cwmbargoed (Wales) 51.4500 -3.2000 372 UK EGRR S 03614 Cilfynydd (Wales) 51.3800 -3.1800 194 UK EGRR S 03628 EGTG Filton (United Kingdom) 51.3100 -2.3500 59 UK EGRR S 03644 EGVA Fairford RAF base (England) 51.4100 -1.4700 87 UK EGRR S 03647 EGVL Little Rissington(United King) 51.5163 -1.4158 210 UK EGRR S 03649 EGVN Brize Norton (United Kingdom) 51.4550 -1.3500 82 UK EGRR S 03657 Benson (England) 51.3700 -1.0600 57 UK EGRR S 03658 EGUB Benson (United Kingdom) 51.3700 -1.0592 57 UK EGRR S 03660 High Wycombe (United Kingdom) 51.4100 -0.4842 204 UK EGRR S 03670 Northwood (England) 51.3700 -0.2400 113 UK EGRR S 03672 EGWU Northolt (United Kingdom) 51.3300 -0.2500 33 UK EGRR S 03674 Chenies (England) 51.4100 -0.3200 139 UK EGRR S *N03680 Rothamsted (United Kingdom) 51.48 -0.22 128 UK EGRR S 03683 EGSS Stansted Airport (England) 51.5300 0.1400 106 UK EGRR S 03684 Andrewsfield (United Kingdom) 51.5377 0.2700 87 UK EGRR S 03693 Shoeburyness (United Kingdom) 51.3300 0.5000 2 UK EGRR S 03694 Shoeburyness (England) 51.3300 0.5000 2 UK EGRR S 03695 Thames Tower (England) 51.4000 1.0600 8 UK EGRR S 03696 Walton-On-Naze(United Kingdom) 51.5100 1.1700 5 UK EGRR S 03697 Claclon (England) 51.4800 1.0900 0 UK EGRR S 03698 Tongue L.V. (England) 51.3100 1.2300 5 UK EGRR S 03700 St.Gowan L.V. (United Kingdom) 51.3000 -5.0000 5 UK EGRR S 03701 Gawlish (Wales) 51.0100 -4.3000 126 UK EGRR S 03702 Lundy (Wales) 51.1000 -4.3900 43 UK EGRR S 03704 Hartland (Wales) 50.5900 -4.2800 142 UK EGRR S 03705 Saunton Sands (Wales) 51.0700 -4.1200 0 UK EGRR S 03707 EGDC Chivenor (United Kingdom) 51.0535 -4.0900 6 UK EGRR S 03710 Liscombe (United Kingdom) 51.0522 -3.3653 348 UK EGRR S 03711 Exton (Wales) 51.0600 -3.2900 332 UK EGRR S 03712 Tivington (Wales) 51.1200 -3.3200 83 UK EGRR S 03713 Minehead (Wales) 51.1300 -3.2900 0 UK EGRR S 03715 EGFF Cardiff-Wales (United Kingdom) 51.2400 -3.2100 67 UK EGRR S 03716 EGDX St. Athan (United Kingdom) 51.2432 -3.2645 49 UK EGRR S 03717 Cardiff Weather Centre(United) 51.2900 -3.1100 52 UK EGRR S 03718 Ross-on-Wye (Wales) 51.2200 -2.3600 0 UK EGRR S 03719 Weston-s-Mare (Wales) 51.2100 -2.5900 0 UK EGRR S 03726 EGGD Bristol International Airport 51.2800 -2.3600 190 UK EGRR S 03740 EGDL Lyneham (United Kingdom) 51.3000 -1.5953 145 UK EGRR S 03743 Larkhill (United Kingdom) 51.1200 -1.4835 132 UK EGRR S 03744 EGDJ Upavon (England) 51.1700 -1.4600 175 UK EGRR S 03745 EGDN Netheravon (England) 51.1500 -1.4600 139 UK EGRR S 03746 EGDM Boscombe Down (United Kingdom) 51.0970 -1.4500 126 UK EGRR S 03749 EGVP Middle Wallop (United Kingdom) 51.0900 -1.3400 90 UK EGRR S 03759 Test Samos 03761 (England) 51.1500 -0.5700 123 UK EGRR S 03761 EGVO Odiham (United Kingdom) 51.1433 -0.5700 118 UK EGRR S 03763 EGRR Bracknell (England) 51.2300 -0.4700 74 UK EGRR S

03764 Bracknell (England) 51.2300 -0.4700 75 UK EGRR S 03765 Southsea (England) 50.4600 -1.0500 0 UK EGRR S 03766 Farnborough (United Kingdom) 51.1700 -0.4600 72 UK EGRR S 03767 Liphook (England) 51.0500 -0.4900 98 UK EGRR S 03768 EGLF Farnborough (United Kingdom) 51.1700 -0.4600 65 UK EGRR S 03769 Charlwood (United Kingdom) 51.0900 -0.1400 67 UK EGRR S 03770 St. James Park(United Kingdom) 51.3024 -0.0787 5 UK EGRR S 03772 EGLL London/Heathrow(United Kingdo) 51.2900 -0.2700 25 UK EGRR S 03774 Crawley (England) 51.0500 -0.1300 143 UK EGRR S 03776 EGKK London/Gatwick(United Kingdom) 51.0900 -0.1100 62 UK EGRR S 03778 London Weather Centre(England) 51.3100 -0.0700 23 UK EGRR S 03779 EGRB Clerkenwell (United Kingdom) 51.3100 -0.0600 43 UK EGRR S 03780 Redhill (United Kingdom) 51.1300 -0.0800 63 UK EGRR S 03781 Kenley (England) 51.1800 -0.0548 170 UK EGRR S 03782 Blackwall (England) 51.3200 0.0100 5 UK EGRR S 03783 Barking (United Kingdom) 51.3100 0.0900 0 UK EGRR S 03784 Gravesend (United Kingdom) 51.2787 0.1868 3 UK EGRR S 03785 Charing (England) 51.1200 0.4700 91 UK EGRR S 03786 Gravesend (England) 51.2600 0.2300 5 UK EGRR S 03787 Barking II (United Kingdom) 51.3100 0.0900 0 UK EGRR S 03788 Damhead Creek (United Kingdom) 51.2500 0.3500 3 UK EGRR S 03789 Jubilee Corner (England) 51.1100 0.3800 47 UK EGRR S 03790 East Malling (England) 51.1700 0.2700 32 UK EGRR S 03791 Sheerness (England) 51.2700 0.4500 25 UK EGRR S 03792 Herne Bay (England) 51.2300 1.0800 0 UK EGRR S 03793 Anvil Green (England) 51.1200 1.0100 139 UK EGRR S 03794 Folkestone (England) 51.0500 1.1100 0 UK EGRR S 03795 Margate (England) 51.2400 1.2400 0 UK EGRR S 03796 Langdon Bay (England) 51.0800 1.2060 117 UK EGRR S 03797 EGMH Manston (United Kingdom) 51.2100 1.2013 49 UK EGRR S 03798 Falls L.V. (England) 51.1800 1.4900 5 UK EGRR S 03799 East Goodwin L.V. (England) 51.1300 1.3600 5 UK EGRR S 03800 Scilly St. Marys (Scilly Isl) 49.5500 -6.1700 45 UK EGRR S 03802 Scilly Island (Scilly Isl) 49.5900 -6.1900 38 UK EGRR S 03803 EGHE Scilly, St.Marys (Scilly Isl) 49.5487 -6.1800 31 UK EGRR S 03805 Seven Stones L.V. (Scilly Isl) 50.0300 -6.0500 5 UK EGRR S 03806 Gwennap Head (England) 50.0200 -5.4000 66 UK EGRR S 03807 Camborne (United Kingdom) 50.1300 -5.1900 88 UK EGRR S 03808 Camborne (United Kingdom) 50.1300 -5.1965 87 UK EGRR S 03809 EGDR Culdrose (United Kingdom) 50.0500 -5.1543 76 UK EGRR S 03810 Pendennis Point(United Kingdo) 50.0900 -5.0400 42 UK EGRR S 03814 Lizard (England) 49.5700 -5.1100 57 UK EGRR S 03815 Lizard Lighthouse (England) 49.5800 -5.1200 60 UK EGRR S 03816 Falmount (England) 50.0800 -5.0400 0 UK EGRR S 03817 EGDG St.Mawgan (United Kingdom) 50.2600 -5.0000 103 UK EGRR S 03820 Davidstow Moor (England) 50.3800 -4.3600 291 UK EGRR S 03823 Cardinham (United Kingdom) 50.3000 -4.4000 200 UK EGRR S 03824 Bastreet (England) 50.3400 -4.2900 233 UK EGRR S 03827 EGDB Plymouth Wc (United Kingdom) 50.2100 -4.0700 51 UK EGRR S 03830 Burrington (England) 50.5600 -3.5900 199 UK EGRR S 03831 North Hessary Tor (England) 50.3300 -4.0000 510 UK EGRR S 03835 Salcombe (England) 50.1300 -3.4700 0 UK EGRR S 03836 Teignmouth (England) 50.3300 -3.3000 0 UK EGRR S 03837 Brixham (United Kingdom) 50.2400 -3.2900 8 UK EGRR S 03838 Exmouth (England) 50.3700 -3.2500 0 UK EGRR S 03839 EGTE Exeter (United Kingdom) 50.4423 -3.2435 31 UK EGRR S 03840 Dunkeswell (United Kingdom) 50.5162 -3.1442 252 UK EGRR S 03841 Temp For 03840 (England) 50.5200 -3.1500 255 UK EGRR S 03853 EGDY Yeovilton (United Kingdom) 51.0038 -2.3857 20 UK EGRR S 03854 Weymouth (England) 50.3600 -2.2800 0 UK EGRR S 03855 Portland Bill C.G. (England) 50.3100 -2.2700 53 UK EGRR S 03856 Portland Bill (England) 50.3100 -2.2700 11 UK EGRR S 03857 Isle of Portland(United Kingd) 50.3100 -2.2733 52 UK EGRR S 03858 Portland/Rnas (United Kingdom) 50.3400 -2.2700 3 UK EGRR S 03859 Swanage (England) 50.3700 -1.5800 0 UK EGRR S 03860 Poole (England) 50.4300 -1.5900 0 UK EGRR S 03861 Christchurch Bay (England) 50.4200 -1.4000 7 UK EGRR S 03862 EGHH Bournemouth (United Kingdom) 50.4700 -1.5017 10 UK EGRR S

03863 Needles (England) 50.4000 -1.3500 86 UK EGRR S 03864 Sandown (England) 50.3900 -1.0900 0 UK EGRR S 03865 EGHI Southampton (England) 50.5400 -1.2400 9 UK EGRR S 03866 St.Catherine's Point(United K) 50.3500 -1.1800 20 UK EGRR S 03867 Lee-On-Solent (United Kingdom) 50.4900 -1.1300 10 UK EGRR S 03868 Ryde (England) 50.4400 -1.1000 0 UK EGRR S 03869 Hayling Island (England) 50.4800 -0.5900 0 UK EGRR S 03870 Shanklin (England) 50.3800 -1.1000 0 UK EGRR S 03871 Littlehampton (England) 50.4800 -0.3300 0 UK EGRR S 03872 Thorney Island(United Kingdom) 50.4888 -0.5500 4 UK EGRR S 03873 Totland (England) 50.4100 -1.3200 20 UK EGRR S 03874 Solent M.R.S.C.(United Kingdo) 50.4848 -1.1265 9 UK EGRR S 03875 Wellow (England) 50.4100 -1.2700 25 UK EGRR S 03876 EGKA Shoreham (United Kingdom) 50.5017 -0.1762 2 UK EGRR S 03877 East Hoathly (England) 50.5500 0.0900 38 UK EGRR S 03878 Hove (England) 50.4900 -0.1100 0 UK EGRR S 03879 Shoreham By Sea (England) 50.4900 -0.1500 18 UK EGRR S 03880 Newhaven (England) 50.4700 0.0300 5 UK EGRR S 03881 Brede (England) 50.5600 0.3600 82 UK EGRR S 03882 Herstmonceux (United Kingdom) 50.5345 0.1900 52 UK EGRR S 03883 Eastbourne (England) 50.4700 0.1800 3 UK EGRR S 03884 Herstmonceux (England) 50.5200 0.2000 17 UK EGRR S 03885 Royal Sovereign Tower(England) 50.4300 0.2700 23 UK EGRR S 03886 Fairlight (England) 50.5200 -0.3800 143 UK EGRR S 03887 Hastings (England) 50.5100 0.3600 0 UK EGRR S 03888 Ventnor (England) 50.3600 -1.1100 0 UK EGRR S 03889 South Coast Power(United King) 50.5000 -0.1300 5 UK EGRR S 03890 Channel L.V. (Guernsey) 49.5500 -2.5500 5 UK EGRR S 03894 EGJB Guernsey (United Kingdom) 49.2600 -2.3600 101 UK EGRR S 03895 EGJJ Jersey Airport (Jersey) 49.1258 -2.1165 84 UK EGRR S 03896 St.Helier (United Kingdom) 49.1200 -2.0600 54 UK EGRR S 03898 Varne L.V. (England) 51.0100 1.2400 5 UK EGRR S * * N. Ireland * 03900 Knockarevan (N. Ireland) 54.2500 -8.0500 50 UK EGRR S 03901 Thomastown (United Kingdom) 54.1900 -7.3500 72 UK EGRR S 03902 Corgary (N. Ireland) 54.2600 -8.0300 145 UK EGRR S 03903 St.Angelo (United Kingdom) 54.2400 -7.3900 47 UK EGRR S 03904 Castlederg (United Kingdom) 54.4242 -7.3500 49 UK EGRR S 03905 Carrigans (N. Ireland) 54.4000 -7.1900 113 UK EGRR S 03906 Carmoney (N. Ireland) 55.0100 -7.1400 73 UK EGRR S 03907 Magilligan (United Kingdom) 55.0962 -6.5690 6 UK EGRR S 03908 EGQB Ballykelly (United Kingdom) 55.0340 -7.0050 4 UK EGRR S 03911 Lough Fea (United Kingdom) 54.4300 -6.4890 225 UK EGRR S 03912 Moyola (N. Ireland) 54.4300 -6.3100 17 UK EGRR S 03914 Portrush (N. Ireland) 55.1200 -6.4000 18 UK EGRR S 03915 Portglenone (United Kingdom) 54.5200 -6.2750 64 UK EGRR S 03916 Ballypatrick Forest(United Ki) 55.1100 -6.0928 156 UK EGRR S 03917 EGAA Belfast/Aldergrove(United Kin) 54.3980 -6.1355 63 UK EGRR S 03918 Castor Bay (United Kingdom) 54.3000 -6.2000 18 UK EGRR S 03920 Long Kesh (N. Ireland) 54.2900 -6.0600 37 UK EGRR S 03923 Glenanne (United Kingdom) 54.1422 -6.3000 161 UK EGRR S 03924 EGAC Belfast/Harbour (N. Ireland) 54.3600 -5.5300 5 UK EGRR S 03925 Orlock Head (N. Ireland) 54.4000 -5.3500 34 UK EGRR S 03926 Killough (N. Ireland) 54.1400 -5.3700 18 UK EGRR S 03927 Bangor Harbour (N. Ireland) 54.4000 -5.4000 11 UK EGRR S 03928 Larne (N. Ireland) 54.5100 -5.4800 3 UK EGRR S * * Ireland * 03951 Sherkin Island (Ireland) 51.2800 -9.2500 21 IE EIDB S 03952 Roches Point (Ireland) 51.4800 -8.1500 41 IE EIDB S 03953 Valentia (Ireland) 51.5600 -10.1500 25 IE EIDB S 03955 EICK Cork (Ireland) 51.5100 -8.2900 162 IE EIDB S 03956 Johnstown Castle (Ireland) 52.1800 -6.3000 63 IE EIDB S 03957 Rosslare (Ireland) 52.1500 -6.2000 25 IE EIDB S 03960 Kilkenny (Ireland) 52.4000 -7.1600 64 IE EIDB S

03961 Oak Park (Ireland) 52.5100 -6.5400 63 IE EIDB S 03962 EINN Shannon (Ireland) 52.4200 -8.5500 20 IE EIDB S 03963 Mace Head (Ireland) 53.1900 -9.5400 23 IE EIDB S 03964 Galway (Ireland) 53.1800 -8.5650 21 IE EIDB S 03965 Birr (Ireland) 53.0500 -7.5300 72 IE EIDB S 03966 Gurteen (Ireland) 53.0100 -8.0000 76 IE EIDB S 03967 EIME Casement (Ireland) 53.1800 -6.2600 93 IE EIDB S 03969 EIDW Dublin (Ireland) 53.2600 -6.1500 85 IE EIDB S 03970 Claremorris (Ireland) 53.4300 -8.5900 69 IE EIDB S 03971 Mullingar (Ireland) 53.3200 -7.2200 100 IE EIDB S 03973 Knock (Ireland) 53.5400 -8.4900 209 IE EIDB S 03974 Clones (Ireland) 54.1100 -7.1400 89 IE EIDB S 03976 EIBT Belmullet (Ireland) 54.1400 -10.0000 10 IE EIDB S 03978 Finner (Ireland) 54.3000 -8.1400 35 IE EIDB S 03979 Ballyhaise (Ireland) 54.0300 -7.1800 79 IE EIDB S 03980 Malin Head (Ireland) 55.2200 -7.2000 21 IE EIDB S * * Iceland * 04001 Breidavik (Iceland) 65.3200 -24.2100 20 IL BIRK S 04003 Kvigindisdalur (Iceland) 65.3300 -24.0100 49 IL BIRK S 04004 Gufuskalar (Iceland) 64.5400 -23.5600 7 IL BIRK S 04005 Galtarviti (Iceland) 66.0900 -23.1500 24 IL BIRK S 04007 Holar I Dyrapirdi (Iceland) 65.5200 -23.3600 30 IL BIRK S 04008 BIIS Isafjordur (Iceland) 66.0500 -23.0800 0 IL BIRK S 04009 Thverfjall (Iceland) 66.0300 -23.1900 753 IL BIRK S 04010 Nedri-Holl (Iceland) 64.4800 -23.0200 8 IL BIRK S 04013 BIST Stykkisholmur (Iceland) 65.0500 -22.4400 8 IL BIRK S 04014 Reykjanesviti (Iceland) 63.4900 -22.4300 26 IL BIRK S 04017 Aedey (Iceland) 66.0600 -22.4000 5 IL BIRK S 04018 BIKF Keflavikurflugvollur (Iceland) 63.5800 -22.3600 54 IL BIRK S 04023 Hornbjargsviti (Iceland) 66.2500 -22.2300 26 IL BIRK S 04025 Reykholar (Iceland) 65.2700 -22.1200 11 IL BIRK S 04027 Asgardur (Iceland) 65.1400 -21.4500 10 IL BIRK S 04030 BIRK Reykjavik (Iceland) 64.0800 -21.5400 61 IL BIRK S 04031 Gjogur (Iceland) 65.5900 -21.2100 5 IL BIRK S 04034 Stafholtsey (Iceland) 64.3700 -21.3600 14 IL BIRK S 04038 Eyrarbakki (Iceland) 63.5200 -21.0900 5 IL BIRK S 04041 Tannstadabakki (Iceland) 65.1700 -21.0600 8 IL BIRK S 04042 Hjardarland (Iceland) 64.1500 -20.2500 101 IL BIRK S 04044 Hella (Iceland) 63.5000 -20.2400 20 IL BIRK S 04045 Blonduos (Iceland) 65.4000 -20.1800 22 IL BIRK S 04048 BIVM Vestmannaeyjar (Iceland) 63.2400 -20.1700 124 IL BIRK S 04050 Haell (Iceland) 64.0400 -20.1500 121 IL BIRK S 04051 Hraun w Skaga (Iceland) 66.0700 -20.0700 3 IL BIRK S 04052 Basar (Iceland) 64.4100 -19.2900 240 IL BIRK S 04053 Bergstadir (Iceland) 65.4200 -19.3700 43 IL BIRK S 04054 Burfell (Iceland) 64.0500 -19.4400 250 IL BIRK S 04055 Nautabu (Iceland) 65.2700 -19.2200 115 IL BIRK S 04056 Hveravellir (Iceland) 64.5200 -19.3400 642 IL BIRK S 04058 Vatnsskardsholar (Iceland) 63.2500 -19.1100 20 IL BIRK S 04059 Saudanesviti (Iceland) 66.1100 -18.5800 30 IL BIRK S 04060 Thufuver (Iceland) 64.3000 -18.4000 613 IL BIRK S 04062 Nordurhjaleiga (Iceland) 63.3000 -18.2300 18 IL BIRK S 04063 BIAR Akureyri (Iceland) 65.4100 -18.0500 27 IL BIRK S 04064 Kirkjubaejarklaustur (Iceland) 63.4700 -18.0400 38 IL BIRK S 04065 BIGR Grimsey (Iceland) 66.3200 -18.0100 16 IL BIRK S 04066 Versalir (Iceland) 64.2700 -18.4500 610 IL BIRK S 04069 Stadarholl (Iceland) 65.4900 -17.1200 42 IL BIRK S 04071 Manarbakki (Iceland) 66.1200 -17.0600 17 IL BIRK S 04072 Fagurholsmyri (Iceland) 63.5300 -16.3900 46 IL BIRK S 04073 Grimsstadir (Iceland) 65.3800 -16.0700 386 IL BIRK S 04077 BIRG Raufarhofn (Iceland) 66.2700 -15.5700 8 IL BIRK S 04080 Snaefellsskali (Iceland) 64.4800 -15.3800 810 IL BIRK S 04081 Saudanes (Iceland) 66.1500 -15.1600 17 IL BIRK S 04082 BIHN Akurnes (Iceland) 64.1800 -15.1300 21 IL BIRK S 04085 BIVO Vopnafjordur (Iceland) 65.4200 -14.4900 48 IL BIRK S 04087 Strandhofn (Iceland) 65.5400 -14.3900 19 IL BIRK S

04089 BIEG Egilsstadir (Iceland) 65.1700 -14.2400 23 IL BIRK S 04091 Reydarfjordur (Iceland) 65.0200 -14.1400 25 IL BIRK S 04094 Nupur (Iceland) 64.4200 -14.0600 25 IL BIRK S 04096 Kambanes (Iceland) 64.4800 -13.5100 20 IL BIRK S 04097 Dalatangi (Iceland) 65.1600 -13.3500 11 IL BIRK S 04101 Bjargtangar (Iceland) 65.3000 -24.3100 36 IL BIRK S 04103 Patreksfjordur (Iceland) 65.3600 -24.0000 4 IL BIRK S 04104 Gufuskalar (Iceland) 64.5400 -23.5600 7 IL BIRK S 04109 Thverfjall (Iceland) 66.0300 -23.1900 753 IL BIRK S 04110 Navy AWS (Greenland) 72.1700 -38.4800 3195 GL BGSF F 04115 Dynjandiheidi (Iceland) 65.4200 -23.0500 621 IL BIRK S 04119 Thingmannaheidi (Iceland) 65.3800 -22.4800 299 IL BIRK S 04120 Grindavik (Iceland) 63.5100 -22.2500 4 IL BIRK S 04123 Hornbjargsviti (Iceland) 66.2500 -22.2300 28 IL BIRK S 04124 Straumsvik (Iceland) 64.0300 -22.2000 5 IL BIRK S 04126 Grundartangi (Iceland) 64.2100 -21.4700 5 IL BIRK S 04127 Bolungarvik (Iceland) 66.1000 -23.1500 27 IL BIRK S 04130 Reykjavik (Iceland) 64.0800 -21.5400 53 IL BIRK S 04131 Gjogur (Iceland) 65.5900 -21.2100 32 IL BIRK S 04137 Akureyri/Krossanes (Iceland) 65.4100 -18.0700 31 IL BIRK S 04140 Thorlakshofn (Iceland) 63.5100 -21.2300 5 IL BIRK S 04145 Blonduos (Iceland) 65.3900 -20.1800 8 IL BIRK S 04146 Vestmannaeyjabaer (Iceland) 63.2600 -20.1700 40 IL BIRK S 04149 Kolka (Iceland) 65.2400 -19.4300 505 IL BIRK S 04154 Burfell (Iceland) 64.0500 -19.4400 249 IL BIRK S 04156 Hveravellir (Iceland) 64.5200 -19.3400 641 IL BIRK S 04160 Thufuver (Iceland) 64.3500 -18.3600 614 IL BIRK S 04161 Dalvik (Iceland) 65.5800 -18.3200 4 IL BIRK S 04162 Veidivatnahraun (Iceland) 64.2400 -18.3000 648 IL BIRK S 04165 Grimsey (Iceland) 66.3200 -18.0100 17 IL BIRK S 04166 Jokulheimar (Iceland) 64.1900 -18.1300 727 IL BIRK S 04168 Sandbudir (Iceland) 64.5600 -17.5900 821 IL BIRK S 04170 Skardsfjoruviti (Iceland) 63.3100 -17.5900 9 IL BIRK S 04176 Karahnjukar (Iceland) 64.5600 -15.4700 639 IL BIRK S 04180 Hvanney (Iceland) 64.1400 -15.1200 5 IL BIRK S 04183 Fontur (Iceland) 66.2300 -14.3200 44 IL BIRK S 04193 Gagnheidi (Iceland) 65.1300 -14.1600 949 IL BIRK S 04196 Kambanes (Iceland) 64.4800 -13.5100 34 IL BIRK S 04197 Dalatangi (Iceland) 65.1600 -13.3500 11 IL BIRK S * * Greenland * 04201 BGQQ Qaanaaq (Greenland) 77.2800 -69.1300 19 GL BGSF F 04202 BGTL Thule A.B. (Greenland) 76.3200 -68.4500 59 GL BGSF F 04203 Carey Isl. (Greenland) 76.3800 -73.0000 15 GL BGSF F 04205 Mittarfik Qaanaaq (Greenland) 77.2900 -69.2300 17 GL BGSF F 04207 Hall Land (Greenland) 81.4100 -59.5600 105 GL BGSF F 04208 Edderfugle Oer (Greenland) 74.0200 -57.4900 40 GL BGSF F 04209 BGUK Upernavik (Greenland) 72.4700 -56.1000 63 GL BGSF F 04210 Upernavik (Greenland) 72.4700 -56.1000 120 GL BGSF F 04211 Mittarfik (Greenland) 72.4700 -56.0800 130 GL BGSF F 04212 BGUM Umanak (Greenland) 70.4100 -52.0700 2 GL BGSF F 04213 BGUQ Qaarsut (Greenland) 70.4400 -52.4200 89 GL BGSF F 04214 Nugssuaq (Greenland) 70.4100 -54.3700 28 GL BGSF F 04216 Jacobshavn (Greenland) 69.1300 -51.0300 39 GL BGSF F 04217 Qasigiannguit Heli (Greenland) 68.4900 -51.1000 13 GL BGSF F 04219 Qeqertarsuaq Heli (Greenland) 69.1500 -53.3200 2 GL BGSF F 04220 BGEM Aasiaat/Egedesminde(Greenland) 68.4248 -52.5100 41 GL BGSF F 04221 BGJN Jakobshavn Flyvepla(Greenland) 69.1442 -51.0400 34 GL BGSF F 04224 BGAA Aasiaat Mittarfia (Greenland) 68.4300 -52.4700 27 GL BGSF F 04228 Agto Kitsigsut (Greenland) 67.4700 -53.5790 12 GL BGSF F 04230 BGHB Holsteinsborg (Greenland) 66.5500 -53.4000 9 GL BGSF F 04231 BGSF Sdr. Stromfjord (Greenland) 67.0100 -50.4300 53 GL BGSF F 04234 BGSS Sisimiut Mittarfia (Greenland) 66.5700 -53.4377 8 GL BGSF F 04240 BGST Sukkertoppen (Greenland) 65.2400 -52.5200 25 GL BGSF F 04241 Maniitsoq (Greenland) 65.2500 -52.5600 32 GL BGSF F 04242 Sioralik (Greenland) 65.0100 -52.3300 14 GL BGSF F 04250 Godthab Nuuk (Greenland) 64.1000 -51.4500 84 GL BGSF F

04253 Frederikshab Isblin(Greenland) 62.3468 -50.2437 22 GL BGSF F 04254 BGGH Godthab Flyveplads (Greenland) 64.1200 -51.4100 87 GL BGSF F 04260 BGFH Frederikshab (Greenland) 62.0100 -49.4000 36 GL BGSF F 04261 BGGD Gronnedal (Greenland) 61.1400 -48.0600 35 GL BGSF F 04266 Nunarssuit (Greenland) 60.4582 -48.2727 33 GL BGSF F 04270 BGBW Narsarsuaq (Greenland) 61.1000 -45.2500 31 GL BGSF F 04272 BGJH Julianehab (Greenland) 60.4300 -46.0260 57 GL BGSF F 04273 Qaqortoq Heliport (Greenland) 60.4300 -46.0200 21 GL BGSF F 04280 Narsaq Heliport (Greenland) 60.5500 -46.0352 6 GL BGSF F 04282 Nanortalic (Greenland) 60.2800 -45.3500 8 GL BGSF F 04283 Nanortalik Heliport(Greenland) 60.0800 -45.1400 5 GL BGSF F 04285 BGAS Angissoq (Greenland) 59.5947 -45.0877 16 GL BGSF F 04301 Kap Morris Jesup (Greenland) 83.3937 -33.2200 4 GL BGSF F 04305 Kap Harald Moltke (Greenland) 82.0900 -29.5500 13 GL BGSF F 04310 Nord (Greenland) 81.3600 -16.3900 43 GL BGSF F 04312 Nord Ads (Greenland) 81.3600 -16.3900 36 GL BGSF F 04313 Kroyers Holme (Greenland) 80.3900 -13.4272 10 GL BGSF F 04320 BGDH Danmarkshavn (Greenland) 76.4600 -18.4000 12 GL BGSF F 04330 BGDB Daneborg (Greenland) 74.1845 -20.1300 15 GL BGSF F 04339 BGSC Scoresbysund (Greenland) 70.2900 -21.5700 71 GL BGSF F 04340 BGKT Kap Tobin (Greenland) 70.2500 -21.5800 42 GL BGSF F 04341 BGCO Constable Pynt (Greenland) 70.4500 -22.3900 12 GL BGSF F 04350 Aputiteq (Greenland) 67.4700 -32.1800 25 GL BGSF F 04351 BGAT Aputiteq Ads (Greenland) 67.4700 -32.1800 14 GL BGSF F 04360 BGAM Angmagssalik (Greenland) 65.3667 -37.3820 56 GL BGSF F 04361 BGKK Kulusuk Flyveplads (Greenland) 65.3400 -37.0800 37 GL BGSF F 04373 Ikermit (Greenland) 64.4700 -40.1800 80 GL BGSF F 04381 Ikermiuarssuk (Greenland) 61.4800 -42.0000 43 GL BGSF F 04382 Ikermiuarssuk Ads (Greenland) 61.5618 -42.0400 42 GL BGSF F 04390 BGPC Prins Christian Sund(Greenlan) 60.0332 -43.1000 75 GL BGSF F 04416 Summit (Greenland) 72.3500 -38.2700 3207 GL BGSF F 04418 Summit-Us (Greenland) 72.3477 -38.3032 3199 GL BGSF F 04425 Tunu-N (Greenland) 78.0098 -33.5900 2010 GL BGSF F 04432 Humboldt (Greenland) 78.3160 -56.4983 1994 GL BGSF F 04436 Neem (Greenland) 77.3013 -50.5247 2450 GL BGSF F 04452 Jar 1 (Greenland) 69.2978 -49.4165 905 GL BGSF F 04458 Swiss Camp (Greenland) 69.3388 -49.1985 1093 GL BGSF F 04464 Dye 2 (Greenland) 66.2883 -46.1698 2099 GL BGSF F 04485 Saddle (Greenland) 65.5997 -44.3005 2467 GL BGSF F 04488 Nasa-Se (Greenland) 66.2850 -42.2992 2407 GL BGSF F * * Unknown * 05001 Euro1 (Sea) 51.5400 3.1200 0 F 05002 Euro0 (Sea) 51.5400 3.3600 0 F 05003 Rem eiland (Sea) 52.1200 4.1200 0 F 05004 K12 (Sea) 53.2300 3.5400 0 F 05011 Pennzoil K13 (Sea) 53.1200 3.1200 0 F 05012 Hewett (Sea) 53.0600 2.1200 0 F 05013 Viking (Sea) 53.3000 1.4800 0 F 05021 German Bight (Sea) 55.0000 5.3000 0 F 05031 Auk1 (Sea) 56.2400 2.0000 0 F 05032 Auk2 (Sea) 56.3000 2.0600 0 F 05041 Ekofisk (Sea) 56.3000 3.1200 0 F 05051 Forties1 (Sea) 57.5400 0.0600 0 F 05052 Forties2 (Sea) 58.4200 1.1800 0 F 05053 Piper (Sea) 58.2400 0.1800 0 F 05061 Beryl1 (Sea) 59.3000 1.3000 0 F 05062 Beryl2 (Sea) 59.3600 1.3000 0 F 05071 Dunlin (Sea) 61.0600 1.0600 0 F 05072 Thistle (Sea) 61.1200 1.0600 0 F 05073 Statford1 (Sea) 61.0600 1.4200 0 F 05074 Statford2 (Sea) 61.1200 1.4800 0 F 05081 Petroland (Sea) 53.3000 4.1000 0 F 05100 62001 (Sea) 45.1200 -5.0000 0 F 05101 62023 (Sea) 51.2400 -7.5400 0 F 05102 62026 (Sea) 55.2400 1.1200 0 F 05103 62051 (Sea) 49.3000 -0.1200 0 F

05104 62081 (Sea) 51.0000 -13.1800 0 F 05105 62101 (Sea) 50.3600 -2.4200 0 F 05106 62103 (Sea) 49.5400 -2.5400 0 F 05107 62105 (Sea) 55.1800 -12.3600 0 F 05108 62106 (Sea) 57.0000 -9.5400 0 F 05109 62107 (Sea) 50.0600 -6.0600 0 F 05110 62108 (Sea) 53.3400 -19.3000 0 F 05111 62109 (Sea) 57.0000 0.0000 0 F 05112 62112 (Sea) 58.4200 1.1800 0 F 05113 62114 (Sea) 58.1800 0.0600 0 F 05114 62116 (Sea) 58.0600 1.4200 0 F 05115 62125 (Sea) 53.4800 -3.3000 0 F 05116 62133 (Sea) 57.0600 1.0000 0 F 05117 62136 (Sea) 56.5400 1.4800 0 F 05118 62138 (Sea) 58.1800 -1.4200 0 F 05119 62142 (Sea) 53.0000 2.0600 0 F 05120 62144 (Sea) 53.2400 1.4200 0 F 05121 62145 (Sea) 53.0600 2.4800 0 F 05122 62152 (Sea) 53.2400 1.4800 0 F 05123 62155 (Sea) 60.3600 1.3600 0 F 05124 62162 (Sea) 57.2400 0.3000 0 F 05125 62163 (Sea) 47.3000 -8.3000 0 F 05126 62164 (Sea) 57.1200 0.4800 0 F 05127 62301 (Sea) 52.1800 -4.3000 0 F 05128 62303 (Sea) 51.3600 -5.0600 0 F 05129 62304 (Sea) 51.0600 1.4800 0 F 05130 62305 (Sea) 50.2400 0.0000 0 F 05131 62407 (Sea) 52.5400 4.0000 0 F 05132 62410 (Sea) 53.1200 3.3600 0 F 05133 62414 (Sea) 53.4800 2.5400 0 F 05134 63101 (Sea) 61.1200 0.5400 0 F 05135 63103 (Sea) 61.1200 1.0600 0 F 05136 63108 (Sea) 60.4800 1.4200 0 F 05137 63112 (Sea) 61.0600 1.0000 0 F 05138 63116 (Sea) 58.4200 -1.2400 0 F 05139 63118 (Sea) 60.1800 -4.0000 0 F 05140 63119 (Sea) 57.5400 0.3000 0 F 05141 64045 (Sea) 59.1200 -11.3600 0 F 05142 64046 (Sea) 60.3600 -4.4800 0 F 05143 62128 (Sea) 53.2400 2.1800 0 F 05144 62131 (Sea) 58.0600 0.0600 0 F 05145 62137 (Sea) 56.5400 2.0000 0 F 05146 62166 (Sea) 57.1800 1.4800 0 F 05147 63110 (Sea) 59.3000 1.3000 0 F 05148 62029 (Sea) 48.4200 -12.2400 0 F 05201 Sage Gas Plant (Sea) 57.4000 -1.5000 0 F 05202 Thames Field (Sea) 53.1000 2.3000 0 F 05203 Cluster A/B (Sea) 55.3000 4.0000 0 F 05204 Cluster E/F (Sea) 54.4000 4.3000 0 F 05205 Cluster K/L (Sea) 53.3000 4.0000 0 F 05206 Cluster P/Q (Sea) 52.3000 3.5000 0 F 05207 Hoek van Holland (Sea) 52.0000 3.4000 0 F 05208 Gordon (Sea) 54.3000 2.0000 0 F 05209 Mercury (Sea) 53.4000 0.4000 0 F 05210 Machar (Sea) 57.0000 2.0000 0 F 05211 Glenn (Sea) 57.5000 0.1000 0 F 05212 Sleipner (Sea) 58.3000 2.0000 0 F 05213 Brent (Sea) 61.0000 1.4000 0 F 05214 Klapeida (Sea) 55.4000 21.0000 0 F 05215 Al-Jurf (Sea) 34.0000 12.0000 0 F 05216 Brest (Sea) 48.3000 -5.3000 0 F 05217 Mid Biscay (Sea) 46.0000 -6.0000 0 F 05218 Coruna (Sea) 44.0000 -9.0000 0 F 05219 Draugen (Sea) 64.2100 7.4600 0 F * * Netherlands * 05901 Sneek (Netherlands) 53.0400 5.3400 0 F

05902 Hardenberg (Netherlands) 52.3500 6.3300 0 F 05903 Bathmen (Netherlands) 52.1500 6.1200 0 F 05904 Elst (Netherlands) 51.5500 5.4900 0 F 05905 Wouw (Netherlands) 51.3500 4.1400 0 F 05906 Helden (Netherlands) 51.2100 6.0100 0 F 05907 Wageningen (Netherlands) 52.0000 5.3700 0 F 05908 Swifterbant (Netherlands) 52.3500 5.4100 0 F * * Denmark * 06005 Mykines (Faroe Isl) 62.0600 -7.4100 100 FA EKMI S 06008 Frodba Heliport (Faroe Isl) 61.3262 -6.4647 17 FA EKMI S 06009 Akraberg (Faroe Isl) 61.2400 -6.4090 102 FA EKMI S 06010 EKVG Sorvaag/Vagar (Faroe Isl) 62.0400 -7.1700 88 FA EKMI S 06011 Thorshavn (Faroe Isl) 62.0100 -6.4588 56 FA EKMI S 06012 Fugloy (Faroe Isl) 62.1900 -6.1900 56 FA EKMI S 06013 Klaksvik Heliport (Denmark) 62.1307 -6.3460 75 FA EKMI S 06016 Horns Rev A (Denmark) 55.3042 7.5242 21 DN EKMI S 06017 Horns Rev B (Denmark) 55.3597 7.3735 10 DN EKMI S 06019 Silstrup (Denmark) 55.5600 8.3900 41 DN EKMI S 06021 Hanstholm (Denmark) 57.0700 8.3568 3 DN EKMI S 06022 EKGF Thyra East (Denmark) 55.4300 4.4800 43 DN EKMI S 06023 Gorm (Denmark) 55.3500 4.4600 10 DN EKMI S 06024 EKTS Thisted Flyveplads (Denmark) 57.0400 8.4268 8 DN EKMI S 06029 Groenlandshavnen (Denmark) 57.0300 10.0300 2 DN EKMI S 06030 EKYT Alborg (Denmark) 57.0600 9.5100 13 DN EKMI S 06031 Tylstrup (Denmark) 57.1112 9.5700 13 DN EKMI S 06032 Stenhoj (Denmark) 57.2300 10.2010 56 DN EKMI S 06033 Hirtshals (Denmark) 57.3600 9.5748 3 DN EKMI S 06034 EKSN Sindal Flyveplads (Denmark) 57.3000 10.1300 28 DN EKMI S 06041 Skagen (Denmark) 57.4418 10.3800 5 DN EKMI S 06042 Frederikshavn (Denmark) 57.2617 10.3300 3 DN EKMI S 06043 Frederikshavn (Denmark) 57.2400 10.3100 80 DN EKMI S 06044 Hals (Denmark) 56.5942 10.1853 16 DN EKMI S 06045 Dybvad (Denmark) 57.1600 10.1900 16 DN EKMI S 06048 EKHS Hadsund (Denmark) 56.4300 10.0700 2 DN EKMI S 06049 Hald V (Denmark) 56.3363 10.0557 89 DN EKMI S 06051 Vestervig (Denmark) 56.4582 8.1900 18 DN EKMI S 06052 Thyboron (Denmark) 56.4240 8.1290 4 DN EKMI S 06053 Aggersund (Denmark) 57.0000 9.1800 6 DN EKMI S 06054 EKHO Lindtorp Airport (Denmark) 56.2400 8.2700 15 DN EKMI S 06055 Torsminde (Denmark) 56.2200 8.0700 5 DN EKMI S 06056 Mejrup (Denmark) 56.2300 8.4000 55 DN EKMI S 06058 Hvide Sande (Denmark) 56.0043 8.0847 4 DN EKMI S 06059 Lyngvig (Denmark) 56.0300 8.0600 3 DN EKMI S 06060 EKKA Karup (Denmark) 56.1760 9.0683 53 DN EKMI S 06062 EKSV Skive Flyveplads (Denmark) 56.3300 9.1000 23 DN EKMI S 06063 Ronbjerg Huse Havn (Denmark) 56.5353 9.1000 2 DN EKMI S 06065 Alestrup (Denmark) 56.4535 9.3040 33 DN EKMI S 06066 EKVJ Stauning Flyveplads (Denmark) 55.5947 8.2100 6 DN EKMI S 06068 Isenvad (Denmark) 56.0563 9.1100 62 DN EKMI S 06069 Foulum (Denmark) 56.2958 9.3400 58 DN EKMI S 06070 EKAH Tirstrup (Denmark) 56.1850 10.3800 23 DN EKMI S 06071 Fornaes (Denmark) 56.2700 10.5800 8 DN EKMI S 06072 Oedum (Denmark) 56.1800 10.0800 62 DN EKMI S 06073 Sletterhage (Denmark) 56.0600 10.3082 6 DN EKMI S 06074 EKKM Arhus (Denmark) 56.0500 10.0812 55 DN EKMI S 06075 Aarhus (Denmark) 56.1000 10.1300 15 DN EKMI S 06078 Anholt (Denmark) 56.4200 11.3300 7 DN EKMI S 06079 EKAT Anholt (Denmark) 56.4300 11.3058 4 DN EKMI S 06080 EKEB Esbjerg (Denmark) 55.3200 8.3378 29 DN EKMI S 06081 Blavand (Denmark) 55.3345 8.0500 18 DN EKMI S 06082 Borris (Denmark) 55.5755 8.3745 25 DN EKMI S 06087 Anholt Knob (Denmark) 56.4500 11.5400 0 DN EKMI S 06088 Nordby (Denmark) 55.2700 8.2400 4 DN EKMI S 06089 Saedenstrand (Denmark) 55.3000 8.2400 11 DN EKMI S 06093 Vester Vedsted (Denmark) 55.1747 8.3930 5 DN EKMI S 06096 Romo (Denmark) 55.1143 8.3360 9 DN EKMI S

06099 Romo Havneby (Denmark) 55.0517 8.3387 3 DN EKMI S 06100 EKVA Vandel (Denmark) 55.4200 9.1200 73 DN EKMI S 06102 Horsens/Bygholm (Denmark) 55.5200 9.4722 24 DN EKMI S 06104 EKBI Billund Lufthavn (Denmark) 55.4428 9.1000 80 DN EKMI S 06106 Tvingstrup (Denmark) 55.5500 9.5500 66 DN EKMI S 06108 EKVD Vamdrup (Denmark) 55.2625 9.2000 45 DN EKMI S 06109 Askov (Denmark) 55.2800 9.0673 62 DN EKMI S 06110 EKSP Skrydstrup (Denmark) 55.1400 9.1580 47 DN EKMI S 06111 Bago (Denmark) 55.1800 9.4800 2 DN EKMI S 06113 Toftlund (Denmark) 55.1100 9.0500 44 DN EKMI S 06115 Mollehus (Denmark) 54.5400 8.5000 1 DN EKMI S 06116 St.Jyndevad (Denmark) 54.5400 9.0700 17 DN EKMI S 06118 EKSB Sonderborg Flyveplads(Denmark) 54.5773 9.4725 18 DN EKMI S 06119 Kegnaes (Denmark) 54.5100 9.5928 19 DN EKMI S 06120 EKOD Odense/Beldringe (Denmark) 55.2900 10.2000 21 DN EKMI S 06123 Assens/Toroe (Denmark) 55.1467 9.5330 3 DN EKMI S 06124 EKST Sydfyns Flyveplads (Denmark) 55.0087 10.3400 7 DN EKMI S 06126 Aarslev (Denmark) 55.1853 10.2638 51 DN EKMI S 06131 Vesborg (Denmark) 55.4600 10.3300 0 DN EKMI S 06132 Tranebjerg Oest (Denmark) 55.5000 10.3700 16 DN EKMI S 06135 Flakkebjerg (Denmark) 55.1900 11.2328 34 DN EKMI S 06136 Tystofte (Denmark) 55.1500 11.2000 12 DN EKMI S 06138 Langoe (Denmark) 54.4900 10.5963 4 DN EKMI S 06139 Keldsnor (Denmark) 54.4400 10.4400 8 DN EKMI S 06141 Abed (Denmark) 54.5000 11.2000 9 DN EKMI S 06142 Albuen (Denmark) 54.5000 10.5800 2 DN EKMI S 06143 EKMB Maribo (Denmark) 54.4200 11.2700 4 DN EKMI S 06144 Old/Maribo Airport (Denmark) 54.4200 11.2700 5 DN EKMI S 06147 Vindebaek Kyst (Denmark) 54.5300 12.1100 5 DN EKMI S 06149 Gedser Odde (Denmark) 54.3400 11.5662 5 DN EKMI S 06150 EKAV Avno (Denmark) 55.0500 11.4700 4 DN EKMI S 06151 Omoe (Denmark) 55.0955 11.0800 3 DN EKMI S 06153 Tyvelse (Denmark) 55.2300 11.4300 36 DN EKMI S 06154 Brandelev (Denmark) 55.1245 11.5162 46 DN EKMI S 06156 Holbaek (Denmark) 55.4415 11.3600 13 DN EKMI S 06158 Kalundborg (Denmark) 55.4000 11.0600 2 DN EKMI S 06159 Rosnaes (Denmark) 55.4462 10.5200 16 DN EKMI S 06160 EKVL Vaerlose (Denmark) 55.4600 12.2000 17 DN EKMI S 06161 Spodsbjerg (Denmark) 55.5900 11.5200 0 DN EKMI S 06164 Hesselo (Denmark) 56.1200 11.4300 8 DN EKMI S 06165 Hesseloe (Denmark) 56.1200 11.4260 18 DN EKMI S 06168 Nakkehoved (Denmark) 56.0700 12.2053 43 DN EKMI S 06169 Gniben (Denmark) 56.0050 11.1700 16 DN EKMI S 06170 EKRK Copenhagen/Roskilde (Denmark) 55.3522 12.0818 43 DN EKMI S 06173 Stevns (Denmark) 55.1700 12.2400 40 DN EKMI S 06174 Koege/Herfoelge (Denmark) 55.2400 12.0900 22 DN EKMI S 06179 Mon (Denmark) 54.5700 12.3200 17 DN EKMI S 06180 EKCH Copenhagen/Kastrup (Denmark) 55.3685 12.3900 5 DN EKMI S 06181 Kobenhavn/Jaegersborg(Denmark) 55.4600 12.3200 42 DN EKMI S 06183 Drogden (Denmark) 55.3218 12.4268 14 DN EKMI S 06184 Dmi (Denmark) 55.4300 12.3373 10 DN EKMI S 06186 Kobenhavn/Landbohojsk(Denmark) 55.4117 12.3263 7 DN EKMI S 06187 Koebenhavns Toldbod (Denmark) 55.4132 12.3600 20 DN EKMI S 06188 Sjaelsmark (Denmark) 55.5300 12.2473 41 DN EKMI S 06190 EKRN Ronne (Denmark) 55.0400 14.4500 17 DN EKMI S 06191 Christianso (Denmark) 55.1900 15.1100 13 DN EKMI S 06193 Hammerodde (Denmark) 55.1800 14.4600 9 DN EKMI S 06197 Nexoe Vest (Denmark) 55.0335 15.0600 25 DN EKMI S * * Netherlands * 06200 EHYB Ypenburg (Netherlands) 52.0200 4.2100 0 NL EHDB S 06201 EHDV D15-FA-1 (Netherlands) 54.1953 2.5615 36 NL EHDB S 06203 P11-B (Netherlands) 52.2110 3.2008 24 NL EHDB S 06204 EHKV K14A (Netherlands) 53.1617 3.3767 27 NL EHDB F 06205 A12-CPP (Netherlands) 55.2395 3.4862 33 NL EHDB S 06206 EHFZ F16-A (Netherlands) 54.0700 4.0073 28 NL EHDB F 06207 EHMG L9F (Netherlands) 53.3687 4.5762 30 NL EHDB F

06208 EHMA AWG (Netherlands) 53.2950 5.5650 27 NL EHDB F 06209 Ymond (Netherlands) 52.2782 4.3105 0 NL EHDB F 06210 EHVB Valkenburg (Netherlands) 52.1022 4.2577 1 NL EHDB S 06211 J6-A (Netherlands) 53.4945 2.5672 34 NL EHDB S 06212 Hoorn-A (Netherlands) 52.5508 4.0902 41 NL EHDB S 06216 Zandvoort (Netherlands) 52.2300 4.3200 0 NL EHDB S 06225 Ijmuiden (Netherlands) 52.2773 4.3330 4 NL EHDB S 06227 Petten (Netherlands) 52.4600 4.3900 0 NL EHDB S 06229 Texelhors WP (Netherlands) 52.5970 4.4320 1 NL EHDB S 06235 EHKD De Kooy (Netherlands) 52.5562 4.4687 1 NL EHDB S 06239 EHFD F3 (Netherlands) 54.5123 4.4177 24 NL EHDB F 06240 EHAM (Netherlands) 52.1893 4.4742 -3 NL EHDB S 06241 Amsterdam Coenhaven(Netherlan) 52.2500 4.5200 0 NL EHDB S 06242 EHVL Vlieland (Netherlands) 53.1440 4.5525 10 NL EHDB S 06244 Hoorn AWS (Netherlands) 52.3900 5.0300 -1 NL EHDB S 06246 Hoorn (Netherlands) 52.3800 5.0300 0 NL EHDB S 06247 Bloemendaal a.Zee(Netherlands) 52.2500 4.3300 18 NL EHDB S 06248 Wijdenes (Netherlands) 52.3795 5.1042 1 NL EHDB S 06249 Berkhout (Netherlands) 52.3857 4.5873 -2 NL EHDB S 06250 Terschelling (Netherlands) 53.2200 5.1300 26 NL EHDB S 06251 Terschelling/Hoorn(Netherland) 53.2347 5.2075 2 NL EHDB S 06252 EHJR K13 Alpa (Netherlands) 53.1307 3.1322 31 NL EHDB F 06253 AUK Alpa (Netherlands) 56.2300 2.0300 34 NL EHDB S 06254 Noordwijk (Netherlands) 52.1600 4.1800 17 NL EHDB S 06255 Noord. zeeraaf (Netherlands) 61.1400 1.0900 47 NL EHDB S 06256 Almere (Netherlands) 52.2000 5.1200 0 NL EHDB S 06257 Wijk aan Zee (Netherlands) 52.3032 4.3618 9 NL EHDB S 06258 Houtribdijk (Netherlands) 52.3888 5.2403 7 NL EHDB S 06260 EHDB De Bilt (Netherlands) 52.0593 5.1078 4 NL EHDB S 06261 De Bilt AWS (Netherlands) 52.0600 5.1100 2 NL EHDB S 06263 De Bilt aws (Netherlands) 52.0600 5.1100 0 NL EHDB S 06265 EHSB Soesterberg (Netherlands) 52.0800 5.1600 16 NL EHDB S 06266 Kornwerderzand (Netherlands) 53.0400 5.2000 2 NL EHDB S 06267 Stavoren (Netherlands) 52.5380 5.2300 -1 NL EHDB S 06268 Houtrib (Netherlands) 52.3200 5.2600 2 NL EHDB S 06269 EHLE Lelystad (Netherlands) 52.2743 5.3118 -4 NL EHDB S 06270 EHLW Leeuwarden (Netherlands) 53.1338 5.4510 2 NL EHDB S 06271 Workum (Netherlands) 52.5800 5.2500 0 NL EHDB S 06273 Marknesse AWS (Netherlands) 52.4212 5.5325 -3 NL EHDB S 06274 Bergerden (Netherlands) 51.5600 5.5400 0 NL EHDB S 06275 EHDL Deelen (Netherlands) 52.0328 5.5233 47 NL EHDB S 06276 Harderwijk (Netherlands) 52.2100 5.3700 0 NL EHDB S 06277 Lauwersoog (Netherlands) 53.2470 6.1195 3 NL EHDB S 06278 Heino (Netherlands) 52.2607 6.1553 4 NL EHDB S 06279 Hoogeveen (Netherlands) 52.4493 6.3438 17 NL EHDB S 06280 EHGG Groningen Eelde (Netherlands) 53.0742 6.3508 4 NL EHDB S 06283 Hupsel AWS (Netherlands) 52.0407 6.3940 29 NL EHDB S 06285 Huibertgat (Netherlands) 53.3443 6.2390 0 NL EHDB S 06286 Nieuw Beerta (Netherlands) 53.1167 7.0895 0 NL EHDB S 06290 EHTW Enschede (Netherlands) 52.1638 6.5345 35 NL EHDB S 06300 Wageningen (Netherlands) 51.5800 5.4000 0 NL EHDB S 06308 Cadzand WP (Netherlands) 51.2280 3.2275 0 NL EHDB S 06310 EHFS Vlissingen (Netherlands) 51.2648 3.3575 10 NL EHDB S 06311 Hoofdplaat (Netherlands) 51.2267 3.4033 0 NL EHDB S 06312 Oosterschelde WP (Netherlands) 51.4600 3.3730 0 NL EHDB S 06313 Vlakte van Raan (Netherlands) 51.3022 3.1452 0 NL EHDB S 06315 Hansweert (Netherlands) 51.2675 3.5985 0 NL EHDB S 06316 Schaar (Netherlands) 51.3935 3.4163 0 NL EHDB S 06319 Westdorpe (Netherlands) 51.1348 3.5167 3 NL EHDB S 06320 EHSC Lichteiland Goere(Netherlands) 51.5555 3.4020 19 NL EHDB S 06321 EHSA Europlatform (Netherlands) 51.5987 3.1650 18 NL EHDB F 06323 Wilhelminadorp (Netherlands) 51.3155 3.5302 3 NL EHDB S 06324 Stavenisse (Netherlands) 51.3573 4.0037 0 NL EHDB S 06325 EHZI Zierikzee (Netherlands) 51.3900 3.5600 0 NL EHDB S 06326 Ouddorp (Netherlands) 51.5000 3.5500 0 NL EHDB S 06330 Hoek van Holland (Netherlands) 51.5947 4.0730 12 NL EHDB S 06331 Marollegat (Netherlands) 51.2872 4.1155 0 NL EHDB S 06335 Naaldwijk (Netherlands) 51.5900 4.1300 1 NL EHDB S

06336 Ter Heijde (Netherlands) 52.0200 4.1000 0 NL EHDB S 06340 EHWO Woensdrecht (Netherlands) 51.2687 4.2052 17 NL EHDB S 06343 Rotterdam Geulhvn(Netherlands) 51.5352 4.1875 4 NL EHDB S 06344 EHRD Rotterdam 16hoven(Netherlands) 51.5763 4.2682 -5 NL EHDB S 06348 EHCB Cabauw Tower (Netherlands) 51.5815 4.5555 1 NL EHDB S 06350 EHGR Gilze-Rijen (Netherlands) 51.3390 4.5612 13 NL EHDB S 06356 Herwijnen (Netherlands) 51.5147 5.0872 3 NL EHDB S 06370 EHEH Eindhoven (Netherlands) 51.2698 5.2262 22 NL EHDB S 06375 EHVK Volkel (Netherlands) 51.3950 5.4240 21 NL EHDB S 06377 Ell (Netherlands) 51.1180 5.4575 30 NL EHDB S 06379 Oost Maarland (Netherlands) 50.4800 5.4300 49 NL EHDB S 06380 EHBK Maastricht (Netherlands) 50.5432 5.4572 113 NL EHDB S 06385 EHDP De Peel (Netherlands) 51.3100 5.5200 30 NL EHDB S 06391 Arcen (Netherlands) 51.2983 6.1177 20 NL EHDB S 06399 Netherlands (Netherlands) 52.0900 5.3200 4 NL EHDB S * * Belgium * 06400 EBFN Koksijde (Belgium) 51.0500 2.3900 9 BX EBBR S 06404 West Hinder (Belgium) 51.2400 2.2600 7 BX EBBR S 06407 EBOS Oostende (Belgium) 51.1200 2.5200 6 BX EBBR S 06408 Oostende Pier (Belgium) 51.1400 2.5500 9 BX EBBR S 06414 Beitem (Belgium) 50.5400 3.0700 25 BX EBBR S 06416 Wevelgem (Belgium) 50.4900 3.1200 25 BX EBBR S 06418 Zeebrugge (Belgium) 51.2000 3.1173 9 BX EBBR S 06428 EBSZ Semmerzake (Belgium) 50.5600 3.4000 37 BX EBBR S 06431 EBGT Gent (Belgium) 51.1100 3.4800 8 BX EBBR S 06432 EBCV Chievres (Belgium) 50.3400 3.5000 63 BX EBBR S 06434 Melle (Belgium) 50.5858 3.4950 15 BX EBBR S 06439 Sint Katelijne-Waver (Belgium) 51.0455 4.3155 10 BX EBBR S 06447 EBUM Uccle (Belgium) 50.4800 4.2100 101 BX EBBR S 06448 EBMB Melsbroek Bel-Afb (Belgium) 50.5400 4.3000 55 BX EBBR S 06449 EBCI Charleroi/Gosselies (Belgium) 50.2800 4.2700 192 BX EBBR S 06450 EBAW Antwerp (Belgium) 51.1200 4.2800 21 BX EBBR S 06451 EBBR Brussels (Belgium) 50.5400 4.3200 58 BX EBBR S 06452 EBBT Brasschaat (Belgium) 51.2000 4.3000 23 BX EBBR S 06455 Dourbes (Belgium) 50.0577 4.3573 233 BX EBBR S 06456 EBFS Florennes (Belgium) 50.1400 4.3900 299 BX EBBR S 06458 EBBE Beauvechain (Belgium) 50.4500 4.4600 127 BX EBBR S 06459 Ernage (Belgium) 50.3400 4.4100 157 BX EBBR S 06462 EBWE Weelde Military (Belgium) 51.2500 5.0000 60 BX EBBR S 06463 EBTN Goetsenhoven (Belgium) 50.4700 4.5700 81 BX EBBR S 06464 Retie (Belgium) 51.1333 5.0170 21 BX EBBR S 06465 EBDT Schaffen (Belgium) 51.0000 5.0400 54 BX EBBR S 06467 EBBX Bertrix Bel-Afb (Belgium) 49.5400 5.1300 461 BX EBBR S 06470 EBST Sint-Truiden (Belgium) 50.4800 5.1200 74 BX EBBR S 06472 Humain (Belgium) 50.1167 5.1540 296 BX EBBR S 06473 Sinsin (Belgium) 50.1600 5.1500 244 BX EBBR S 06476 EBSU St-Hubert (Belgium) 50.0200 5.2400 557 BX EBBR S 06477 Diepenbeek (Belgium) 50.5498 5.2707 39 BX EBBR S 06478 EBLH Bierset (Belgium) 50.3900 5.2800 187 BX EBBR S 06479 EBBL Kleine Brogel (Belgium) 51.1000 5.2800 64 BX EBBR S 06480 Meix-Devant-Virton (Belgium) 49.3600 5.2900 252 BX EBBR S 06481 EBZW Genk (Belgium) 50.5600 5.3000 63 BX EBBR S 06484 Buzenol (Belgium) 49.3727 5.3532 324 BX EBBR S 06490 EBSP Spa (Belgium) 50.2900 5.5500 483 BX EBBR S 06494 Mont-Rigi (Belgium) 50.3100 6.0400 673 BX EBBR S 06495 Botrange (Belgium) 50.3000 6.0600 693 BX EBBR S 06496 EBLB Elsenborn (Belgium) 50.2800 6.1100 570 BX EBBR S * * Luxembourg * 06580 Troisvierges (Luxembourg) 50.0800 6.0000 505 LX EBRR S 06582 Eisenbach-Hosingen(Luxembourg) 50.0000 6.0900 250 LX EBRR S 06583 Eschdorf (Luxembourg) 49.5300 5.5600 522 LX EBRR S 06584 Windcrange (Luxembourg) 50.0400 5.5500 507 LX EBRR S 06585 Clervaux (Luxembourg) 50.0300 6.0100 454 LX EBBR S 06586 Bavigne (Luxembourg) 49.5500 5.5100 322 LX EBBR S

06587 Ettelbruck (Luxembourg) 49.5100 6.0600 205 LX EBBR S 06588 Luxembourg-Beggen (Luxembourg) 49.3900 6.0800 232 LX EBBR S 06589 Luxemburg (Luxembourg) 49.3900 6.0800 235 LX EBBR S 06590 ELLX Luxembourg (Luxembourg) 49.3700 6.1300 376 LX EBBR S 06591 Beaufort (Luxembourg) 49.5000 6.1700 374 LX EBBR S 06592 Wasserbillig (Luxembourg) 49.4300 6.3000 143 LX EBBR S 06593 Steinfort (Luxembourg) 49.3900 5.5500 301 LX EBBR S 06594 Bertrange (Luxembourg) 49.3700 6.0300 280 LX EBBR S 06595 Bettembourg-Abweil(Luxembourg) 49.3100 6.0500 302 LX EBBR S 06596 Wellesteen (Luxembourg) 49.3200 6.2100 165 LX EBBR S 06597 Echternach (Luxembourg) 49.4800 6.2700 244 LX EBBR S 06598 Petange (Luxembourg) 49.3300 5.5200 278 LX EBBR S * * Switzerland * 06600 St. Chrischona (Switzerland) 47.3420 7.4140 493 SW LSSW S 06601 Basel/Binningen (Switzerland) 47.3240 7.3480 316 SW LSSW S 06602 Delemont (Switzerland) 47.2110 7.2097 467 SW LSSW S 06603 Delemont (Switzerland) 47.2200 7.2100 415 SW LSSW S 06604 LSGN Neuchatel (Switzerland) 47.0000 6.5700 485 SW LSSW S 06605 Chasseral (Switzerland) 47.0780 7.0300 1599 SW LSSW S 06606 Cressier (Switzerland) 47.0300 7.0360 431 SW LSSW S 06607 Biel (Switzerland) 47.0700 7.1500 433 SW LSSW S 06608 Chaumont (Switzerland) 47.0380 6.5927 1141 SW LSSW S 06609 Le Moleson (Switzerland) 46.3300 7.0120 1974 SW LSSW S 06610 Payerne (Switzerland) 46.4860 6.5640 490 SW LSSW S 06612 LSGC La Chaux-de-Fonds(Switzerland) 47.0480 6.4740 1018 SW LSSW S 06616 Fahy (Switzerland) 47.2520 6.5640 596 SW LSSW S 06617 La Brevine (Switzerland) 46.5880 6.3660 1048 SW LSSW S 06618 Mathod (Switzerland) 46.4500 6.3540 435 SW LSSW S 06619 Bullet/La Fretaz (Switzerland) 46.5040 6.3480 1205 SW LSSW S 06620 LSPF Schaffhausen (Switzerland) 47.4140 8.3720 438 SW LSSW S 06621 Guettingen (Switzerland) 47.3600 9.1680 440 SW LSSW S 06622 Bargen (Switzerland) 47.4800 8.3540 740 SW LSSW S 06623 Salen-Reutenen (Switzerland) 47.3970 9.0143 700 SW LSSW S 06624 Hallau (Switzerland) 47.4183 8.2823 441 SW LSSW S 06625 Fribourg-Posieux (Switzerland) 46.4628 7.0682 633 SW LSSW S 06626 Goesgen (Switzerland) 47.2160 7.5820 380 SW LSSW S 06627 Chateau-dOex (Switzerland) 46.2878 7.0838 967 SW LSSW S 06628 Plaffeien (Switzerland) 46.4500 7.1620 1042 SW LSSW S 06629 Muehleberg-Stocke(Switzerland) 46.5700 7.1680 775 SW LSSW S 06630 LSZB Bern-Belp (Switzerland) 46.5483 7.2998 505 SW LSSW S 06631 Bern-Zollikofen (Switzerland) 46.5940 7.2760 553 SW LSSW S 06632 LSZG Grenchen (Switzerland) 47.1075 7.2490 430 SW LSSW S 06633 Buchs/Aarau (Switzerland) 47.2280 8.0480 387 SW LSSW S 06634 Bantiger (Switzerland) 46.5880 7.3180 942 SW LSSW S 06635 Oeschberg-Koppige(Switzerland) 47.0713 7.3633 482 SW LSSW S 06636 Muehleberg (Switzerland) 46.5820 7.1680 480 SW LSSW S 06637 LSMM Meiringen (Switzerland) 46.4393 8.1015 631 SW LSSW S 06638 Langnau Emmental (Switzerland) 46.5638 7.4838 755 SW LSSW S 06639 Napf (Switzerland) 47.0000 7.5640 1404 SW LSSW S 06640 Rheinfelden (Switzerland) 47.3300 7.4800 280 SW LSSW S 06641 Moehlin (Switzerland) 47.3420 7.5280 344 SW LSSW S 06642 Langenbruck (Switzerland) 47.2100 7.4600 735 SW LSSW S 06643 Wynau (Switzerland) 47.1560 7.4740 422 SW LSSW S 06644 Mosen (Switzerland) 47.1463 8.1397 453 SW LSSW S 06645 Ruenenberg (Switzerland) 47.2580 7.5280 611 SW LSSW S 06646 Beznau (Switzerland) 47.3360 8.1380 325 SW LSSW S 06647 PSI Wuerenlingen (Switzerland) 47.3230 8.1377 334 SW LSSW S 06648 Egolzwil (Switzerland) 47.1080 8.0000 521 SW LSSW S 06649 Laufenburg (Switzerland) 47.3300 8.0300 322 SW LSSW S 06650 Luzern (Switzerland) 47.0240 8.1800 454 SW LSSW S 06651 Schuepfheim (Switzerland) 46.5700 8.0060 742 SW LSSW S 06652 Mettlen (Switzerland) 47.0500 8.1900 430 SW LSSW S 06653 LSZO Beromuenster (Switzerland) 47.1200 8.1000 693 SW LSSW S 06654 Brugg-Wildegg (Switzerland) 47.2800 8.1000 350 SW LSSW S 06655 Engelberg (Switzerland) 46.4920 8.2460 1036 SW LSSW S 06656 Brienz (Switzerland) 46.4445 8.0365 578 SW LSSW S

06657 Giswil (Switzerland) 46.5097 8.1142 475 SW LSSW S 06658 LSMU Alpnach (Switzerland) 46.5658 8.1715 442 SW LSSW S 06659 Pilatus (Switzerland) 46.5880 8.1500 2106 SW LSSW S 06660 Zuerich/Fluntern (Switzerland) 47.2280 8.3420 556 SW LSSW S 06661 Albis (Switzerland) 47.1750 8.3072 923 SW LSSW S 06662 Trasadingen (Switzerland) 47.4000 8.2600 402 SW LSSW S 06664 Zuerich/Affoltern(Switzerland) 47.2580 8.3120 444 SW LSSW S 06665 ZH-Tiefenbrunne (Switzerland) 47.2100 8.3400 407 SW LSSW S 06666 Leibstadt (Switzerland) 47.3600 8.1140 341 SW LSSW S 06667 ZH-Glattzentrum (Switzerland) 47.2460 8.3600 430 SW LSSW S 06669 Laegern (Switzerland) 47.2880 8.2400 845 SW LSSW S 06670 LSZH Zuerich/Kloten (Switzerland) 47.2880 8.3240 426 SW LSSW S 06671 Steckborn (Switzerland) 47.4020 8.5880 398 SW LSSW S 06672 Altdorf (Switzerland) 46.5340 8.3720 438 SW LSSW S 06673 Waedenswil (Switzerland) 47.1320 8.4080 485 SW LSSW S 06674 Cham (Switzerland) 47.1140 8.2820 440 SW LSSW S 06675 Einsiedeln (Switzerland) 47.0800 8.4500 910 SW LSSW S 06676 Oberaegeri (Switzerland) 47.0780 8.3660 724 SW LSSW S 06677 Uetliberg (Switzerland) 47.2100 8.2940 854 SW LSSW S 06678 Bischofszell (Switzerland) 47.3000 9.1380 470 SW LSSW S 06679 Aadorf/Taenikon (Switzerland) 47.2880 8.5400 539 SW LSSW S 06680 Saentis (Switzerland) 47.1500 9.2040 2502 SW LSSW S 06681 St. Gallen (Switzerland) 47.2580 9.2400 776 SW LSSW S 06682 Elm (Switzerland) 46.5543 9.1052 965 SW LSSW S 06683 Schmerikon (Switzerland) 47.1320 8.5640 408 SW LSSW S 06684 Weesen (Switzerland) 47.0800 9.0600 423 SW LSSW S 06685 Glarus (Switzerland) 47.0180 9.0420 517 SW LSSW S 06686 Bad Ragaz (Switzerland) 47.0100 9.3015 498 SW LSSW S 06687 Quinten (Switzerland) 47.0772 9.1297 420 SW LSSW S 06688 Crap Masegn (Switzerland) 46.5040 9.1080 2480 SW LSSW S 06689 Hoernli (Switzerland) 47.2220 8.5640 1132 SW LSSW S 06690 LSZR Altenrhein (Switzerland) 47.2880 9.3420 398 SW LSSW S 06691 Rheineck-Altenrhe(Switzerland) 47.2820 9.3600 400 SW LSSW S 06692 Wald (AR) (Switzerland) 47.2520 9.3120 1083 SW LSSW S 06693 Ebnat-Kappel (Switzerland) 47.1640 9.0652 620 SW LSSW S 06694 Schwaebrig/Gais (Switzerland) 47.2300 9.2900 1155 SW LSSW S 06695 Andermatt (Switzerland) 46.3800 8.3600 1442 SW LSSW S 06696 Heerbrugg-SG (Switzerland) 47.2500 9.3700 420 SW LSSW S 06697 Wasserauen (Switzerland) 47.1700 9.2600 868 SW LSSW S 06698 Ebenalp (Switzerland) 47.1700 9.2400 1640 SW LSSW S 06699 La Dole (Switzerland) 46.2550 6.0595 1680 SW LSSW S 06700 LSGG Geneve-Cointrin (Switzerland) 46.1500 6.0780 420 SW LSSW S 06701 Le Chenit (Switzerland) 46.3540 6.1320 1015 SW LSSW S 06702 La Dole (Switzerland) 46.2520 6.0600 1670 SW LSSW S 06703 La Cure (Switzerland) 46.2800 6.0500 1170 SW LSSW S 06704 Biere (Switzerland) 46.3120 6.2040 684 SW LSSW S 06705 Nyon/Changins (Switzerland) 46.2400 6.1380 455 SW LSSW S 06706 St-Prex (Switzerland) 46.2920 6.2658 425 SW LSSW S 06707 Montreux-Clarens (Switzerland) 46.2700 6.5400 408 SW LSSW S 06708 Oron (Switzerland) 46.3433 6.5150 830 SW LSSW S 06709 Bouveret (Switzerland) 46.2360 6.5142 375 SW LSSW S 06710 LSGL Lausanne (Switzerland) 46.3300 6.3700 615 SW LSSW S 06711 Pully (Switzerland) 46.3060 6.4020 456 SW LSSW S 06712 Aigle (Switzerland) 46.1980 6.5520 381 SW LSSW S 06714 Les Diablerets (Switzerland) 46.1980 7.1200 2966 SW LSSW S 06715 Evionnaz (Switzerland) 46.1080 7.0180 480 SW LSSW S 06716 Fey (Switzerland) 46.1100 7.1600 728 SW LSSW S 06717 Grand St.Bernard (Switzerland) 45.5213 7.1025 2472 SW LSSW S 06718 Savatan (Switzerland) 46.1200 7.0100 665 SW LSSW S 06719 Gr.St.Bernhard (Switzerland) 45.5200 7.1000 2460 SW LSSW S 06720 LSGS Sion (Switzerland) 46.1320 7.1980 482 SW LSSW S 06721 Fionnay (Switzerland) 46.0200 7.1900 1500 SW LSSW S 06722 Evolene/Villa (Switzerland) 46.0660 7.3060 1825 SW LSSW S 06723 Les Attelas (Switzerland) 46.0595 7.1612 2733 SW LSSW S 06724 Montana (Switzerland) 46.1800 7.2760 1427 SW LSSW S 06725 Blatten-Loetschen(Switzerland) 46.2522 7.4940 1535 SW LSSW S 06726 Gemmi (Switzerland) 46.2400 7.3700 2342 SW LSSW S 06727 Visp (Switzerland) 46.1800 7.5040 639 SW LSSW S

06728 Graechen (Switzerland) 46.1172 7.5020 1550 SW LSSW S 06729 Maennlichen (Switzerland) 46.3660 7.5640 2230 SW LSSW S 06730 Jungfraujoch (Switzerland) 46.3300 7.5940 3580 SW LSSW S 06731 Thun (Switzerland) 46.4498 7.3512 560 SW LSSW S 06732 Amsoldingen (Switzerland) 46.4380 7.3480 638 SW LSSW S 06733 Boltigen (Switzerland) 46.3720 7.2280 820 SW LSSW S 06734 LSMI Interlaken (Switzerland) 46.4020 7.5220 577 SW LSSW S 06735 Adelboden (Switzerland) 46.2940 7.3360 1320 SW LSSW S 06738 Gstaad-Grund (Switzerland) 46.2800 7.1700 1084 SW LSSW S 06739 Eggishorn (Switzerland) 46.2580 8.0540 2893 SW LSSW S 06740 Titlis (Switzerland) 46.4620 8.2580 3040 SW LSSW S 06742 Simplon (Switzerland) 46.1500 8.0200 2008 SW LSSW S 06743 Ernen (Switzerland) 46.2400 8.0800 1000 SW LSSW S 06744 Grimsel Hospiz (Switzerland) 46.3420 8.1980 1980 SW LSSW S 06745 Ulrichen (Switzerland) 46.3000 8.1860 1346 SW LSSW S *N06746 Grimsel Pass (Switzerland) 46.35 8.20 2000 SW LSSW S 06747 Monte Rosa-Plattje(Switzerlan) 45.5740 7.4888 2885 SW LSSW S 06748 LSEZ Zermatt (Switzerland) 46.0180 7.4500 1638 SW LSSW S 06749 Gornergrat (Switzerland) 45.5920 7.4715 3130 SW LSSW S 06750 Guetsch ob Andermatt(Switzerl) 46.3900 8.3720 2287 SW LSSW S 06751 Robiei (Switzerland) 46.2640 8.3060 1895 SW LSSW S 06752 Cevio (Switzerland) 46.1920 8.3600 416 SW LSSW S 06753 Piotta (Switzerland) 46.3060 8.4140 990 SW LSSW S 06754 Matro (Switzerland) 46.2460 8.5520 2171 SW LSSW S 06756 Acquarossa/Comprovasco(Switze) 46.2760 8.5640 575 SW LSSW S 06757 Lodrino (Switzerland) 46.1800 8.5940 261 SW LSSW S 06758 Grono (Switzerland) 46.1530 9.0982 382 SW LSSW S 06759 Cimetta (Switzerland) 46.1200 8.4740 1661 SW LSSW S 06760 Locarno/Monti (Switzerland) 46.1020 8.4740 367 SW LSSW S 06762 LSZL Locarno/Magadino (Switzerland) 46.0960 8.5620 203 SW LSSW S 06768 Monte Lema (Switzerland) 46.0200 8.5000 1625 SW LSSW S 06770 Lugano (Switzerland) 46.0000 8.5760 273 SW LSSW S 06771 Stabio (Switzerland) 45.5040 8.5580 353 SW LSSW S 06775 LSZA Lugano/Agno (Switzerland) 46.0000 8.5400 279 SW LSSW S 06777 Monte Generoso (Switzerland) 45.5565 9.0170 1608 SW LSSW S 06778 Buffalora (Switzerland) 46.3888 10.1630 1970 SW LSSW S 06779 Segl-Maria (Switzerland) 46.2600 9.4600 1798 SW LSSW S 06780 Weissfluhjoch (Switzerland) 46.4980 9.4860 2690 SW LSSW S 06781 Tavanasa (Switzerland) 46.4500 9.0300 800 SW LSSW S 06782 Disentis/Sedrun (Switzerland) 46.4240 8.5120 1197 SW LSSW S 06783 San Bernardino (Switzerland) 46.2782 9.1180 1639 SW LSSW S 06784 Davos (Switzerland) 46.4860 9.5040 1594 SW LSSW S 06785 Arosa (Switzerland) 46.4675 9.4047 1847 SW LSSW S 06786 Chur (Switzerland) 46.5220 9.3180 556 SW LSSW S 06787 Andeer (Switzerland) 46.3660 9.2580 987 SW LSSW S 06788 Hinterrhein (Switzerland) 46.2118 9.3767 1611 SW LSSW S 06789 Loebbia (Switzerland) 46.2100 9.3700 1060 SW LSSW S 06790 LSXM St.Moritz (Switzerland) 46.3000 9.5100 1850 SW LSSW S 06791 Piz Corvatsch (Switzerland) 46.2520 9.4920 3305 SW LSSW S 06792 LSZS Samedam (Switzerland) 46.3180 9.5280 1709 SW LSSW S 06793 Valbella (Switzerland) 46.4530 9.3327 1560 SW LSSW S 06794 Poschiavo/Robbia (Switzerland) 46.2100 10.0360 1078 SW LSSW S 06795 Piz Martegnas (Switzerland) 46.3480 9.3180 2670 SW LSSW S 06796 Sta. Maria (Switzerland) 46.3613 10.2558 1390 SW LSSW S 06797 Bernina-Hospiz (Switzerland) 46.2463 10.0137 2257 SW LSSW S 06798 Scuol (Switzerland) 46.4740 10.1680 1304 SW LSSW S 06799 Naluns/Schlivera (Switzerland) 46.4920 10.1560 2400 SW LSSW S 06800 Balmberg (Switzerland) 47.1600 7.3300 1075 SW LSSW S 06801 LSMP Payerne (Switzerland) 46.5100 6.5500 445 SW LSSW S 06802 LSMS Sion (Military) (Switzerland) 46.1333 7.2013 482 SW LSSW S 06803 Delemont (Switzerland) 46.4500 8.0700 577 SW LSSW S 06804 LSMA Alpnach (Switzerland) 46.5700 8.1700 440 SW LSSW S 06805 LSME Emmen (Switzerland) 47.0583 8.1848 427 SW LSSW S 06806 LSZC Buochs (Switzerland) 46.5900 8.2300 442 SW LSSW S 06807 LSMD Duebendorf (Switzerland) 47.2400 8.3780 435 SW LSSW S 06808 Magadino (Switzerland) 46.1000 8.5300 196 SW LSSW S 06809 Lodrino (Switzerland) 46.1800 9.0000 259 SW LSSW S 06810 Mollis (Switzerland) 47.0500 9.0400 447 SW LSSW S

06811 Broc (Switzerland) 46.3700 7.0700 680 SW LSSW S 06812 Fribourg Posieux (Switzerland) 46.4600 7.0700 634 SW LSSW S 06813 Langnau i.E. (Switzerland) 46.5600 7.4800 700 SW LSSW S 06814 Muerren (Switzerland) 46.3300 7.5300 1638 SW LSSW S 06815 Le Brassus (Switzerland) 46.3500 6.1300 1200 SW LSSW S 06820 Einsiedeln (Switzerland) 47.0800 8.4500 910 SW LSSW S 06821 Hallau (Switzerland) 47.4200 8.2800 435 SW LSSW S 06822 Menzberg (Switzerland) 47.0200 8.0000 1035 SW LSSW S 06823 Oberiberg (Switzerland) 47.0200 8.4700 1087 SW LSSW S 06824 Rapperswil (Switzerland) 47.1300 8.5000 409 SW LSSW S 06825 Schwyz/Ibach (Switzerland) 47.0100 8.3800 448 SW LSSW S 06826 Unterboezberg (Switzerland) 47.2900 8.0900 514 SW LSSW S 06827 Zuerich-Uetliberg(Switzerland) 47.2100 8.2900 814 SW LSSW S 06830 Andermatt (Switzerland) 46.3800 8.3600 1442 SW LSSW S 06831 Guttannen (Switzerland) 46.3900 8.1800 1055 SW LSSW S 06832 Meiringen (Switzerland) 46.4000 8.1000 595 SW LSSW S 06833 Tierfehd/Linthal (Switzerland) 46.5300 8.5900 810 SW LSSW S 06840 Altstaetten (Switzerland) 47.2300 9.3200 473 SW LSSW S 06841 Bad Ragaz (Switzerland) 47.0100 9.3000 496 SW LSSW S 06842 Sitterdorf (Switzerland) 47.3100 9.1600 506 SW LSSW S 06843 Ligornetto (Switzerland) 45.5200 8.5700 360 SW LSSW S 06844 Heiden (Switzerland) 46.5300 8.3827 802 SW LSSW S 06845 Ruenenberg (Switzerland) 47.2670 7.5277 611 SW LSSW S 06846 Scalottas (Switzerland) 46.4300 9.3100 2323 SW LSSW S 06847 Brienzer Rothorn (Switzerland) 46.4723 8.0258 2208 SW LSSW S 06848 Valzeina (Switzerland) 46.5695 9.3620 1370 SW LSSW S 06849 Salez (Switzerland) 47.1400 9.2960 436 SW LSSW S 06850 Bachtel (Switzerland) 47.1768 8.5317 1115 SW LSSW S 06851 Hombrechtikon (Switzerland) 47.1465 8.4620 496 SW LSSW S 06852 Sent (Switzerland) 46.4910 10.2058 1420 SW LSSW S 06853 Mauvoisin (Switzerland) 46.5810 8.3822 1841 SW LSSW S 06854 Montreux-Clarens (Switzerland) 47.0338 8.2910 405 SW LSSW S 06855 Ried (Switzerland) 47.0763 8.5078 1480 SW LSSW S 06856 Saas Almagell (Switzerland) 46.5618 8.2912 1667 SW LSSW S 06857 Le Sepey (Switzerland) 47.1187 9.2542 1267 SW LSSW S 06860 Bosco Gurin (Switzerland) 46.1900 8.3000 1505 SW LSSW S 06861 Simplon-Dorf (Switzerland) 46.1200 8.0300 1495 SW LSSW S 06870 Alvaneu-Dorf (Switzerland) 46.4100 9.3900 1178 SW LSSW S 06871 Arosa (Switzerland) 46.4700 9.4100 1821 SW LSSW S 06872 Ofenpass (Switzerland) 46.3900 10.1600 1970 SW LSSW S 06873 Elm (Switzerland) 46.5600 9.1100 965 SW LSSW S 06874 Vaettis (Switzerland) 46.5400 9.2600 957 SW LSSW S 06880 Bernina-Hospiz (Switzerland) 46.2500 10.0100 2256 SW LSSW S 06881 Grono (Switzerland) 46.1500 9.0900 380 SW LSSW S 06882 Loebbia (Switzerland) 46.2300 9.4000 1420 SW LSSW S 06883 Sta. Maria (Switzerland) 46.3600 10.2600 1390 SW LSSW S 06884 Sils-Maria (Switzerland) 46.2600 9.4600 1802 SW LSSW S 06901 Bern-Bollwerk (Switzerland) 46.5750 7.2643 532 SW LSSW S 06902 Chaumont (Switzerland) 47.0297 6.5875 1138 SW LSSW S 06903 Davos (Switzerland) 46.4892 9.5135 1640 SW LSSW S 06904 Duebendorf (Switzerland) 47.2417 8.3682 434 SW LSSW S 06905 Haerkingen (Switzerland) 47.1872 7.4923 432 SW LSSW S 06906 Laegeren (Switzerland) 47.2870 8.2187 691 SW LSSW S 06907 Lausanne (Switzerland) 46.3133 6.3838 528 SW LSSW S 06908 Rigi-Seebodenalp (Switzerland) 47.0450 8.2780 1033 SW LSSW S 06909 Zuerich (Switzerland) 47.2265 8.3182 407 SW LSSW S *N06910 Guettingen TG (Switzerland) 47.36 9.17 440 SW LSSW S *N06911 Schaffhausen (Switzerland) 47.41 8.37 437 SW LSSW S *N06912 Aadorf TG (Switzerland) 47.29 8.54 536 SW LSSW S *N06913 Hoernli (Switzerland) 47.22 8.57 1144 SW LSSW S *N06914 Zuerich/Flughf. (Switzerland) 47.29 8.32 432 SW LSSW S *N06915 Laegern (Switzerland) 47.29 8.20 868 SW LSSW S *N06916 Zuerich/Affoltern(Switzerland) 47.26 8.31 443 SW LSSW S *N06917 Zuerich/Zuerichb (Switzerland) 47.23 8.34 556 SW LSSW S *N06918 Waedenswil (Switzerland) 47.13 8.41 463 SW LSSW S *N06919 Napf (Switzerland) 47.00 7.56 1408 SW LSSW S *N06920 Luzern (Switzerland) 47.02 8.18 456 SW LSSW S *N06921 Pilatus (Switzerland) 46.59 8.15 2106 SW LSSW S

*N06922 Engelberg (Switzerland) 46.49 8.25 1035 SW LSSW S *N06923 Altdorf UR (Switzerland) 46.52 8.38 449 SW LSSW S *N06924 Guetsch/Anderm. (Switzerland) 46.39 8.37 2282 SW LSSW S *N06925 Jungfraujoch (Switzerland) 46.33 7.59 3580 SW LSSW S *N06926 Adelboden (Switzerland) 46.30 7.34 1320 SW LSSW S *N06927 Interlaken (Switzerland) 46.40 7.52 580 SW LSSW S *N06928 Grimselpass (Switzerland) 46.34 8.20 1980 SW LSSW S *N06929 Bern (Switzerland) 46.56 7.25 585 SW LSSW S *N06930 Wynau (Switzerland) 47.15 7.47 422 SW LSSW S *N06931 Buchs-Suhr AG (Switzerland) 47.23 8.05 387 SW LSSW S *N06932 Ruenenberg BL (Switzerland) 47.26 7.53 610 SW LSSW S *N06933 Binningen BL (Switzerland) 47.33 7.35 316 SW LSSW S *N06934 Fahy/Porrentruy (Switzerland) 47.26 6.57 596 SW LSSW S *N06935 Chasseral (Switzerland) 47.06 7.04 1599 SW LSSW S *N06936 La-Chx-de-Fonds (Switzerland) 47.05 6.48 1018 SW LSSW S *N06937 Bullet/Les Clus (Switzerland) 46.50 6.35 1202 SW LSSW S *N06938 La Dole (Switzerland) 46.26 6.06 1670 SW LSSW S *N06939 Neuchatel (Switzerland) 47.00 6.57 485 SW LSSW S *N06940 Payerne (Switzerland) 46.49 6.57 490 SW LSSW S *N06941 Plaffeien (Switzerland) 46.45 7.16 1042 SW LSSW S *N06942 Pully-Lausanne (Switzerland) 46.31 6.40 461 SW LSSW S *N06943 Nyon (Switzerland) 46.24 6.14 430 SW LSSW S *N06944 Genf Geneve (Switzerland) 46.15 6.08 420 SW LSSW S *N06945 Aigle (Switzerland) 46.20 6.55 381 SW LSSW S *N06946 Moleson (Switzerland) 46.33 7.01 1972 SW LSSW S *N06947 Sion/Sitten (Switzerland) 46.15 7.22 482 SW LSSW S *N06948 Fey (Switzerland) 46.11 7.16 737 SW LSSW S *N06949 Crans-Montana (Switzerland) 46.19 7.29 1508 SW LSSW S *N06950 Visp (Switzerland) 46.18 7.51 640 SW LSSW S *N06951 Ulrichen (Switzerland) 46.30 8.19 1345 SW LSSW S *N06952 Gr.St.Bernhard (Switzerland) 45.54 7.10 2472 SW LSSW S *N06953 Zermatt (Switzerland) 46.02 7.45 1638 SW LSSW S *N06954 Evolene (Switzerland) 46.07 7.31 1825 SW LSSW S *N06955 Piotta (Switzerland) 46.31 8.41 1007 SW LSSW S *N06956 San Bernardino (Switzerland) 46.28 9.11 1639 SW LSSW S 06957 Giswil (Switzerland) 46.5100 8.1200 475 SW LSSW S *N06958 Robbia/Puschlav (Switzerland) 46.21 10.04 1078 SW LSSW S *N06959 Corvatsch (Switzerland) 46.25 9.49 3315 SW LSSW S *N06960 St.Moritz (Switzerland) 46.32 9.53 1705 SW LSSW S *N06961 Scuol/Schuls (Switzerland) 46.48 10.17 1298 SW LSSW S *N06962 Cimetta (Switzerland) 46.14 8.48 1672 SW LSSW S *N06963 Locarno/Monti (Switzerland) 46.10 8.45 366 SW LSSW S *N06964 Locarno/Magadino (Switzerland) 46.10 8.55 200 SW LSSW S *N06965 Lugano (Switzerland) 46.00 8.58 273 SW LSSW S *N06966 Stabio (Switzerland) 45.55 8.56 353 SW LSSW S *N06967 Robiei TI (Switzerland) 46.27 8.31 1898 SW LSSW S 06990 Vaduz (Liechtenstein) 47.0780 9.3120 457 SW LSSW S 06992 Ruggell (Liechtenstein) 47.1400 9.3200 433 SW LSSW S 06994 Planken (Liechtenstein) 47.1100 9.3300 795 SW LSSW S 06996 Steg (Liechtenstein) 47.0720 9.3480 1295 SW LSSW S 06997 Malbun (Liechtenstein) 47.0600 9.3700 1596 SW LSSW S 06999 Balzers (Liechtenstein) 47.0500 9.3100 471 SW LSSW S * * France * 07002 Boulogne (France) 50.4390 1.3590 68 FR LFPW S 07003 LFAT Le Touquet (France) 50.3080 1.3730 20 FR LFPW S 07004 Cap gris nez/Phare (France) 50.5200 1.3500 53 FR LFPW S 07005 LFOI Abbeville (France) 50.0810 1.5030 74 FR LFPW S 07010 LFAC Dunkirk (France) 51.0330 2.2030 16 FR LFPW S 07015 LFQQ Lille (France) 50.3420 3.0580 47 FR LFPW S 07017 LFQI Cambrai (France) 50.1310 3.0910 77 FR LFPW S 07019 Barfleur-point (France) 49.4200 -1.1600 7 FR LFPW S 07020 La Hague (France) 49.4350 -1.5630 7 FR LFPW S 07022 Vigite de Haumet (France) 49.4000 -1.3600 19 FR LFPW S 07024 LFRC Cherbourg (France) 49.3880 -1.2782 138 FR LFPW S 07026 Ouistreham (France) 49.1700 -0.1500 4 FR LFPW S 07027 LFRK Caen (France) 49.1080 -0.2730 67 FR LFPW S

07028 LFOH La Heve (France) 49.3050 0.0420 104 FR LFPW S 07029 Port en Bessin (France) 49.2100 -0.4600 73 FR LFPW S 07031 LFRG Deauville (France) 49.2180 0.1000 143 FR LFPW S 07033 LFOS Vittefleur/St. Vale (France) 49.4600 0.2200 104 FR LFPW S 07034 Carteret (France) 49.2200 -1.4800 65 FR LFPW S 07037 LFOP Rouen (France) 49.2300 1.1090 152 FR LFPW S 07038 LFOE Evreux (France) 49.0150 1.1330 138 FR LFPW S 07039 Valognes (France) 49.3100 -1.3000 61 FR LFPW S 07040 Dieppe (France) 49.5590 1.0530 40 FR LFPW S 07041 Valognes (France) 49.3100 -1.3000 61 FR LFPW S 07044 Antifer (France) 49.3900 0.0900 11 FR LFPW S 07046 Le Havre-octeville (France) 49.3200 0.0500 94 FR LFPW S 07053 LFPT Cormeilles En Vexin (France) 49.0540 2.0170 87 FR LFPW S 07055 LFOB Beauvais (France) 49.2670 2.0760 111 FR LFPW S 07057 LFPC Creil Fafb (France) 49.1510 2.3120 88 FR LFPW S 07059 Meaulte (France) 49.5800 2.4223 112 FR LFPW S 07061 LFOW Saint-Quentin (France) 49.4910 3.1230 101 FR LFPW S 07070 LFSR Reims (France) 49.1830 4.0300 91 FR LFPW S 07072 Reims-prunay (France) 49.1250 4.0940 96 FR LFPW S 07075 LFQV Charleville (France) 49.4690 4.3850 148 FR LFPW S 07083 Avesnes Radar (France) 50.0800 3.4872 192 FR LFPW S 07090 LFSF Metz (France) 49.0430 6.0750 191 FR LFPW S 07093 LFJL Metz-Nancy-Lorraine (France) 48.5900 6.1458 258 FR LFPW S 07100 LFEC Ouessant (France) 48.2840 -5.0340 68 FR LFPW S 07102 Pointe St Mathieu (France) 48.2000 -4.4600 17 FR LFPW S 07103 Pointe Du Raz (France) 48.0230 -4.4390 81 FR LFPW S 07104 Pointe de Toulinguet (France) 48.1700 -4.3800 36 FR LFPW S 07106 LFRJ Landivisiau (France) 48.3100 -4.0900 115 FR LFPW S 07107 Brignogan (France) 48.4050 -4.1980 18 FR LFPW S 07108 Plabennec-Radar (France) 48.2748 -4.2600 96 FR LFPW S 07109 LFRL Lanveoc Poulmic (France) 48.1700 -4.2600 82 FR LFPW S 07110 LFRB Brest/Guipavas (France) 48.2660 -4.2470 95 FR LFPW S 07112 La Ferte Vidame (France) 48.3700 0.5335 245 FR LFPW S 07116 Ile De Batz (France) 48.4500 -4.0100 37 FR LFPW S 07117 Ploumanach (France) 48.4950 -3.2830 58 FR LFPW S 07118 LFRO Lannion (France) 48.4532 -3.2800 87 FR LFPW S 07119 Rostrenen (France) 48.1400 -3.1800 262 FR LFPW S 07120 LFRT Saint-Brieuc (France) 48.3210 -2.5110 136 FR LFPW S 07121 Brehat (France) 48.5100 -3.0000 25 FR LFPW S 07125 LFRD Dinard (France) 48.3530 -2.0440 59 FR LFPW S 07127 Grouin de Cancale (France) 48.4300 -1.5100 40 FR LFPW S 07129 Falaise (France) 48.5600 -0.0900 155 FR LFPW S 07130 LFRN Rennes (France) 48.0410 -1.4400 43 FR LFPW S 07133 Pointe du Roc (France) 48.5000 -1.3700 42 FR LFPW S 07134 Laval (France) 48.0190 -0.4430 100 FR LFPW S 07139 LFOF Alencon (France) 48.2670 0.0660 144 FR LFPW S 07140 LFOC Chateaudun (France) 48.0370 1.2260 127 FR LFPW S 07143 LFOR Chartres (France) 48.2760 1.3000 156 FR LFPW S 07145 Trappes (France) 48.4640 2.0050 174 FR LFPW S 07146 LFPN Toussus Le Noble (France) 48.4500 2.0682 161 FR LFPW S 07147 LFPV Villacoublay (France) 48.4600 2.1200 179 FR LFPW S 07148 LFPY Bretigny (France) 48.3600 2.2000 85 FR LFPW S 07149 LFPO Paris/Orly (France) 48.4300 2.2300 90 FR LFPW S 07150 LFPB Paris/Le Bourget (France) 48.5800 2.2560 49 FR LFPW S 07153 LFPM Melun (France) 48.3660 2.4070 92 FR LFPW S 07154 Paris St-Maur (France) 48.4850 2.2950 50 FR LFPW S 07156 LFFF Paris-Montsouris (France) 48.4930 2.2020 77 FR LFPW S 07157 LFPG Paris/Ch. De Gaulle (France) 49.0090 2.3200 112 FR LFPW S 07166 Vatry-Aero (France) 48.4700 4.0988 167 FR LFPW S 07167 Arcis sur Aube (France) 48.2773 4.1857 156 FR LFPW S 07168 LFQB Troyes (France) 48.1940 4.0120 118 FR LFPW S 07169 LFSI St-Dizier (France) 48.3780 4.5420 140 FR LFPW S 07171 Bar le Duc (France) 48.4600 5.0900 279 FR LFPW S 07172 Loxeville (France) 48.4500 5.2400 313 FR LFPW S 07173 Epinal (France) 48.1260 6.2710 317 FR LFPW S 07179 Toul/Rosieres (France) 48.4700 5.5900 285 FR LFPW S 07180 LFSN Nancy/Essey (France) 48.4120 6.1330 213 FR LFPW S 07181 LFSO Nancy/Ochey (France) 48.3480 5.5750 343 FR LFPW S

07182 Rechicourt (France) 48.4300 6.3500 286 FR LFPW S 07183 Kappelkinger (France) 48.5700 6.5000 260 FR LFPW S 07186 LFQP Phalsbourg (France) 48.4600 7.1800 377 FR LFPW S 07190 LFST Strasbourg (France) 48.3290 7.3840 151 FR LFPW S 07191 Champ (France) 48.2500 7.1700 1069 FR LFPW S 07197 LFSC Colmar (France) 47.5570 7.2440 211 FR LFPW S 07200 Penmarch (France) 47.4780 -4.2240 19 FR LFPW S 07201 LFRQ Quimper (France) 47.5830 -4.1030 94 FR LFPW S 07203 Beg Melen (France) 47.3910 -3.3010 45 FR LFPW S 07205 LFRH Lorient Lan Bihoue (France) 47.4610 -3.2650 44 FR LFPW S 07207 Le Talut (France) 47.1760 -3.1310 43 FR LFPW S 07208 Quiberon/St.Julien (France) 47.2900 -3.0700 30 FR LFPW S 07210 Vannes (France) 47.3620 -2.4280 3 FR LFPW S 07216 Chemoulin (France) 47.1400 -2.1800 20 FR LFPW S 07217 LFRZ St-Nazaire (France) 47.1880 -2.0950 4 FR LFPW S 07222 LFRS Nantes (France) 47.0900 -1.3650 26 FR LFPW S 07223 Treillieres (France) 47.2023 -1.3938 69 FR LFPW S 07230 LFRA Angers (France) 47.2870 -0.3680 48 FR LFPW S 07233 CHOLET (France) 47.0470 -0.5280 134 FR LFPW S 07235 LFRM Le Mans (France) 47.5670 0.1160 52 FR LFPW S 07240 LFOT Tours (France) 47.2660 0.4360 112 FR LFPW S 07245 Blois (France) 47.4070 1.1270 125 FR LFPW S 07247 LFYR Romorantin (France) 47.1910 1.4120 86 FR LFPW S 07249 LFOJ Orleans (France) 47.5900 1.4660 125 FR LFPW S 07255 LFLD Bourges (France) 47.0350 2.2150 166 FR LFPW S 07257 LFOA Avord (France) 47.0360 2.3850 177 FR LFPW S 07260 LFQG Nevers (France) 46.5990 3.0670 177 FR LFPW S 07265 LFLA Auxerre (France) 47.4800 3.3270 212 FR LFPW S *N07266 Perrigny (France) 47.49 3.33 152 FR LFPW S 07270 Chateau Chinon (France) 47.0420 3.5600 598 FR LFPW S 07274 Blaisy Haut (France) 47.2132 4.4657 592 FR LFPW S 07276 LFQH Chatillon/Seine (France) 47.5090 4.3480 262 FR LFPW S 07278 Salive-Valduc (France) 47.3400 4.5200 492 FR LFPW S 07280 LFSD Dijon (France) 47.1600 5.0530 227 FR LFPW S 07283 Langres (France) 47.5060 5.2020 467 FR LFPW S 07288 LFSA Besancon (France) 47.1490 5.5930 310 FR LFPW S 07291 Montacy-radar (France) 47.2298 7.0100 913 FR LFPW S 07292 LFSX Luxeuil (France) 47.4720 6.2180 274 FR LFPW S 07295 LFSQ Belfort (France) 47.3800 6.5300 424 FR LFPW S 07296 Dorans (France) 47.3550 6.5020 402 FR LFPW S 07299 LFSB Basel-Mulhouse (France) 47.3680 7.3060 273 FR LFPW S 07300 St-Sauveur (France) 46.4160 -2.1980 32 FR LFPW S 07306 LFRI La Roche-Sur-Yon (France) 46.4200 -1.2270 91 FR LFPW S 07311 Pointe des Baleines (France) 46.1400 -1.3200 3 FR LFPW S 07314 Chassiron (France) 46.0280 -1.2470 23 FR LFPW S 07315 La Rochelle (France) 46.0900 -1.0900 10 FR LFPW S 07316 LFBH La Rochelle-Ile de Re (France) 46.1060 -1.1150 20 FR LFPW S *N07317 LFDN Rochefort-Saint-Agnant(France) 45.53 -0.59 19 FR LFPW S 07330 LFBN Niort (France) 46.1890 -0.2400 61 FR LFPW S 07335 LFBI Poitiers (France) 46.3560 0.1880 120 FR LFPW S 07336 Cherves Radar (France) 46.4200 0.0393 159 FR LFPW S 07354 LFLX Chateauroux (France) 46.5210 1.4440 157 FR LFPW S 07360 Gueret (France) 46.0963 1.5200 553 FR LFPW S 07361 Gueret st laurent (France) 46.1000 1.5700 366 FR LFPW S 07374 LFLV Vichy (France) 46.1000 3.2390 251 FR LFPW S 07379 LFLN Saint-Yan (France) 46.2470 4.0140 244 FR LFPW S 07381 Saint Nizier (France) 46.0400 4.2700 908 FR LFPW S 07382 Mt. St.Vincent (France) 46.3760 4.2860 602 FR LFPW S 07385 LFLM Macon (France) 46.1780 4.4790 217 FR LFPW S 07386 LFGJ Dole Tavaux (France) 47.0300 5.2600 195 FR LFPW S 07390 Lons-Le-Saunier (France) 46.4150 5.3100 298 FR LFPW S 07394 Morbier (France) 46.3400 6.0200 928 FR LFPW S 07400 La Coubre (France) 45.4200 -1.1400 6 FR LFPW S 07412 LFBG Cognac (France) 45.3990 -0.1890 31 FR LFPW S 07420 Champniers (France) 45.4400 -0.1323 131 FR LFPW S 07428 LFBX Perigueux (France) 45.1200 0.4900 103 FR LFPW S 07434 LFBL Limoges (France) 45.5160 1.1050 403 FR LFPW S 07436 Grezes (France) 45.0600 1.2200 351 FR LFPW S

07438 LFBV Brive (France) 45.0880 1.2840 117 FR LFPW S *N07439 Baudran (France) 45.02 1.29 301 FR LFPW S 07460 LFLC Clermont-Ferrand (France) 45.4720 3.0890 326 FR LFPW S 07461 Sembadel (France) 45.1735 3.4257 1115 FR LFPW S 07469 Chamonix (France) 45.5570 6.5260 1042 FR LFPW S 07471 LFHP Le Puy (France) 45.0440 3.4580 833 FR LFPW S 07475 LFMH St-Etienne Boutheon (France) 45.3190 4.1760 402 FR LFPW S 07477 Les Sauvages (France) 45.5600 4.2300 720 FR LFPW S 07480 LFLY Lyons/Bron (France) 45.4350 4.5620 198 FR LFPW S 07481 LFLL Lyon/Satolas (France) 45.4358 5.0500 240 FR LFPW S 07482 LFXA Amberieu (France) 45.5850 5.1970 252 FR LFPW S 07483 Grenoble-cen (France) 45.0800 5.4900 208 FR LFPW S 07484 Villard de Lans (France) 45.0400 5.3100 1020 FR LFPW S 07485 Grenoble (France) 45.1000 5.4600 212 FR LFPW S 07486 LFLS Grenoble/St.Geoirs (France) 45.2180 5.1880 386 FR LFPW S 07487 Grenoble le Versoud (France) 45.1300 5.5090 220 FR LFPW S 07490 LFLP Annecy-Meythet (France) 45.5570 6.0630 459 FR LFPW S 07491 LFLB Chambery/Aix-Les-Bains(France) 45.3820 5.5290 235 FR LFPW S 07494 St guillerme (France) 45.0200 6.1100 1050 FR LFPW S 07496 Modane Avrieux (France) 45.1300 6.4300 1104 FR LFPW S 07497 Bourg St. Maurice (France) 45.3670 6.4580 868 FR LFPW S 07499 Chamonix (France) 45.5500 6.5200 1050 FR LFPW S 07500 Cap Ferret (France) 44.3790 -1.1490 28 FR LFPW S 07502 LFBC Cazaux (France) 44.3200 -1.0800 24 FR LFPW S 07503 LFBS Biscarosse (France) 44.2590 -1.1480 39 FR LFPW S 07510 LFBD Bordeaux/Merignac (France) 44.4980 -0.4140 54 FR LFPW S 07517 Captieux (France) 44.1100 -0.1700 132 FR LFPW S 07524 LFBA Agen (France) 44.1030 0.3560 69 FR LFPW S 07530 LFBE Bergerac (France) 44.4920 0.3090 52 FR LFPW S 07535 Gourdon (France) 44.4470 1.2370 261 FR LFPW S 07540 Montauban (France) 44.0160 1.2260 107 FR LFPW S 07549 LFLW Aurillac (France) 44.5390 2.2520 640 FR LFPW S 07552 LFCR Rodez (France) 44.2400 2.2900 579 FR LFPW S 07554 Mende (France) 44.3200 3.2730 934 FR LFPW S 07555 LFIG Mende-Brenoux (France) 44.3000 3.3200 1020 FR LFPW S 07558 LFCM Millau (France) 44.0710 3.0110 716 FR LFPW S 07560 Mont Aigoual (France) 44.0720 3.3480 1564 FR LFPW S 07563 LFMV Avignon (France) 43.5420 4.5390 48 FR LFPW S 07569 Bollene (France) 44.1900 4.4573 309 FR LFPW S 07570 Aubenas (France) 44.3230 4.2200 280 FR LFPW S 07577 LFLQ Montelimar (France) 44.3480 4.4390 74 FR LFPW S 07579 LFMO Orange (France) 44.0840 4.5110 55 FR LFPW S 07586 Carpentras (France) 44.0490 5.0350 106 FR LFPW S 07587 Lus-La-Croix-Haute (France) 44.4030 5.4260 1059 FR LFPW S 07588 LFMX St-Auban-Sur-Durance (France) 44.0370 5.5930 461 FR LFPW S 07589 St.Christophe/Oisans (France) 44.5600 6.1900 1570 FR LFPW S 07591 Embrun (France) 44.3390 6.3010 877 FR LFPW S 07593 Briancon (France) 44.5500 6.3900 1336 FR LFPW S 07600 Socoa (France) 43.2360 -1.4110 43 FR LFPW S 07602 LFBZ Biarritz (France) 43.2810 -1.3200 71 FR LFPW S 07603 LFBY Dax (France) 43.4150 -1.0400 34 FR LFPW S 07606 Momuy (France) 43.3700 -0.3657 126 FR LFPW S 07607 LFBM Mont-De-Marsan (France) 43.5470 -0.2990 59 FR LFPW S 07610 LFBP Pau (France) 43.2310 -0.2490 183 FR LFPW S 07621 LFBT Tarbes/Ossun (France) 43.1120 0.0000 364 FR LFPW S 07622 LFDH Auch (France) 43.4140 0.3600 128 FR LFPW S 07627 LFCG St-Girons (France) 43.0030 1.0640 411 FR LFPW S 07628 Muret-Lherm (France) 43.2700 1.1570 190 FR LFPW S 07629 Toulouse radar (France) 43.3447 1.2300 158 FR LFPW S 07630 LFBO Toulouse/Blagnac (France) 43.3720 1.2270 150 FR LFPW S 07631 LFBF Toulouse/Francazal (France) 43.3200 1.2200 166 FR LFPW S 07632 LFCI Albi (France) 43.5480 2.0690 171 FR LFPW S *N07633 Beziers/Vias (France) 43.19 3.21 17 FR LFPW S 07635 LFMK Carcassonne (France) 43.1290 2.1770 130 FR LFPW S 07637 Montclar Radar (France) 43.5943 2.3658 667 FR LFPW S 07638 LFMU Beziers (France) 43.1900 3.2100 16 FR LFPW S 07640 Albi (France) 43.5500 2.0600 172 FR LFPW S 07641 Sete (France) 43.2390 3.4150 79 FR LFPW S

07643 LFMT Montpellier (France) 43.3460 3.5770 8 FR LFPW S 07645 LFME Nimes/Courbessac (France) 43.5140 4.2430 62 FR LFPW S 07646 LFTW Nimes/Garons (France) 43.4548 4.2472 105 FR LFPW S 07647 LFMI Istres (France) 43.3140 4.5580 24 FR LFPW S 07648 LFMY Salon (France) 43.3620 5.0650 59 FR LFPW S 07649 LFMA Aix Les Milles (France) 43.3000 5.2200 112 FR LFPW S 07650 LFML Marseille/Marignane (France) 43.2650 5.1360 32 FR LFPW S 07652 Cap Pomegues (France) 43.1600 5.1800 70 FR LFPW S 07653 Cap Couronne (France) 43.2000 5.0300 35 FR LFPW S 07654 AIX EN PROVENCE (France) 43.3170 5.2540 173 FR LFPW S 07656 Bec De L'aigle (France) 43.1100 5.3500 332 FR LFPW S 07657 LFXI Apt (France) 44.0240 5.2950 836 FR LFPW S 07658 Nimes Manduel (France) 43.4837 4.3000 71 FR LFPW S 07660 Toulon (France) 43.0600 5.5600 25 FR LFPW S 07661 Cap Cepet (France) 43.0470 5.5640 134 FR LFPW S 07666 Leucate/Semaphore (France) 42.5510 3.0370 40 FR LFPW S 07667 LFTH Hyeres (France) 43.0560 6.0870 4 FR LFPW S 07670 Porquerolles (France) 43.0000 6.1400 147 FR LFPW S 07671 Collobrieres-Radar (France) 43.1300 6.2200 641 FR LFPW S 07675 LFMC Le Luc (France) 43.2290 6.2310 82 FR LFPW S 07677 Cap Camarat (France) 43.1200 6.4100 112 FR LFPW S 07678 Toulon/Ile Du Levant (France) 43.0200 6.2800 131 FR LFPW S 07680 LFTU St-Raphael (France) 43.2540 6.4420 7 FR LFPW S 07681 Le drammont (France) 43.2500 6.5100 126 FR LFPW S 07684 LFMD Cannes (France) 43.3270 6.5720 4 FR LFPW S 07688 La Garoupe (France) 43.3400 7.0800 82 FR LFPW S 07690 LFMN Nice (France) 43.3890 7.1250 28 FR LFPW S 07695 Cap Ferrat (France) 43.4100 7.2000 144 FR LFPW S 07724 LUCHON/SA (France) 42.4800 0.3600 618 FR LFPW S 07737 Formigueres (France) 42.3690 2.0660 1495 FR LFPW S 07738 Les Escaldes (France) 42.2900 1.5900 1432 FR LFPW S 07740 Ste Leocadie (France) 42.2670 2.0080 1320 FR LFPW S 07742 St-Michel-de-cuxa (France) 42.3600 2.2500 450 FR LFPW S 07745 Opoul-Radar (France) 42.5500 2.5200 702 FR LFPW S 07747 LFMP Perpignan (France) 42.4420 2.5230 44 FR LFPW S 07749 Cap Bear (France) 42.3100 3.0810 87 FR LFPW S 07752 La Parata (France) 41.5500 8.3700 152 FR LFPW S 07753 Ile Rousse (France) 42.3800 8.5530 145 FR LFPW S 07754 LFKC Calvi (France) 42.3130 8.4740 58 FR LFPW S 07761 LFKJ Ajaccio (France) 41.5500 8.4750 9 FR LFPW S 07765 LFKS Solenzara (France) 41.5540 9.2380 17 FR LFPW S 07768 La Chiappa (France) 41.3600 9.2200 62 FR LFPW S 07770 Pertusato (France) 41.2240 9.1070 116 FR LFPW S 07774 Aleria-Radar (France) 42.0800 9.3000 50 FR LFPW S 07775 Gourette (France) 42.1560 9.3240 74 FR LFPW S 07780 LFKF Figari (France) 41.2990 9.0590 23 FR LFPW S 07785 Cap Corse (France) 43.0030 9.2150 113 FR LFPW S 07790 LFKB Bastia (France) 42.3290 9.2890 12 FR LFPW S 07791 Cap Sagro (France) 42.4800 9.2900 111 FR LFPW S 07823 Gerardmer (France) 48.0400 6.5200 800 FR LFPW S 07837 MAICHE (France) 47.1460 6.4750 825 FR LFPW S 07843 MARKSTEIN CRETE (France) 47.5530 7.0190 1184 FR LFPW S 07850 LA PESSE (France) 46.1810 5.5060 1133 FR LFPW S 07876 Grand Bornand (France) 45.5800 6.2800 1270 FR LFPW S * * Spain * 08001 La Coruna (Spain) 43.2200 -8.2500 67 SP LEMM S 08002 LECO La Coruna/Alvedro (Spain) 43.1842 -8.2233 103 SP LEMM S 08003 Monteventoso (Spain) 43.2900 -8.1900 241 SP LEMM S 08004 Estaca de Bares (Spain) 43.4800 -7.4100 100 SP LEMM S 08005 El Ferrol (Spain) 43.2900 -8.1400 9 SP LEMM S 08006 Cabo Villano (Spain) 43.1000 -9.1300 50 SP LEMM S 08007 Cerceda (Spain) 43.1000 -8.3200 595 SP LEMM S 08008 Lugo/Rozas (Spain) 43.0700 -7.2737 446 SP LEMM S 08009 Figueras Castropol (Spain) 43.3200 -7.0100 25 SP LEMM S 08010 Cabo Busto (Spain) 43.3400 -6.2800 63 SP LEMM S 08011 LEAS Asturias/Aviles (Spain) 43.3400 -6.0265 130 SP LEMM S

08012 Cabo Penas (Spain) 43.3900 -5.5100 100 SP LEMM S 08013 Torre2 (Spain) 43.1100 -7.3800 757 SP LEMM S 08014 Gijon (Spain) 43.3365 -5.4200 6 SP LEMM S 08015 LEOV Oviedo (Spain) 43.2100 -5.5200 339 SP LEMM S 08016 Llanes (Spain) 43.2500 -4.4500 12 SP LEMM S 08017 San Vicente (Spain) 43.2400 -4.2300 39 SP LEMM S 08018 Torrelavega (Spain) 43.2200 -4.0300 13 SP LEMM S 08019 Aguian (Spain) 43.2782 -6.1800 923 SP LEMM S 08020 Onton (Spain) 43.2100 -3.1000 80 SP LEMM S 08021 LEXJ Santander/Parayas (Spain) 43.2600 -3.4988 1 SP LEMM S 08022 Machichaco (Spain) 43.2700 -2.4500 93 SP LEMM S 08023 Santander (Spain) 43.2950 -3.4800 59 SP LEMM S 08024 Lekeitio (Spain) 43.2300 -2.3100 12 SP LEMM S 08025 LEBB Bilbao/Sondica (Spain) 43.1800 -2.5435 39 SP LEMM S 08026 Zumaya (Spain) 43.1800 -2.1500 28 SP LEMM S 08027 San Sebastian/Igueldo (Spain) 43.1845 -2.0237 259 SP LEMM S 08028 San Sebastian,Cmt (Spain) 43.1900 -1.5700 63 SP LEMM S 08029 LESO San Sebastian/Fuenterrabia 43.2163 -1.4723 8 SP LEMM S 08030 Lecaroz (Spain) 43.0800 -1.3200 182 SP LEMM S 08031 Pajares/Valgrande (Spain) 42.5900 -5.4700 1480 SP LEMM S 08032 Reinosa (Spain) 43.0000 -4.0900 860 SP LEMM S 08033 Polientes (Spain) 42.4800 -3.5500 720 SP LEMM S 08034 Aranzazu (Spain) 42.5900 -2.2400 770 SP LEMM S 08035 Guenes (Spain) 43.1200 -3.0600 208 SP LEMM S 08036 Elgoibar (Spain) 43.1300 -2.2500 120 SP LEMM S 08037 Itsaso (Spain) 43.0400 -2.1600 420 SP LEMM S 08038 Corrubedo (Spain) 42.3500 -9.0600 7 SP LEMM S 08039 Padron (Spain) 42.4400 -8.3800 120 SP LEMM S 08040 Finisterre (Spain) 42.5600 -9.1700 230 SP LEMM S 08041 Santiago (Spain) 42.5300 -8.3100 240 SP LEMM S 08042 LEST Santiago/Labacolla (Spain) 42.5327 -8.2465 367 SP LEMM S 08043 Marin (Spain) 42.2400 -8.4200 10 SP LEMM S 08044 Pontevedra (Spain) 42.2640 -8.3700 108 SP LEMM S 08045 LEVX Vigo Peinador (Spain) 42.1437 -8.3743 258 SP LEMM S 08046 Vigo (Spain) 42.1400 -8.4500 85 SP LEMM S 08047 Carballino/Mesiego (Spain) 42.2500 -8.0500 400 SP LEMM S 08048 Orense (Spain) 42.2000 -7.5162 147 SP LEMM S 08049 Vigo,Puerto (Spain) 42.2300 -8.4800 2 SP LEMM S 08050 Xinzo De Limia (Spain) 42.0400 -7.4300 600 SP LEMM S 08051 Puebla Trives/San Mamed(Spain) 42.2000 -7.1700 760 SP LEMM S 08052 Puerto Leitariegos (Spain) 43.0000 -6.2500 1535 SP LEMM S 08053 Ponferrada (Spain) 42.3383 -6.3600 550 SP LEMM S 08054 Almazcara (Spain) 42.3600 -6.3100 584 SP LEMM S 08055 LELN Leon/Virgen Del Camino (Spain) 42.3533 -5.3900 914 SP LEMM S 08056 Benaventa (Spain) 42.0100 -5.4000 720 SP LEMM S 08057 Puerto de san Isidro (Spain) 43.0400 -5.2300 1540 SP LEMM S 08058 Cervera de Pisuerga (Spain) 42.5300 -4.3200 1134 SP LEMM S 08059 Punta Galea Golf (Spain) 43.2300 -3.0100 90 SP LEMM S 08060 Larouco (Spain) 41.5600 -7.3800 980 SP LEMM S 08061 Meda (Spain) 42.2000 -7.3600 1212 SP LEMM S 08062 Sil (Spain) 42.2100 -7.3800 940 SP LEMM S 08063 Medina De Pomar (Spain) 42.5500 -3.2900 601 SP LEMM S 08068 Carrion de los Condes (Spain) 42.2200 -4.3700 830 SP LEMM S 08071 Palencia (Spain) 42.0000 -4.3200 758 SP LEMM S 08072 Autilla del Pino (Spain) 42.0000 -4.3600 874 SP LEMM S 08075 LEBG Burgos/Villafria (Spain) 42.2137 -3.3728 892 SP LEMM S 08077 Belorado (Spain) 42.2600 -3.0900 875 SP LEMM S 08078 Vinuesa-Quintanar (Spain) 41.5800 -2.4700 1205 SP LEMM S 08079 Sartaguda (Spain) 42.2200 -2.0300 310 SP LEMM S 08080 LEVT Vitoria (Spain) 42.5232 -2.4400 510 SP LEMM S 08081 Baquio (Spain) 43.2400 -2.5045 576 SP LEMM S 08084 LELO Logrono/Agoncillo (Spain) 42.2700 -2.2000 363 SP LEMM S 08085 LEPP Pamplona/Noain (Spain) 42.4662 -1.3900 453 SP LEMM S 08087 Bardenas Reales (Spain) 42.1200 -1.2800 295 SP LEMM S 08088 Roncesvalles (Spain) 43.0000 -1.1900 940 SP LEMM S 08089 Ilundain (Spain) 42.4700 -1.3200 572 SP LEMM S 08090 Sos Rey Catolico (Spain) 42.3000 -1.1300 630 SP LEMM S 08091 Jaca (Spain) 42.3500 -0.3500 820 SP LEMM S

08092 Isaba (Spain) 42.5200 -0.5600 820 SP LEMM S 08094 Huesca/Monflorite (Spain) 42.0500 -0.2000 554 SP LEMM S 08095 Aragues Del Puerto (Spain) 42.4400 -0.3900 1120 SP LEMM S 08097 Canfranc (Spain) 42.4500 -0.3100 1160 SP LEMM S 08099 Sallent De Gallego (Spain) 42.4600 -0.2000 1300 SP LEMM S 08101 Torla (Spain) 42.3800 -0.0700 1020 SP LEMM S 08103 Bielsa (Spain) 42.3800 0.1300 990 SP LEMM S 08104 Benasque (Spain) 42.3600 0.3100 1120 SP LEMM S 08107 Arties (Spain) 42.4200 0.5300 1185 SP LEMM S 08112 Talar (Spain) 42.1238 0.5200 800 SP LEMM S 08114 Estany Gento (Spain) 42.3000 1.0000 2120 SP LEMM S 08115 La Seo D'Urgell (Spain) 42.2200 1.2700 690 SP LEMM S 08117 La Molina (Spain) 42.2000 1.5625 1702 SP LEMM S 08118 Ripoll (Spain) 42.1200 2.1100 671 SP LEMM S 08121 Castello d'Empuries (Spain) 42.1400 3.0600 4 SP LEMM S 08123 Lagunas De Somoza (Spain) 42.2200 -6.1100 1020 SP LEMM S 08125 Villadeciervos (Spain) 41.4600 -2.3800 1175 SP LEMM S 08129 Vitigudino (Spain) 41.0100 -6.2600 769 SP LEMM S 08130 Zamora (Spain) 41.3100 -5.4400 667 SP LEMM S 08140 LEVD Valladolid/Villanubla (Spain) 41.4200 -4.5100 846 SP LEMM S 08141 Valladolid (Spain) 41.3900 -4.4600 735 SP LEMM S 08142 Olmedo (Spain) 41.1700 -4.4100 771 SP LEMM S 08143 Cerezo De Arriba (Spain) 41.1100 -3.2900 1880 SP LEMM S 08144 Aranda de Duero (Spain) 41.3900 -3.4100 798 SP LEMM S 08145 Somosierra (Spain) 41.0800 -3.3400 1450 SP LEMM S 08146 Buitrago (Spain) 40.5900 -3.3800 974 SP LEMM S 08148 Soria (Spain) 41.4600 -2.2800 1082 SP LEMM S 08149 Campisabalos (Spain) 41.1800 -3.1000 1505 SP LEMM S 08150 Siguenza (Spain) 41.0500 -2.3800 1044 SP LEMM S 08152 Calahorra (Spain) 42.1800 -1.5800 299 SP LEMM S 08153 Cadreita (Spain) 42.1300 -1.4300 268 SP LEMM S 08154 Tudela (Spain) 42.0300 -1.3600 295 SP LEMM S 08155 Monte de Yerga (Spain) 42.0900 -1.5800 1035 SP LEMM S 08156 Calatayud (Spain) 41.2000 -1.3900 600 SP LEMM S 08157 Daroca (Spain) 41.0688 -1.2465 779 SP LEMM S 08160 LEZG Zaragoza Aeropuerto (Spain) 41.3972 -1.0048 258 SP LEMM S 08161 Zaragoza (Spain) 41.3800 -0.5400 222 SP LEMM S 08162 Perdiguera (Spain) 41.4400 -0.3268 820 SP LEMM S 08163 Sarin (Spain) 41.4700 -0.5400 275 SP LEMM S 08164 Alcaniz (Spain) 41.0300 -0.0800 320 SP LEMM S 08165 Bujaraloz (Spain) 41.3100 -0.1000 357 SP LEMM S *N08166 Calanda (Spain) 40.56 -0.14 459 SP LEMM S 08168 Tamarite de Litera (Spain) 41.4700 0.2200 218 SP LEMM S 08169 Vandellos (Spain) 40.5800 0.5200 22 SP LEMM S 08171 Lerida (Spain) 41.3800 0.3600 199 SP LEMM S 08173 Tarrega (Spain) 41.3900 1.0900 363 SP LEMM S 08174 Manresa (Spain) 41.4300 1.5000 291 SP LEMM S 08175 LERS Reus (Spain) 41.0900 1.1073 76 SP LEMM S 08177 Tarragona,Univer. (Spain) 41.0700 1.1400 48 SP LEMM S 08179 Corbera (Spain) 41.2457 1.5317 651 SP LEMM S 08180 Barcelona (Spain) 41.2300 2.1200 25 SP LEMM S 08181 LEBL Barcelona (Spain) 41.1757 2.0400 5 SP LEMM S 08182 Montseny (Spain) 41.4600 2.2600 1707 SP LEMM S 08183 Girona (Spain) 41.5800 2.4700 90 SP LEMM S 08184 LEGE Gerona/Costa Brava (Spain) 41.5470 2.4580 129 SP LEMM S 08185 Blanes (Spain) 41.4100 2.4800 40 SP LEMM S 08186 Arenys De Mar (Spain) 41.3500 2.3300 50 SP LEMM S 08187 Barcelona (Spain) 41.2500 2.0900 186 SP LEMM S 08188 Santa Susana (Spain) 41.3900 2.4300 20 SP LEMM S 08190 Barcelona Servei (Spain) 41.2300 2.0700 91 SP LEMM S 08192 Sabadell/Aerod. (Spain) 41.3100 2.0600 141 SP LEMM S 08195 Saelices el Chico (Spain) 40.3800 -6.3800 680 SP LEMM S 08201 Salamanca (Spain) 40.5800 -5.4000 775 SP LEMM S 08202 LESA Salamanca/Matacan (Spain) 40.5757 -5.3000 794 SP LEMM S 08204 Piedrahita (Spain) 40.2800 -5.2000 1060 SP LEMM S *N08205 La Hoya (Spain) 40.21 -5.41 1960 SP LEMM S 08206 Navarredonda de gredos (Spain) 40.2100 -5.0900 1550 SP LEMM S 08208 Sotillo de la Adrada (Spain) 40.1700 -4.3500 630 SP LEMM S

08210 Avila (Spain) 40.3900 -4.4100 1132 SP LEMM S 08212 Robledo De Chavela (Spain) 40.3000 -4.1400 903 SP LEMM S 08213 Segovia (Spain) 40.5700 -4.0800 1005 SP LEMM S 08215 Navacerrada (Spain) 40.4700 -4.0062 1888 SP LEMM S 08217 Alto De Los Leones (Spain) 40.4200 -4.0800 1532 SP LEMM S 08219 LECV Colmenar Viejo/Famet (Spain) 40.4200 -3.4587 998 SP LEMM S 08220 Madrid/C. University (Spain) 40.2700 -3.4300 669 SP LEMM S 08221 LEMD Madrid/Barajas (Spain) 40.2800 -3.3333 582 SP LEMM S 08222 Madrid (Spain) 40.2467 -3.4100 667 SP LEMM S 08223 LEVS Madrid/Cuatro Vientos (Spain) 40.2300 -3.4735 687 SP LEMM S 08224 LEGT Madrid/Getafe (Spain) 40.1800 -3.4300 617 SP LEMM S 08226 Guadalajara (Spain) 40.3967 -3.1000 640 SP LEMM S 08227 LETO Madrid/Torrejon (Spain) 40.2900 -3.2700 612 SP LEMM S 08228 Torrejon de Velasco (Spain) 40.1100 -3.4275 704 SP LEMM S 08229 Aranjuez (Spain) 40.0400 -3.3300 540 SP LEMM S 08230 Canizares (Spain) 40.3200 -2.0900 940 SP LEMM S 08231 Cuenca (Spain) 40.0400 -2.0828 946 SP LEMM S 08232 Molina De Aragon (Spain) 40.5067 -1.5312 1063 SP LEMM S 08233 LECH Calamocha (Spain) 40.5600 -1.1800 889 SP LEMM S 08235 Teruel (Spain) 40.2100 -1.0700 902 SP LEMM S 08236 Montalban (Spain) 40.5000 -0.4700 912 SP LEMM S 08237 Castellfort (Spain) 40.3000 -0.1100 1181 SP LEMM S 08238 Tortosa (Spain) 40.4900 0.2948 50 SP LEMM S 08239 Vinaroz (Spain) 40.3400 0.2600 110 SP LEMM S 08240 Sant Jaume (Spain) 40.4100 0.4700 1 SP LEMM S *N08241 Villafranca (Spain) 40.26 -0.15 1130 SP LEMM S 08251 Coria/Tabacoa (Spain) 40.0000 -6.3300 313 SP LEMM S 08252 Plasencia (Spain) 40.0300 -6.0500 420 SP LEMM S 08254 Navalmoral de la Mata (Spain) 39.5600 -5.3500 270 SP LEMM S *N08256 San Clemente (Spain) 39.24 -2.25 728 SP LEMM S 08260 Valencia de Alcantara (Spain) 39.2200 -7.0800 460 SP LEMM S 08261 Caceres (Spain) 39.2800 -6.2037 405 SP LEMM S 08262 Sierra de Fuentes (Spain) 39.2600 -6.1700 652 SP LEMM S 08263 Madronera (Spain) 39.2000 -5.4500 550 SP LEMM S 08264 Herrera Del Duque (Spain) 39.1000 -5.0400 460 SP LEMM S 08270 S. Pablo De Montes (Spain) 39.3300 -4.2200 917 SP LEMM S 08271 Puebla De D. Rodrigo (Spain) 39.0500 -4.3700 495 SP LEMM S 08272 Toledo (Spain) 39.5300 -4.0300 516 SP LEMM S 08273 Madridejos (Spain) 39.2800 -3.3200 690 SP LEMM S 08274 Talavera de la Reina (Spain) 39.5800 -4.5000 371 SP LEMM S 08275 Quintanar De La Orden (Spain) 39.3600 -3.0200 691 SP LEMM S 08276 Tomelloso (Spain) 39.0900 -3.0100 662 SP LEMM S *N08277 Albacete (Spain) 39.00 -1.52 674 SP LEMM S 08278 Chinchilla/Cenad (Spain) 38.5600 -1.4000 880 SP LEMM S 08279 Albacete (Spain) 39.0000 -1.5200 674 SP LEMM S 08280 LEAB Albacete/Los Llanos (Spain) 38.5700 -1.5178 704 SP LEMM S 08281 Utiel (Spain) 39.3500 -1.1500 780 SP LEMM S 08282 Oliva (Spain) 38.5600 -0.0600 5 SP LEMM S 08284 LEVC Valencia Aeropuerto (Spain) 39.2920 -0.2800 62 SP LEMM S 08285 Valencia (Spain) 39.2900 -0.2198 11 SP LEMM S 08286 Castellon (Spain) 39.5700 -0.0400 35 SP LEMM S 08287 Polinya (Spain) 39.1200 -0.2200 12 SP LEMM S 08289 Cullera (Spain) 39.1100 -0.1500 234 SP LEMM S 08290 Jativa (Spain) 38.5900 -0.3100 100 SP LEMM S 08301 Palma De Mallorca (Spain) 39.3333 2.3758 6 SP LEMM S 08302 Palma/Son Bonet (Spain) 39.3660 2.4260 41 SP LEMM S 08303 Sierra De Alfabia (Spain) 39.4400 2.4300 1030 SP LEMM S 08304 Lluc (Spain) 39.4900 2.5300 490 SP LEMM S 08306 LEPA Palma De Mallorca (Spain) 39.3365 2.4420 5 SP LEMM S 08307 Pollensa (Spain) 39.5400 3.0600 7 SP LEMM S 08308 Llucmayor (Spain) 39.2300 2.4717 113 SP LEMM S 08309 Porto Colom (Spain) 39.2500 3.1600 17 SP LEMM S 08310 Porreres (Spain) 39.3100 3.0100 160 SP LEMM S 08311 Capdepera,Faro (Spain) 39.4300 3.2900 48 SP LEMM S *N08312 Sa Pobla (Spain) 39.45 3.01 40 SP LEMM S 08314 LEMH Menorca/Mahon (Spain) 39.5128 4.1293 86 SP LEMM S 08329 Badajoz (Spain) 38.5300 -6.5800 195 SP LEMM S 08330 LEBZ Badajoz/Talavera Real (Spain) 38.5300 -6.5000 192 SP LEMM S

08331 Merida (Spain) 38.5500 -6.2300 220 SP LEMM S 08332 Almendralejo (Spain) 38.4100 -6.2400 335 SP LEMM S 08333 Don Benito (Spain) 38.5700 -5.5300 279 SP LEMM S 08334 Oliva De La Frontera (Spain) 38.1700 -6.5500 409 SP LEMM S 08335 LEHI Hinojosa Del Duque (Spain) 38.3000 -5.0800 541 SP LEMM S 08336 Llerena (Spain) 38.1400 -6.0100 638 SP LEMM S *N08337 Jerez de los Caballeros(Spain) 38.18 -6.46 381 SP LEMM S 08345 Viso Del Marques (Spain) 38.3100 -3.3400 778 SP LEMM S 08346 Villanueva De Cordoba (Spain) 38.2000 -4.3700 740 SP LEMM S 08347 Andujar (Spain) 38.0200 -4.0400 212 SP LEMM S 08348 Ciudad Real (Spain) 38.5937 -3.5500 629 SP LEMM S 08349 Almagro/Famet (Spain) 38.5700 -3.4442 622 SP LEMM S 08350 Santa Elena (Spain) 38.2000 -3.3200 742 SP LEMM S 08351 Valdepena (Spain) 38.4600 -3.2400 700 SP LEMM S 08352 Arroyo Del Ojanco (Spain) 38.1900 -2.5300 580 SP LEMM S 08353 Cazorla (Spain) 38.0100 -2.5200 799 SP LEMM S 08354 Llanos (Spain) 38.4600 -1.2500 1020 SP LEMM S 08355 Hellin (Spain) 38.3100 -1.3200 520 SP LEMM S 08356 Yecla (Spain) 38.3600 -1.0600 640 SP LEMM S 08357 Muela (Spain) 38.4600 -1.3000 575 SP LEMM S 08358 Cocentaina (Spain) 38.4300 -0.2800 560 SP LEMM S 08359 Alicante (Spain) 38.2200 -0.2967 82 SP LEMM S 08360 LEAL Alicante/El Altet (Spain) 38.1700 -0.3425 31 SP LEMM S 08361 Pozocanada (Spain) 38.4600 -1.4800 967 SP LEMM S 08363 Cieza (Spain) 38.1400 -1.2300 265 SP LEMM S 08364 Fortuna (Spain) 38.1600 -1.1132 1261 SP LEMM S 08365 Barranda (Spain) 38.0300 -1.5800 643 SP LEMM S 08367 Almoradi (Spain) 38.0500 -0.4300 60 SP LEMM S 08370 Javea (Spain) 38.4700 0.1000 15 SP LEMM S 08373 LEIB Ibiza/Es Codola (Spain) 38.5300 1.2307 17 SP LEMM S 08380 Alajar (Spain) 37.5200 -6.4000 577 SP LEMM S 08381 Ayamonte (Spain) 37.1100 -7.2000 2 SP LEMM S 08383 Huelva (Spain) 37.1700 -6.5458 20 SP LEMM S 08384 El Arenosillo (Spain) 37.0600 -6.4400 15 SP LEMM S 08386 Castillo las Guardas (Spain) 37.4132 -6.2000 517 SP LEMM S 08389 Sevilla,Cmt (Spain) 37.2400 -6.0100 11 SP LEMM S 08390 Aero Tablada (Spain) 37.2200 -6.0000 5 SP LEMM S 08391 LEZL Sevilla/San Pablo (Spain) 37.2500 -5.5275 31 SP LEMM S 08392 Cazalla de la Sierra (Spain) 37.5600 -5.4600 550 SP LEMM S 08395 Ecija (Spain) 37.3100 -5.0500 130 SP LEMM S 08397 LEMO Moron De La Frontera (Spain) 37.0950 -5.3700 88 SP LEMM S *N08399 La Roda de Andalucia (Spain) 37.12 -4.46 410 SP LEMM S 08410 LEBA Cordoba (Spain) 37.5065 -4.5100 92 SP LEMM S 08412 Dona Mencia (Spain) 37.3300 -4.2100 650 SP LEMM S 08413 Antequera-Bobadilla (Spain) 37.0200 -4.4500 400 SP LEMM S 08414 Loja (Spain) 37.1000 -4.1000 580 SP LEMM S 08417 Jaen (Spain) 37.4700 -3.4845 580 SP LEMM S 08419 LEGR Granada (Spain) 37.1138 -3.4737 570 SP LEMM S 08420 Granada/Base Aerea (Spain) 37.0823 -3.3800 692 SP LEMM S 08423 Huescar (Spain) 37.5200 -2.3900 1100 SP LEMM S 08424 Baza (Spain) 37.3100 -2.4500 780 SP LEMM S 08426 Lorca (Spain) 37.3900 -1.4100 320 SP LEMM S 08427 Abla (Spain) 37.0900 -2.4700 885 SP LEMM S 08428 Huercal Overa (Spain) 37.2300 -1.5700 300 SP LEMM S 08429 LERI Murcia/Alcantarilla (Spain) 37.5747 -1.1400 75 SP LEMM S 08430 Murcia (Spain) 38.0000 -1.1000 62 SP LEMM S 08431 Castillo Galeras (Spain) 37.3500 -1.0000 219 SP LEMM S 08432 Aguilas (Spain) 37.2500 -1.3500 26 SP LEMM S 08433 LELC Murcia/San Javier (Spain) 37.4733 -0.4800 3 SP LEMM S 08434 Cartagena (Spain) 37.3600 -0.5900 17 SP LEMM S 08443 Ronda (Spain) 36.4500 -5.1000 765 SP LEMM S 08449 LERT Rota (Spain) 36.3833 -6.2000 23 SP LEMM S 08451 LEJR Jerez De La Frontera (Spain) 36.4500 -6.0335 28 SP LEMM S 08452 Cadiz (Spain) 36.3000 -6.1540 9 SP LEMM S 08453 San Fernando (Spain) 36.2800 -6.1200 30 SP LEMM S 08455 Grazalema (Spain) 36.4600 -5.2200 900 SP LEMM S 08457 Vejer De La Frontera (Spain) 36.1500 -5.5800 160 SP LEMM S 08458 Tarifa (Spain) 36.0100 -5.3600 25 SP LEMM S

08463 Estepona (Spain) 36.2500 -5.0900 15 SP LEMM S 08475 Alhaurin el Grande (Spain) 36.3688 -4.3948 1147 SP LEMM S 08479 Malaga,Puerto (Spain) 36.4300 -4.2500 5 SP LEMM S 08480 Fuengirola (Spain) 36.3300 -4.3700 3 SP LEMM S 08481 Malaga,Cmt (Spain) 36.4300 -4.2900 58 SP LEMM S 08482 LEMG Malaga (Spain) 36.4062 -4.2943 7 SP LEMM S 08484 Torrox (Spain) 36.4400 -3.5700 5 SP LEMM S 08485 Motril (Spain) 36.4300 -3.3200 3 SP LEMM S 08486 Adra (Spain) 36.4500 -3.0100 10 SP LEMM S 08487 LEAM Almeria (Spain) 36.5100 -2.2142 21 SP LEMM S 08488 Carboneras (Spain) 36.5800 -1.5400 40 SP LEMM S 08489 Nijar (Spain) 36.5000 -2.0500 486 SP LEMM S * * Gibraltar * 08495 LXGB Gibraltar (Gibraltar) 36.0900 -5.2100 5 GI EGRR S * * Portugal * 08501 LPFL Flores (Acores) 39.2700 -31.0800 29 PO LPMG F 08502 Corvo Acores (Acores) 39.4000 -31.0700 26 PO LPMG F 08505 LPHR Horta/Castelo Branco (Acores) 38.3100 -28.4300 41 PO LPMG F 08506 Horta (Acores) 38.3100 -28.3800 62 PO LPMG F 08507 Graciosa/Aerodrome (Acores) 39.0600 -28.0200 28 PO LPMG F 08508 Lajes/Santa Rita (Acores) 38.4607 -27.0513 72 PO LPMG F 08509 LPLA Lajes (Acores) 38.4600 -27.0600 54 PO LPMG F 08510 Lajes (Acores) 38.4500 -27.0500 55 PO LPMG F 08511 Angra Do Heroismo (Acores) 38.4000 -27.1300 76 PO LPMG F 08512 LPPD Ponta Delgada/Nordela (Acores) 37.4400 -25.4200 72 PO LPMG F 08513 Ponta Delgada (Acores) 37.4500 -25.4000 36 PO LPMG F 08515 LPAZ Santa Maria (Acores) 36.5800 -25.1000 100 PO LPMG F 08521 LPMA Funchal/S.Catarina (Madeira) 32.4100 -16.4600 49 MD LPMG F 08522 Funchal (Madeira) 32.3800 -16.5400 56 MD LPMG F 08524 LPPS Porto Santo (Madeira) 33.0400 -16.2100 82 MD LPMG F 08530 Cabo Carvoeiro (Portugal) 39.2100 -9.2400 34 PO LPMG S 08531 Cabo Carvoeiro (Portugal) 39.2100 -9.2400 34 PO LPMG S 08532 LPST Sintra/Granja (Portugal) 38.5000 -9.2000 130 PO LPMG S 08533 Sagres (Portugal) 37.0000 -8.5700 26 PO LPMG S 08534 LPMT Montijo (Portugal) 38.4200 -9.0200 11 PO LPMG S 08535 Lisboa/Geof (Portugal) 38.4300 -9.0900 95 PO LPMG S 08536 LPPT Lisbon Portela (Portugal) 38.4600 -9.0800 123 PO LPMG S 08537 LPAR Alverca (Portugal) 38.5300 -9.0200 3 PO LPMG S 08538 Sagres (Portugal) 37.0000 -8.5700 25 PO LPMG S 08539 Ota (Portugal) 39.0700 -8.5900 49 PO LPMG S 08540 LPMR Monte Real (Portugal) 39.5000 -8.5300 54 PO LPMG S 08541 Sines/Montes Chaos (Portugal) 37.5700 -8.5200 103 PO LPMG S 08543 Viana Do Castelo (Portugal) 41.4200 -8.4800 18 PO LPMG S 08544 LPOV Ovar/Maceda (Portugal) 40.5500 -8.3800 22 PO LPMG S 08545 LPPR Porto/Pedras Rubras (Portugal) 41.1400 -8.4100 77 PO LPMG S 08546 Porto/Serra Do Pilar(Portugal) 41.0800 -8.3600 100 PO LPMG S 08548 LPCO Ciombra/Cervache (Portugal) 40.0900 -8.2800 179 PO LPMG S 08549 Coimbra (Portugal) 40.1200 -8.2500 141 PO LPMG S 08550 Coruche Cruz do Leao(Portugal) 39.0400 -8.2400 167 PO LPMG S 08551 Viana Castelo-Chafe (Portugal) 41.3800 -8.4800 48 PO LPMG S 08552 LPTN Tancos (Portugal) 39.2900 -8.2600 80 PO LPMG S 08553 Loule Cavalos do Cal(Portugal) 37.1800 -7.5700 587 PO LPMG S 08554 LPFR Faro (Portugal) 37.0100 -7.5800 8 PO LPMG S 08555 Faro/Cidade (Portugal) 37.0100 -7.5500 8 PO LPMG S 08557 LPEV Evora (Portugal) 38.3400 -7.5400 321 PO LPMG S 08558 Evora/C.Coord (Portugal) 38.3200 -7.5400 246 PO LPMG S 08560 Viseu (Portugal) 40.4300 -7.5300 644 PO LPMG S 08561 Beja b. Aerea (Portugal) 38.0400 -7.5500 203 PO LPMG S 08562 LPBJ Beja (Portugal) 38.0100 -7.5200 247 PO LPMG S 08566 Vila Real (Portugal) 41.1900 -7.4400 481 PO LPMG S 08567 LPVR Vila Real (Portugal) 41.1600 -7.4300 562 PO LPMG S 08568 Penhas Douradas (Portugal) 40.2500 -7.3300 1388 PO LPMG S 08570 Castelo Branco (Portugal) 39.5000 -7.2900 384 PO LPMG S 08571 Portalegre (Portugal) 39.1700 -7.2500 590 PO LPMG S

08575 LPBG Braganca (Portugal) 41.4800 -6.4400 692 PO LPMG S 08579 LPMG Lisbon/Gago Coutinho(Portugal) 38.4600 -9.0800 105 PO LPMG S 08583 Mindelo (Cape Verde) 16.5002 -25.0328 18 CV GVAC F 08589 Praia (Cape Verde) 14.5647 -23.2908 95 CV GVAC F 08594 GVAC Sal (Cape Verde) 16.4452 -22.5700 56 CV GVAC F * 08911 Aragues del Puerto, (Spain) 42.4600 -0.3800 1540 SP LEMM S 08912 Isaba, Refugio Belagua (Spain) 42.5700 -0.4800 1591 SP LEMM S 08913 Anso, Refugio de Linza (Spain) 42.5400 -0.4800 1340 SP LEMM S 08914 Candanchu, Etuksa (Spain) 42.4712 -0.3200 1560 SP LEMM S 08916 Astun, Esqui 1730 (Spain) 42.4900 -0.3000 1730 SP LEMM S 08917 Sallent De Gallego, Fur(Spain) 42.4587 -0.2337 1780 SP LEMM S 08918 Sallent De Gallego, For(Spain) 42.4700 -0.2200 1560 SP LEMM S 08920 Sallent De Gallego, Res(Spain) 42.4900 -0.1718 2180 SP LEMM S 08922 Panticosa,Refugio Cas (Spain) 42.4578 -0.1400 1660 SP LEMM S 08924 Panticosa, Esqui (Spain) 42.4200 -0.1653 1830 SP LEMM S 08925 Eriste, Refugio Angel (Spain) 42.3800 0.2760 2150 SP LEMM S 08926 Fanlo, Refugio De Gori (Spain) 42.3982 0.0083 2215 SP LEMM S 08927 Bielsa, Refugio de Pine(Spain) 42.4000 0.0600 1350 SP LEMM S 08928 Benasque, Refugio De E (Spain) 42.4100 0.2900 1890 SP LEMM S 08930 Cerler, Esqui (Spain) 42.3500 0.3272 2020 SP LEMM S 08932 Boi Tahull (Spain) 42.2900 0.5200 2280 SP LEMM S 08934 Baqueira (Spain) 42.4200 0.5700 1870 SP LEMM S 08936 Sort (Spain) 42.2452 1.0800 680 SP LEMM S 08938 Port Aine (Spain) 42.2500 1.1263 2080 SP LEMM S 08940 Tavescan (Spain) 42.3825 1.1500 1100 SP LEMM S 08941 Andorra la Vella (Andorra) 42.3100 1.3100 1105 SP LEMM S 08942 Port Del Comte (Spain) 42.1000 1.3358 1750 SP LEMM S 08943 Pas de la Casa (Andorra) 42.3200 1.4200 2500 SP LEMM S 08944 Masella (Spain) 42.2000 1.5400 2150 SP LEMM S 08946 Nuria (Spain) 42.2363 2.0933 1967 SP LEMM S 08948 Vallter 2000 (Spain) 42.2610 2.1600 2160 SP LEMM S 08958 Camarena de la Sierra (Spain) 40.0700 -1.0213 1520 SP LEMM S 08960 Valdelinares, Esqui (Spain) 40.2300 -0.3800 1975 SP LEMM S * * Germany * 10001 Plattform Nordsee (Germany) 54.4200 7.1000 28 DL EDZW S 10002 Borkumriff (Germany) 53.4800 6.2200 6 DL EDZW S 10003 Lightship 01 (Germany) 53.5200 7.5000 0 DL EDZW S 10004 UFS TW Ems (Germany) 54.1000 6.2100 14 DL EDZW S 10005 UFS Elbe (Germany) 54.0000 8.0700 14 DL EDZW S 10006 Nordseeboje III (Germany) 54.4100 6.4700 10 DL EDZW S 10007 UFS Deutsche Bucht (Germany) 54.1100 7.2600 14 DL EDZW S 10008 Nordseeboje II (Germany) 55.0000 6.2000 3 DL EDZW S 10015 Helgoland (Germany) 54.1100 7.5400 4 DL EDZW S 10018 EDXW Westerland/Sylt (Germany) 54.5500 8.2100 22 DL EDZW S 10020 List auf Sylt (Germany) 55.0100 8.2500 26 DL EDZW S 10022 Leck (Germany) 54.4800 8.5700 7 DL EDZW S 10026 Husum (Germany) 54.3100 9.0900 28 DL EDZW S 10028 Sankt Peter-Ording (Germany) 54.2000 8.3600 5 DL EDZW S 10030 Buesum (Germany) 54.0800 8.5200 0 DL EDZW S 10031 EDXF Flensburg-Schaferhaus(Germany) 54.4700 9.2300 41 DL EDZW S 10033 ETGG Gluecksburg-Meierwik (Germany) 54.5000 9.3000 27 DL EDZW S 10034 ETME Eggebek (Germany) 54.3800 9.2100 20 DL EDZW S 10035 Schleswig (Germany) 54.3200 9.3300 43 DL EDZW S 10037 ETNS Schleswig-Jagel (Germany) 54.2800 9.3100 22 DL EDZW S 10038 ETNH Hohn (Germany) 54.1900 9.3200 12 DL EDZW S 10042 Ostseebad Schoenhagen(Germany) 54.3800 10.0100 2 DL EDZW S 10043 Fehmarnbelt/Grosstonn(Germany) 54.3600 11.0900 8 DL EDZW S 10044 Leuchtturm Kiel (Germany) 54.3000 10.1700 5 DL EDZW S 10045 Kronshagen/Kiel (Germany) 54.2000 10.0600 17 DL EDZW S 10046 EDHK Kiel-Holtenau (Germany) 54.2300 10.0900 31 DL EDZW S 10048 Friedrichsort (Germany) 54.2300 10.1100 11 DL EDZW S 10055 Fehmarn (Germany) 54.3200 11.0400 3 DL EDZW S 10063 Puttgarden (Germany) 54.3000 11.1300 1 DL EDZW S 10067 Marienleuchte (Germany) 54.3000 11.1400 5 DL EDZW S 10089 Rostock/Backup Radar (Germany) 54.1038 12.0642 35 DL EDZW S

10091 Arkona (Germany) 54.4100 13.2600 42 DL EDZW S 10093 Putbus (Germany) 54.2200 13.2900 40 DL EDZW S 10097 Greifswalder Oie (Germany) 54.1500 13.5500 12 DL EDZW S 10098 Rostock-Opticon (Germany) 54.0800 12.0500 0 DL EDZW S 10099 Neubrandenburg-Opticon(German) 53.3300 13.1600 0 DL EDZW S 10110 XBOR Borkum (Germany) 53.3400 6.4500 2 DL EDZW S 10112 Bake Zulu (Germany) 54.0200 8.3200 1 DL EDZW S 10113 EDWY Norderney (Germany) 53.4300 7.0900 11 DL EDZW S 10119 Spiekeroog (Germany) 53.4600 7.4300 10 DL EDZW S 10120 Helgoland/Oberland (Germany) 54.1100 7.5300 53 DL EDZW S 10121 EDWG Wangerooge (Germany) 53.4700 7.5500 2 DL EDZW S 10122 ETNJ Jever (Germany) 53.3200 7.5300 7 DL EDZW S 10123 Wangerogge (Germany) 53.4800 7.5400 14 DL EDZW S 10124 Leuchtturm Alte Weser(Germany) 53.5200 8.0800 30 DL EDZW S 10125 EDWI Wilhelmshaven-Mariens(Germany) 53.3000 8.0300 5 DL EDZW S 10126 ETNT Wittmundhafen (Germany) 53.3300 7.4000 8 DL EDZW S 10127 Wilhelmshaven (Germany) 53.3200 8.1000 11 DL EDZW S 10129 Bremerhaven (Germany) 53.3200 8.3500 7 DL EDZW S 10130 Elpersbuettel (Germany) 54.0400 9.0100 3 DL EDZW S 10131 Cuxhaven (Germany) 53.5200 8.4200 5 DL EDZW S 10132 Boostedt/Radar (Germany) 54.0025 10.0280 94 DL EDZW S 10133 EDXM St. Michaelisdonn (Germany) 53.5900 9.0900 38 DL EDZW S 10135 Nordholz/Windprofiler(Germany) 53.4700 8.4000 180 DL EDZW S 10136 ETMN Nordholz/Flugplatz (Germany) 53.4600 8.4000 23 DL EDZW S 10139 Bremervoerde (Germany) 53.2685 9.0842 12 DL EDZW S 10141 -Sasel (Germany) 53.3900 10.0700 49 DL EDZW S 10142 ETHI Itzehoe (Germany) 53.5900 9.3400 21 DL EDZW S 10143 Neumunster Wasbek (Germany) 54.0500 9.5600 20 DL EDZW S 10145 Hamburg-City (Germany) 53.3100 10.0400 5 DL EDZW S 10146 Quickborn (Germany) 53.4400 9.5300 13 DL EDZW S 10147 EDDH Hamburg-Fuhlsbuettel (Germany) 53.3800 10.0000 16 DL EDZW S 10148 Hamburg-Stadt (Germany) 53.3300 9.5800 22 DL EDZW S 10149 EDHI Hamburg-Finkenwerder (Germany) 53.3200 9.5000 5 DL EDZW S 10150 Doernick (Germany) 54.1000 10.2100 26 DL EDZW S 10152 Pelzerhaken (Germany) 54.0500 10.5300 1 DL EDZW S 10156 Luebeck-Blankensee (Germany) 53.4900 10.4200 14 DL EDZW S 10157 EDHL Luebeck-Blankensee (Germany) 53.4830 10.4250 21 DL EDZW S 10161 Boltenhagen (Germany) 54.0000 11.1200 15 DL EDZW S 10162 Schwerin (Germany) 53.3900 11.2300 59 DL EDZW S 10163 EDOP Schwerin-Parchim Airp(Germany) 53.2570 11.4710 40 DL EDZW S 10168 Goldberg (Germany) 53.3600 12.0600 58 DL EDZW S 10169 Rostock (Germany) 54.1100 12.0300 4 DL EDZW S 10170 Rostock-Warnemuende (Germany) 54.1100 12.0500 4 DL EDZW S 10172 ETNL Laage/Flugplatz (Germany) 53.5500 12.1700 40 DL EDZW S 10177 Teterow (Germany) 53.4600 12.3700 46 DL EDZW S 10180 EDBH Barth (Germany) 54.2000 12.4300 7 DL EDZW S 10181 Parow (Germany) 54.2200 13.0500 4 DL EDZW S 10184 Greifswald (Germany) 54.0600 13.2400 2 DL EDZW S 10192 EDAH Heringsdorf (Germany) 53.5300 14.0900 22 DL EDZW S 10193 Ueckermuende (Germany) 53.4500 14.0400 1 DL EDZW S 10200 EDWE Emden-Koenigspolder (Germany) 53.2330 7.1370 0 DL EDZW S 10203 Emden Hafen (Germany) 53.2100 7.1200 5 DL EDZW S 10204 Emden-Knock (Germany) 53.2000 7.0200 2 DL EDZW S 10205 Papenburg (Germany) 53.0500 7.2300 1 DL EDZW S 10210 Friesoythe-Altenoythe(Germany) 53.0300 7.5400 6 DL EDZW S 10215 Oldenburg (Germany) 53.1100 8.1000 11 DL EDZW S 10218 ETNA Ahlhorn (Germany) 52.5300 8.1400 49 DL EDZW S 10222 EDWD Lemwerder (Germany) 53.0900 8.3700 6 DL EDZW S 10224 EDDW Bremen (Germany) 53.0300 8.4800 4 DL EDZW S 10234 Rotenburg (Germany) 53.0800 9.2100 34 DL EDZW S 10235 Soltau (Germany) 52.5800 9.4800 76 DL EDZW S 10238 ETGB Bergen (Germany) 52.4900 9.5600 70 DL EDZW S 10246 ETHS Fassberg (Germany) 52.5500 10.1100 75 DL EDZW S 10249 Boizenburg (Germany) 53.2400 10.4100 45 DL EDZW S 10253 EDHC Luechow (Germany) 52.5800 11.0800 17 DL EDZW S 10261 Seehausen (Germany) 52.5400 11.4400 21 DL EDZW S 10264 Marnitz (Germany) 53.1900 11.5600 81 DL EDZW S 10266 Ziegendorf/Windprofil(Germany) 53.1800 11.4900 44 DL EDZW S

10267 EDBK Kyritz (Germany) 52.5600 12.2500 40 DL EDZW S 10268 Waren (Germany) 53.3100 12.4000 70 DL EDZW S 10270 Neuruppin (Germany) 52.5400 12.4900 38 DL EDZW S 10272 ETGW Wittstock (Germany) 53.1100 12.3100 72 DL EDZW S 10273 Basepohl (Germany) 53.4400 12.5600 53 DL EDZW S 10277 Neuglobsow (Germany) 53.0900 13.0200 62 DL EDZW S 10280 EDBN Neubrandenburg (Germany) 53.3300 13.1200 81 DL EDZW S 10281 ETNU Trollenhagen (Germany) 53.3600 13.1800 69 DL EDZW S 10282 Feldberg/Mecklenburg (Germany) 53.1900 13.2500 115 DL EDZW S 10286 Woldegk (Germany) 53.2800 13.3700 118 DL EDZW S 10289 Gruenow (Germany) 53.1900 13.5600 55 DL EDZW S 10291 Angermuende (Germany) 53.0200 14.0000 56 DL EDZW S 10304 ETWM Meppen (Germany) 52.4400 7.2000 19 DL EDZW S 10305 Lingen (Germany) 52.3100 7.1800 22 DL EDZW S 10306 ETHE Rheine-Bentlage (Germany) 52.1800 7.2300 40 DL EDZW S 10307 Rheine/Waldhugel (Germany) 52.1600 7.2600 78 DL EDZW S 10308 ETUN Nordhorn (Germany) 52.2700 7.1000 26 DL EDZW S 10309 Ahaus (Germany) 52.0500 6.5700 46 DL EDZW S 10312 Belm (Germany) 52.1900 8.1000 113 DL EDZW S 10313 Munster (Germany) 51.5800 7.3600 60 DL EDZW S 10314 ETNP Hopsten (Germany) 52.2000 7.3200 39 DL EDZW S 10315 EDDG Muenster/Osnabrueck (Germany) 52.0800 7.4200 48 DL EDZW S 10317 Osnabruck (Germany) 52.1500 8.0300 95 DL EDZW S 10319 Rheda-Wiedenbr. (Germany) 51.5000 8.2200 74 DL EDZW S 10320 ETUO Guetersloh (Germany) 51.5500 8.1800 72 DL EDZW S 10321 ETND Diepholz (Germany) 52.3500 8.2100 39 DL EDZW S 10324 Minden (Germany) 52.1900 8.5100 59 DL EDZW S 10325 Bad Salzuflen (Germany) 52.0600 8.4500 135 DL EDZW S 10326 EDLI Bielefeld-Windelsblei(Germany) 51.5800 8.3300 138 DL EDZW S 10328 Detmold (Germany) 51.5700 8.5400 189 DL EDZW S 10334 ETNW Wunstorf (Germany) 52.2700 9.2600 57 DL EDZW S 10335 ETHB Bueckeburg (Germany) 52.1700 9.0500 70 DL EDZW S 10337 Hildesheim (Germany) 52.1100 9.5700 88 DL EDZW S 10338 EDDV Hannover (Germany) 52.2800 9.4200 55 DL EDZW S 10343 ETHC Celle (Germany) 52.3600 10.0100 39 DL EDZW S 10346 EDVE Braunschweig-Waggum (Germany) 52.1900 10.3300 84 DL EDZW S 10348 Braunschweig (Germany) 52.1800 10.2700 81 DL EDZW S 10356 Ummendorf (Germany) 52.1000 11.1100 162 DL EDZW S 10359 Gardelegen (Germany) 52.3100 11.2400 47 DL EDZW S 10361 Magdeburg (Germany) 52.0800 11.3600 79 DL EDZW S 10362 EDBM Magdeburg (Germany) 52.0500 11.3800 81 DL EDZW S 10365 Genthin (Germany) 52.2300 12.1000 35 DL EDZW S 10368 Wiesenburg (Germany) 52.0700 12.2800 187 DL EDZW S 10370 Brandenburg-Briest (Germany) 52.2600 12.2700 31 DL EDZW S 10376 Baruth (Germany) 52.0373 13.3017 55 DL EDZW S 10378 Potsdam (Germany) 52.2200 13.0500 89 DL EDZW S 10379 Potsdam (Germany) 52.2300 13.0400 81 DL EDZW S 10381 -Dahlem (Germany) 52.2800 13.1800 51 DL EDZW S 10382 EDDT Berlin-Tegel (Germany) 52.3400 13.1900 37 DL EDZW S 10384 EDDI Berlin-Tempelhof (Germany) 52.2800 13.2400 50 DL EDZW S 10385 EDDB Berlin-Schoenefeld (Germany) 52.2300 13.3100 47 DL EDZW S 10389 Berlin-Alexanderplatz(Germany) 52.3100 13.2500 37 DL EDZW S 10391 Lindenberg/SODAR (Germany) 52.1000 14.0700 70 DL EDZW S 10392 Proetzel/Radar (Germany) 52.3892 13.5149 148 DL EDZW S 10393 Lindenberg (Germany) 52.1300 14.0700 98 DL EDZW S 10394 Lindenberg/WPR (Germany) 52.1200 14.0700 101 DL EDZW S 10395 Trollenberg-Beeskow (Germany) 52.1000 14.0700 71 DL EDZW S 10396 Manschnow (Germany) 52.3300 14.3300 12 DL EDZW S 10399 Falkenberg (Germany) 52.1000 14.0700 73 DL EDZW S 10400 EDDL Duesseldorf (Germany) 51.1700 6.4600 45 DL EDZW S 10401 ETUR Bruggen (Germany) 51.1200 6.0800 73 DL EDJT S 10402 EDUW Wildenrath (Germany) 51.0700 6.1300 89 DL EDJT S 10403 EDLN Moenchengladbach (Germany) 51.1400 6.3000 37 DL EDZW S 10404 ETGY Kalkar (Germany) 51.4400 6.1600 31 DL EDZW S 10405 ETUL Laarbruch (Germany) 51.3600 6.0900 32 DL EDJT S 10406 Bocholt (Germany) 51.5000 6.3200 21 DL EDZW S 10409 EDLE Essen/Muelheim (Germany) 51.2400 6.5600 129 DL EDZW S 10410 EDZE Essen-Bredeney (Germany) 51.2400 6.5800 152 DL EDZW S

10412 Essen (Radar) (Germany) 51.2438 6.5788 158 DL EDZW S 10413 EDLM Marl/Loemuehle (Germany) 51.3900 7.1000 74 DL EDZW S 10416 EDLW Dortmund/Wickede (Germany) 51.3100 7.3700 127 DL EDZW S 10418 Luedenscheid (Germany) 51.1500 7.3900 387 DL EDZW S 10419 Ludenscheid (Germany) 51.1300 7.3600 434 DL EDZY S 10423 Soest (Germany) 51.3500 8.1300 125 DL EDZW S 10424 Werl (Germany) 51.3500 7.5300 82 DL EDZY S 10425 EDLA Arnsberg (Germany) 51.2900 7.5400 242 DL EDZW S 10426 EDLP Paderborn/Lippstadt (Germany) 51.3700 8.3700 213 DL EDZW S 10427 Kahler Asten (Germany) 51.1100 8.2900 839 DL EDZW S 10430 Bad Lippspringe (Germany) 51.4700 8.5000 157 DL EDZW S 10431 Eggegebirge (Germany) 51.5000 8.5700 450 DL EDZW S 10432 Koeterberg (Germany) 51.5100 9.1900 492 DL EDZW S 10433 Luegde-Paenbruch (Germany) 51.5200 9.1600 258 DL EDZW S 10434 Flechtdorf/Radar (Germany) 51.1900 8.4800 538 DL EDZW S 10435 Warburg (Germany) 51.3000 9.0700 235 DL EDZW S 10436 EDVK Kassel/Calden (Germany) 51.2400 9.2300 277 DL EDZW S 10437 ETGF Fritzlar-Kasseler War(Germany) 51.0800 9.1700 222 DL EDZW S 10438 Kassel (Germany) 51.1800 9.2700 231 DL EDZW S 10439 ETHF Fritzlar/Flugplatz (Germany) 51.0700 9.1700 172 DL EDZW S 10440 Korbach-Rhena Flechtd(Germany) 51.1867 8.4812 551 DL EDZW S 10442 Alfeld (Germany) 51.5800 9.4800 148 DL EDZW S 10444 Goettingen (Germany) 51.3000 9.5700 167 DL EDZW S 10449 Leinefelde (Germany) 51.2400 10.1900 356 DL EDZW S 10452 Braunlage (Germany) 51.4400 10.3600 607 DL EDZW S 10453 Brocken (Germany) 51.4800 10.3700 1142 DL EDZW S 10454 Wernigerode (Germany) 51.5100 10.4600 234 DL EDZW S 10457 EDBC Cochstedt (Germany) 51.5160 11.2500 182 DL EDZW S 10458 Harzgerode (Germany) 51.3900 11.0800 404 DL EDZW S 10460 Artern (Germany) 51.2300 11.1800 164 DL EDZW S 10466 Halle-Kroellwitz (Germany) 51.3100 11.5700 96 DL EDZW S 10468 Oppin (Germany) 51.3300 12.0400 106 DL EDZW S 10469 EDDP /Halle (Germany) 51.2500 12.1400 142 DL EDZW S 10470 Leipzig-City (Germany) 51.1900 12.2500 140 DL EDZW S 10471 Leipzig-Holzhausen (Germany) 51.1900 12.2500 146 DL EDZW S 10472 Klinga (Germany) 51.1700 12.3900 140 DL EDZW S 10474 Wittenberg (Germany) 51.5300 12.3900 105 DL EDZW S 10476 ETSH Holzdorf/Flugplatz (Germany) 51.4600 13.1000 82 DL EDZW S 10480 Oschatz (Germany) 51.1800 13.0600 150 DL EDZW S 10486 -Wahnsdorf (Germany) 51.0700 13.4100 231 DL EDZW S 10488 EDDC Dresden-Klotzsche (Germany) 51.0800 13.4700 230 DL EDZW S 10490 Doberlug-Kirchhain (Germany) 51.3900 13.3500 97 DL EDZW S 10492 ETHT Cottbus/Flugplatz (Germany) 51.4600 14.1700 68 DL EDZW S 10493 ETNR Preschen (Germany) 51.4000 14.3800 100 DL EDZW S 10494 Gr. Schacksdorf (Germany) 51.4200 14.3800 85 DL EDZW S 10495 Hoyerswerda (Germany) 51.2700 14.1500 116 DL EDZW S 10496 Cottbus (Germany) 51.4700 14.1900 69 DL EDZW S 10497 Drewitz/Lausitz (Germany) 51.5300 14.3200 80 DL EDZW S 10498 Neuhausen/Cottbus (Germany) 51.4100 14.2500 83 DL EDZW S 10499 EDBX Goerlitz (Germany) 51.1000 14.5700 238 DL EDZW S 10500 ETNG Geilenkirchen (Germany) 50.5800 6.0300 90 DL EDZW S 10501 Aachen (Germany) 50.4700 6.0600 202 DL EDZW S 10502 ETNN Noervenich/Flugplatz (Germany) 50.5000 6.4000 118 DL EDZW S 10503 ETBA Aachen/Merzbruck (Germany) 50.4900 6.1100 190 DL EDZY S 10504 Simmerath (Germany) 50.3900 6.1700 572 DL EDZW S 10505 Aachen-Orsbach (Germany) 50.4797 6.0150 233 DL EDZW S 10506 Nuerburg-Barweiler (Germany) 50.2200 6.5200 485 DL EDZW S 10507 EDKV Dahlemer Binz (Germany) 50.2400 6.3200 578 DL EDZW S 10508 Kalterherberg (Germany) 50.3100 6.1300 499 DL EDZW S 10509 ETBB Butzweilerhof (Germany) 50.5900 6.5400 48 DL EDZY S 10510 Nurburg (Germany) 50.2000 6.5700 627 DL EDZW S 10511 Koeln-City (Germany) 50.5600 6.5700 45 DL EDZW S 10513 EDDK Koeln-Bonn (Germany) 50.5200 7.1000 91 DL EDZW S 10514 ETHM Mendig (Germany) 50.2200 7.1900 182 DL EDZW S 10515 Bendorf (Germany) 50.2500 7.3500 127 DL EDZW S 10516 ETGQ Koblenz/Falkenstein (Germany) 50.2200 7.3500 84 DL EDZW S 10517 Bonn-Friesdorf (Germany) 50.4200 7.0900 64 DL EDZW S 10518 ETHH Bonn-Hardthoehe (Germany) 50.4200 7.0200 158 DL EDZW S

10519 Bonn-Roleber (Germany) 50.4400 7.1200 159 DL EDZW S 10520 Andernach (Germany) 50.2500 7.2500 75 DL EDZW S 10521 Rothaargebirge (Germany) 50.5600 8.1200 635 DL EDZW S 10526 Bad Marienberg (Germany) 50.4000 7.5800 547 DL EDZW S 10528 EDGS Siegerland (Germany) 50.4300 8.0500 599 DL EDZW S 10532 Giessen/Wettenberg (Germany) 50.3600 8.3900 203 DL EDZW S 10533 Giessen (Germany) 50.3600 8.4400 152 DL EDZW S 10534 Hoherodskopf/Vogels (Germany) 50.3100 9.1300 743 DL EDZW S 10535 Wahlen (Germany) 50.4900 9.0800 349 DL EDZW S 10536 Fulda (Germany) 50.3300 9.3900 305 DL EDZW S 10537 Neu-Ulrichstein (Germany) 50.4500 9.0100 350 DL EDZW S 10540 Eisenach (Germany) 51.0000 10.2200 312 DL EDZW S 10542 Bad Hersfeld (Germany) 50.5100 9.4400 273 DL EDZW S 10544 Wasserkuppe (Germany) 50.3000 9.5700 921 DL EDZW S 10546 Kaltennordheim (Germany) 50.3800 10.0900 487 DL EDZW S 10548 Meiningen (Germany) 50.3400 10.2300 450 DL EDZW S 10551 Suhl (Germany) 50.3700 10.4000 505 DL EDZW S 10552 Schmuecke (Germany) 50.3900 10.4600 937 DL EDZW S 10554 EDDE Erfurt-Weimar (Germany) 50.5900 10.5800 315 DL EDZW S 10555 Weimar (Germany) 50.5900 11.1900 264 DL EDZW S 10557 Neuhaus am Rennweg (Germany) 50.3000 11.0800 845 DL EDZW S 10558 Sonneberg-Neufang (Germany) 50.2300 11.1100 626 DL EDZW S 10560 Saalfeld (Germany) 50.3900 11.2200 210 DL EDZW S 10564 Schleiz (Germany) 50.3400 11.4900 501 DL EDZW S 10565 Osterfeld (Germany) 51.0500 11.5600 262 DL EDZW S 10567 EDAJ Gera-Leumnitz (Germany) 50.5300 12.0800 311 DL EDZW S 10569 Plauen (Germany) 50.2900 12.0800 386 DL EDZW S 10571 EDAC Altenburg/Nobitz (Germany) 50.5800 12.3000 192 DL EDZW S 10574 Carlsfeld (Germany) 50.2600 12.3700 898 DL EDZW S 10575 Aue (Germany) 50.3600 12.4300 391 DL EDZW S 10577 Chemnitz (Germany) 50.4800 12.5200 418 DL EDZW S 10578 Fichtelberg (Germany) 50.2600 12.5700 1213 DL EDZW S 10579 Marienberg (Germany) 50.3900 13.0900 639 DL EDZW S 10582 Zinnwald-Georgenfeld (Germany) 50.4400 13.4500 877 DL EDZW S 10591 Lichtenhain-Mitteln (Germany) 50.5600 14.1300 300 DL EDZW S 10605 Neuheilenbach (Germany) 50.0663 6.3300 551 DL EDZW S 10606 Neuheilenbach/Backup (Germany) 50.0700 6.3500 477 DL EDZW S 10607 ETAD Spangdahlem (Germany) 49.5900 6.4200 365 DL EDZW S 10609 Trier-Petrisberg (Germany) 49.4500 6.4000 265 DL EDZW S 10610 Bitburg (Germany) 49.5700 6.3400 374 DL EDZW S 10611 Brauneberg-Rebberg (Germany) 49.5600 7.0000 180 DL EDZW S 10612 Brauneberg/Mosel (Germany) 49.5500 7.0000 120 DL EDZW S 10613 ETSB Buechel/Flugplatz (Germany) 50.1000 7.0400 478 DL EDZW S 10614 ETAR Ramstein (Germany) 49.2600 7.3600 238 DL EDZW S 10615 Deuselbach (Germany) 49.4600 7.0300 480 DL EDZW S 10616 EDFH Hahn (Germany) 49.5700 7.1600 502 DL EDZW S 10617 ETGX Traben-Trarbach (Germany) 49.5800 7.0700 257 DL EDZW S 10618 ETGI Idar-Oberstein (Germany) 49.4200 7.2000 376 DL EDZW S 10619 Baumholder USA air (Germany) 49.3900 7.1800 426 DL EDZW S 10626 ETSP Pferdsfeld (Germany) 49.5100 7.3600 396 DL EDZW S 10627 ETEH Bad Kreuznach (Germany) 49.5100 7.5300 103 DL EDZW S 10628 Geisenheim (Germany) 49.5900 7.5700 110 DL EDZW S 10629 Offenthal (Radar) (Germany) 49.5910 8.4280 198 DL EDZW S 10630 -Walldorf (Germany) 50.0135 8.3351 144 DL EDZW S 10633 ETOU Wiesbaden (Germany) 50.0300 8.2000 140 DL EDZW S 10635 Kleiner Feldberg/Taun(Germany) 50.1300 8.2700 805 DL EDZW S 10636 EDFE Egelsbach (Germany) 49.5770 8.3860 117 DL EDZW S 10637 EDDF Frankfurt/Main (Germany) 50.0300 8.3600 111 DL EDZW S 10638 Maurice Rose USA air (Germany) 50.1100 8.3900 104 DL EDZW S 10639 Langen (Germany) 50.0100 8.4000 125 DL EDZW S 10640 EDZW Offenbach/Main (Germany) 50.0700 8.4400 98 DL EDZW S 10641 Offenbach-Wetterpark (Germany) 50.0500 8.4700 119 DL EDZW S 10642 ETID Hanau (Germany) 50.1000 8.5800 112 DL EDZW S 10643 Babenhausen (Germany) 49.5700 8.5800 131 DL EDZW S 10644 EDFC Aschaffenburg/Grossostheim 49.5600 9.0400 125 DL EDZW S 10645 Breitsol (Germany) 49.5400 9.2600 585 DL EDZW S 10646 Neuhutten-Spessart (Germany) 50.0100 9.2600 340 DL EDZW S 10648 EDFO Michelstadt-Vielbrunn(Germany) 49.4300 9.0600 453 DL EDZW S

10653 EDQG Giebelstadt (Germany) 49.3900 9.5800 298 DL EDZW S 10655 Wuerzburg (Germany) 49.4600 9.5800 268 DL EDZW S 10657 Wertheim USA air (Germany) 49.4500 9.3000 338 DL EDZW S 10658 EDFK Bad Kissingen (Germany) 50.1400 10.0500 282 DL EDZW S 10659 Kitzingen (Germany) 49.4500 10.1200 210 DL EDZW S 10669 Kitzingen Usa (Germany) 49.4500 10.1200 210 DL EDZW S 10671 Lautertal-Oberlauter (Germany) 50.1800 10.5800 345 DL EDZW S 10675 Bamberg (Germany) 49.5300 10.5500 239 DL EDZW S 10677 EDQD Bayreuth (Germany) 49.5900 11.3800 488 DL EDZW S 10678 Bayreuth/Windprofiler(Germany) 49.5900 11.4100 514 DL EDZW S 10684 EDQM Hof/Flugplatz (Germany) 50.1700 11.5100 585 DL EDZW S 10685 Hof (Germany) 50.1900 11.5300 567 DL EDZW S 10686 Wunsiedel-Schoenbrunn(Germany) 50.0200 11.5800 622 DL EDZW S 10687 ETIC Grafenwohr (Germany) 49.4200 11.5700 415 DL EDZW S 10688 EDQW Weiden (Germany) 49.4000 12.1100 438 DL EDZW S 10704 Berus (Germany) 49.1700 6.4100 363 DL EDZW S 10706 Tholey (Germany) 49.2900 7.0300 396 DL EDZW S 10708 EDDR Saarbruecken-Ensheim (Germany) 49.1300 7.0700 322 DL EDZW S 10709 Saarbruecken (Germany) 49.1500 6.5600 213 DL EDZW S 10712 ETAS Sembach (Germany) 49.3100 7.5200 321 DL EDZW S 10714 EDRZ Zweibrucken United States Air 49.1300 7.2400 353 DL EDZW S 10717 EDIV Pirmasens (Germany) 49.1300 7.3700 415 DL EDZW S 10722 EDSB Karlsruhe/Baden-Baden(Germany) 48.4700 8.0500 135 DL EDZW S 10723 Neustadt/Wstr. (Germany) 49.2200 8.1200 205 DL EDZW S 10724 Weinbiet (Germany) 49.2300 8.0700 553 DL EDZW S 10725 Baden-Oos (Germany) 48.4800 8.1100 124 DL EDZW S 10727 EDTK Karlsruhe (Germany) 49.0200 8.2200 112 DL EDZW S 10728 ETOR /Coleman (Germany) 49.3400 8.2800 96 DL EDZW S 10729 Mannheim (Germany) 49.3100 8.3300 96 DL EDZW S 10730 EDFM Mannheim City Airport(Germany) 49.2840 8.3090 106 DL EDZW S 10731 Rheinstetten (Germany) 48.5800 8.1900 116 DL EDZW S 10733 Waibstadt (Germany) 49.1800 8.5400 237 DL EDZW S 10734 ETIE (Germany) 49.2400 8.3900 110 DL EDZW S 10735 Sinsheim (Germany) 49.1500 8.5300 169 DL EDZW S 10736 Muehlacker (Germany) 48.5800 8.5200 244 DL EDZW S 10737 /Town (Germany) 48.4700 9.1300 224 DL EDZW S 10738 EDDS Stuttgart-Echterdinge(Germany) 48.4100 9.1300 396 DL EDZW S 10739 Stuttgart/Schnarrenbe(Germany) 48.5000 9.1200 314 DL EDZW S 10740 Stuttgart-City (Germany) 48.4800 9.1300 230 DL EDZW S 10741 Bad Cannstatt (Germany) 48.4800 9.1400 244 DL EDZW S 10742 oehringen (Germany) 49.1300 9.3100 276 DL EDZW S 10743 ETHN Niederstetten (Germany) 49.2300 9.5800 473 DL EDZW S 10745 Schwabisch Hall (Germany) 49.0700 9.4700 398 DL EDZW S 10747 Kaisersbach-Cronhuett(Germany) 48.5500 9.4100 489 DL EDZW S 10752 ETIK Illesheim (Germany) 49.2800 10.2300 325 DL EDZW S 10753 Ansbach (Germany) 49.1700 10.3200 490 DL EDZW S 10755 ETEB Ansbach/Katterbach (Germany) 49.1900 10.3800 467 DL EDZW S 10756 Feuchtwangen-Heilbron(Germany) 49.1000 10.2200 475 DL EDZW S 10761 Weissenburg (Germany) 49.0100 10.5800 422 DL EDZW S 10762 Furth USA heli (Germany) 49.3000 10.5800 302 DL EDZW S 10763 EDDN Nuernberg (Germany) 49.3000 11.0500 319 DL EDZW S 10764 EDIG Feucht (Germany) 49.2300 11.1000 386 DL EDZW S 10765 ETHR Roth (Germany) 49.1300 11.0600 385 DL EDZW S 10771 ETGK Kuemmersbruck (Germany) 49.2600 11.5400 419 DL EDZW S 10775 ETIH Hohenfels (Germany) 49.1300 11.5000 442 DL EDZW S 10776 EDNR Regensburg (Germany) 49.0300 12.0600 366 DL EDZW S 10777 Gelbelsee (Germany) 48.5700 11.2600 539 DL EDZW S 10780 Eisberg (Germany) 49.3248 12.2400 771 DL EDZW S 10782 Waldmuenchen (Germany) 49.2400 12.4100 499 DL EDZW S 10788 Straubing (Germany) 48.5000 12.3400 350 DL EDZW S 10791 Grosser Arber (Germany) 49.0700 13.0800 1437 DL EDZW S 10796 Zwiesel (Germany) 49.0200 13.1400 612 DL EDZW S 10803 EDTF Freiburg (Germany) 48.0100 7.5000 236 DL EDZW S 10805 EDTL Lahr (Germany) 48.2200 7.5000 155 DL EDZW S 10810 Hornisgrinde (Germany) 48.3600 8.1200 1122 DL EDZW S 10815 Freudenstadt (Germany) 48.2700 8.2500 797 DL EDZW S 10818 Klippeneck (Germany) 48.0600 8.4500 973 DL EDZW S 10827 ETGZ Messstetten (Germany) 48.1100 9.0000 920 DL EDZW S

10828 ETGS Sigmaringen (Germany) 48.0600 9.1500 645 DL EDZW S 10830 Sonnenbuehl/Alb. (Germany) 48.2300 9.1300 735 DL EDZW S 10832 Tuerkheim (Germany) 48.3512 9.4697 731 DL EDZW S 10834 Riedlingen (Germany) 48.1000 9.3000 526 DL EDZW S 10836 Stoetten (Germany) 48.4000 9.5200 734 DL EDZW S 10837 ETHL Laupheim (Germany) 48.1300 9.5500 538 DL EDZW S 10838 Ulm (Germany) 48.2300 9.5700 567 DL EDZW S 10839 ETGU Ulm-Wilhelmsburg (Germany) 48.2400 9.5900 576 DL EDZW S 10845 Leipheim (Germany) 48.2600 10.1400 477 DL EDZW S 10850 Harburg (Germany) 48.4700 10.4200 457 DL EDZW S 10852 EDMA Augsburg (Germany) 48.2600 10.5700 462 DL EDZW S 10853 ETSN Neuburg/Donau/Flugplatz(Germa) 48.4300 11.1300 380 DL EDZW S 10856 ETSL Lechfeld (Germany) 48.1100 10.5100 555 DL EDZW S 10857 ETSA Landsberg/Flugplatz (Germany) 48.0400 10.5400 623 DL EDZW S 10858 ETSF Furstenfeldbruck (Germany) 48.1200 11.1600 519 DL EDZW S 10859 EDMO Oberpfaffenhofen (Germany) 48.0500 11.1700 593 DL EDZW S 10860 ETSI Ingolstadt/Flugplatz (Germany) 48.4300 11.3200 367 DL EDZW S 10862 ETAV Siegenburg (Germany) 48.4500 11.4800 397 DL EDZW S 10863 Weihenstephan-Duernast(German) 48.2400 11.4200 477 DL EDZW S 10864 Neubiberg Ger-Afb (Germany) 48.0400 11.3800 560 DL EDZW S 10865 Muenchen-Stadt (Germany) 48.0800 11.3300 520 DL EDZW S 10866 Muenchen/Stadt (Germany) 48.0800 11.4200 453 DL EDZW S 10868 EDMX Muenchen-Oberschleissheim 48.1500 11.3300 484 DL EDZW S 10869 ETSE Erding (Germany) 48.1900 11.5700 462 DL EDZW S 10870 EDDM Muenchen-Flughafen (Germany) 48.2200 11.4800 453 DL EDZW S 10871 Muenchen-Fuerholzen/Radar 48.2018 11.3670 489 DL EDZW S 10872 Gottfrieding (Germany) 48.4000 12.3200 350 DL EDZW S 10873 Isen/Radar (Germany) 48.1049 12.0611 634 DL EDZW S 10875 EDMY Muehldorf (Germany) 48.1700 12.3000 405 DL EDZW S 10893 Passau (Germany) 48.3500 13.2800 409 DL EDZW S 10895 Fuerstenzell (Germany) 48.3300 13.2100 476 DL EDZW S 10900 Bremgarten (Germany) 47.5400 7.3700 217 DL EDZW S 10901 Heitersheim (Germany) 47.5400 7.3700 215 DL EDZW S 10903 Hofen-Vogelpark (Germany) 47.4100 7.4500 412 DL EDZW S 10904 Endenburg/Schw. (Germany) 47.4300 7.4500 699 DL EDZW S 10905 Weil am Rhein (Germany) 47.3500 7.3700 261 DL EDZW S 10906 LOE-Tuellingen (Germany) 47.3600 7.3900 441 DL EDZW S 10907 Feldberg/Backup Radar(Germany) 47.5235 8.0041 1484 DL EDZW S 10908 Feldberg/Schwarzwald (Germany) 47.5300 8.0000 1486 DL EDZW S 10910 Gersbach/Schw. (Germany) 47.4200 7.5500 913 DL EDZW S 10912 EDTD Donaueschingen-Villin(Germany) 47.5800 8.3100 679 DL EDZW S 10921 EDAP Neuhausen Ob Eck (Germany) 47.5900 8.5400 807 DL EDZW S 10924 Hohentwiel (Germany) 47.4600 8.4900 686 DL EDZW S 10925 Gaienhofen (Germany) 47.4100 9.0000 398 DL EDZW S 10926 Radolfzell/Bds (Germany) 47.4400 9.0000 398 DL EDZW S 10929 EDTZ (Germany) 47.4100 9.1100 443 DL EDZW S 10930 Mainau/Bodensee (Germany) 47.4300 9.1300 398 DL EDZW S 10931 Ueberlingen (Germany) 47.4600 9.1100 398 DL EDZW S 10935 EDNY Friedrichshafen (Germany) 47.4000 9.3100 416 DL EDZW S 10940 Lindau-Bad Schachen (Germany) 47.3300 9.3900 400 DL EDZW S 10945 Leutkirch-Herlazhofen(Germany) 47.4800 10.0200 672 DL EDZW S 10946 EDMK Kempten (Germany) 47.4300 10.2000 705 DL EDZW S 10947 ETSM Memmingen (Germany) 47.5900 10.1400 634 DL EDZW S 10948 Oberstdorf (Germany) 47.2400 10.1700 810 DL EDZW S 10950 Memmingen/Radar (Germany) 48.0252 10.1315 669 DL EDZW S 10954 ETHA Altenstadt (Germany) 47.5000 10.5200 739 DL EDZW S 10961 Zugspitze (Germany) 47.2500 10.5900 2960 DL EDZW S 10962 Hohenpeissenberg (Germany) 47.4800 11.0100 977 DL EDZW S 10963 Garmisch-Partenkirche(Germany) 47.2900 11.0400 719 DL EDZW S 10971 Bad Tolz USA airforce(Germany) 47.4600 11.3600 716 DL EDZW S 10980 Wendelstein (Germany) 47.4200 12.0100 1832 DL EDZW S 10982 Chieming (Germany) 47.5300 12.3200 549 DL EDZW S 10990 Hameln (Germany) 52.0600 9.2100 44 DL EDZW S 10991 Nordlingen (Germany) 48.5100 10.0300 300 DL EDZW S * * Austria * 11001 Wolfsegg (Austria) 48.0630 13.4030 660 OS LOWM S

*N11002 Enns (Austria) 48.12 14.27 317 OS LOWM S 11003 Ried i.Innkreis (Austria) 48.1300 13.2900 443 OS LOWM S 11004 Reichersberg (Austria) 48.1990 13.2260 351 OS LOWM S 11005 LOLS Schaerding (Austria) 48.2400 13.2600 330 OS LOWM S *N11007 Kollerschlag (Austria) 48.36 13.50 714 OS LOWM S 11008 Rohrbach (Austria) 48.3420 13.5960 597 OS LOWM S 11009 LOLW Wels (Austria) 48.1100 14.0200 318 OS LOWM S 11010 LOWL Linz/Hoersching (Austria) 48.1450 14.1150 298 OS LOWM S 11011 LOXL Linz/Hoersching-Flug.(Austria) 48.1400 14.1100 298 OS LOWM S 11012 Kremsmuenster (Austria) 48.0330 14.0790 382 OS LOWM S 11013 Stadt Haag/Heimberg (Austria) 48.0700 14.3700 408 OS LOWM S 11014 Koenigswiesen (Austria) 48.2400 14.5000 608 OS LOWM S 11015 Freistadt (Austria) 48.3040 14.3040 549 OS LOWM S 11016 LOLF Freistadt-Flugfeld (Austria) 48.3100 14.2500 682 OS LOWM S 11017 Freistadt (Austria) 48.3100 14.3000 563 OS LOWM S 11018 Amstetten (Austria) 48.0650 14.5390 266 OS LOWM S 11019 LOXE Allentsteig (Austria) 48.4150 15.2200 599 OS LOWM S 11020 Stift Zwettl (Austria) 48.3710 15.1220 502 OS LOWM S 11021 Litschau (Austria) 48.5730 15.0230 559 OS LOWM S 11022 Retz (Austria) 48.4570 15.5650 320 OS LOWM S 11023 Gars/Kamp (Austria) 48.3570 15.4010 267 OS LOWM S 11024 Jauerling Gipfel (Austria) 48.2010 15.2040 955 OS LOWM S 11025 Weitra (Austria) 48.4210 14.5390 572 OS LOWM S 11026 LOAG Krems/Langenlois Gneixendorf 48.2700 15.3800 312 OS LOWM S 11027 Stockerau (Austria) 48.2380 16.1150 203 OS LOWM S 11028 St. Poelten (Austria) 48.1100 15.3700 284 OS LOWM S 11029 Neu-Lengbach (Austria) 48.1000 15.5600 501 OS LOWM S 11030 LOXT Langenlebarn (Austria) 48.1940 16.0710 175 OS LOWM S 11031 Kohlreitberg (Austria) 48.1100 15.5600 490 OS LOWM S 11032 Poysdorf/Ost (Austria) 48.4010 16.3830 198 OS LOWM S *N11033 Wien/Hohe Warte (Austria) 48.15 16.21 198 OS LOWM S 11034 Wien/Innere Stadt (Austria) 48.1190 16.2200 177 OS LOWM S 11035 Wien/Hohe Warte (Austria) 48.1500 16.2100 209 OS LOWM S 11036 LOWW Wien/Schwechat (Austria) 48.0660 16.3420 184 OS LOWM S 11037 Gross Enzersdorf (Austria) 48.1200 16.3350 154 OS LOWM S 11038 Wien-Rauchenwarth (Austria) 48.0440 16.3220 205 OS LOWM S 11039 LOAS Spitzerberg (Austria) 48.0600 16.5600 183 OS LOWM S 11040 Wien/Unterlaa (Austria) 48.0750 16.2510 201 OS LOWM S *N11042 Wien/Stammersdorf (Austria) 48.18 16.24 191 OS LOWM S *N11044 Wien/Jubilaeumswarte (Austria) 48.13 16.16 450 OS LOWM S *N11045 Wolkersdorf (Austria) 48.23 16.30 185 OS LOWM S *N11046 Bad Deutsch-Altenburg(Austria) 48.08 16.54 169 OS LOWM S *N11047 Raabs/Thaya (Austria) 48.51 15.30 459 OS LOWM S *N11048 Gaenserndorf/Stadt (Austria) 48.20 16.43 163 OS LOWM S *N11049 Mattighofen (Austria) 48.06 13.09 460 OS LOWM S *N11050 Reichenau/M (Austria) 48.28 14.21 689 OS LOWM S 11051 Ranshofen (Austria) 48.1350 13.0170 382 OS LOWM S 11052 Feldkirchen (Austria) 48.0400 13.0400 550 OS LOWM S 11053 Ried/Innkreis (Austria) 48.1300 13.2850 427 OS LOWM S *N11054 Melk (Austria) 48.13 15.20 307 OS LOWM S 11055 Schaerding (Austria) 48.2790 13.2610 307 OS LOWM S *N11056 Voecklabruck (Austria) 48.00 13.39 433 OS LOWM S *N11057 Bad Zell (Austria) 48.21 14.40 554 OS LOWM S *N11058 Waizenkirchen (Austria) 48.20 13.52 401 OS LOWM S 11059 Wels (Austria) 48.0980 14.0430 309 OS LOWM S 11060 Linz/Stadt (Austria) 48.1780 14.1710 262 OS LOWM S *N11061 Ostermiething (Austria) 48.03 12.50 412 OS LOWM S *N11062 Aspach (Austria) 48.11 13.18 431 OS LOWM S *N11063 Rottenmann (Austria) 47.31 14.26 707 OS LOWM S 11065 Liebenau (Austria) 48.3200 14.4800 998 OS LOWM S *N11066 Buchberg (Austria) 48.13 15.57 460 OS LOWM S *N11067 Gallspach (Austria) 48.12 13.49 426 OS LOWM S 11070 Krems (Austria) 48.2510 15.3730 203 OS LOWM S 11075 Langenlois (Austria) 48.2830 15.4190 207 OS LOWM S *N11077 Brunn (Austria) 48.06 16.16 291 OS LOWM S 11078 Lilienfeld/Sulzer (Austria) 48.0170 15.3520 696 OS LOWM S *N11079 Berndorf (Austria) 47.56 16.06 337 OS LOWM S 11080 Mariabrunn (Austria) 48.1240 16.1380 225 OS LOWM S

11081 Baden (Austria) 48.0070 16.1410 245 OS LOWM S 11082 Gumpoldskirchen (Austria) 48.0240 16.1690 219 OS LOWM S 11083 Leiser Berge (Austria) 48.3350 16.2230 457 OS LOWM S 11085 Zwerndorf (Austria) 48.2030 16.4990 144 OS LOWM S 11090 Donaufeld (Austria) 48.1540 16.2600 161 OS LOWM S *N11100 Sulzberg (Austria) 47.31 9.55 1018 OS LOWM S 11101 Bregenz (Austria) 47.3000 9.4480 424 OS LOWM S *N11102 Bludenz (Austria) 47.09 9.49 565 OS LOWM S 11103 LOIH Hohenems/Dornbirn Flugfeld 47.2300 9.4200 418 OS LOWM S 11104 Fraxern (Austria) 47.1890 9.4050 807 OS LOWM S 11105 Feldkirch (Austria) 47.1630 9.3660 438 OS LOWM S 11106 Laz Muttersberg (Austria) 47.1100 9.4900 900 OS LOWM S 11107 Alpe Rauz am Arlberg (Austria) 47.0800 10.1100 1650 OS LOWM S *N11108 Gaschurn (Austria) 46.59 10.02 976 OS LOWM S 11109 St. Anton/Arlberg (Austria) 47.0800 10.1900 1275 OS LOWM S 11110 Galzig (Austria) 47.0780 10.1380 2084 OS LOWM S 11111 Tannheim (Austria) 47.3000 10.3040 1100 OS LOWM S 11112 Landeck (Austria) 47.0840 10.3380 797 OS LOWM S 11113 Nauders (Austria) 46.5350 10.2980 1330 OS LOWM S 11114 Reutte/Hoefen-Flugfld(Austria) 47.2800 10.4200 855 OS LOWM S *N11115 Imst (Austria) 47.14 10.44 773 OS LOWM S 11116 Reutte/Tirol (Austria) 47.3000 10.4500 870 OS LOWM S *N11117 Umhausen (Austria) 47.09 10.56 1041 OS LOWM S *N11118 Ehrwald (Austria) 47.25 10.55 982 OS LOWM S 11119 Seefeld (Austria) 47.1950 11.1050 1182 OS LOWM S 11120 LOWI Innsbruck Flugplatz (Austria) 47.1560 11.2140 578 OS LOWM S 11121 LOJO Innsbruck (Automat) (Austria) 47.1500 11.2100 584 OS LOWM S 11122 LOXS Schwaz/Tirol (Austria) 47.2000 11.4200 541 OS LOWM S *N11123 Rinn (Austria) 47.15 11.30 924 OS LOWM S 11124 Valluga (Austria) 47.0950 10.1270 2809 OS LOWM S *N11125 Alpbach (Austria) 47.24 11.56 929 OS LOWM S 11126 Patscherkofel (Austria) 47.1260 11.2770 2247 OS LOWM S 11127 Obergurgl (Austria) 46.5200 11.0150 1942 OS LOWM S 11128 Brenner (Austria) 47.0000 11.3100 1639 OS LOWM S *N11129 Brenner (Austria) 47.00 11.30 1372 OS LOWM S 11130 LOIK Kufstein (Austria) 47.3450 12.0980 490 OS LOWM S *N11131 Koessen (Austria) 47.40 12.24 588 OS LOWM S 11132 LOIJ St. Johann/Tirol (Austria) 47.3100 12.2700 670 OS LOWM S 11133 St. Johann in Tirol (Austria) 47.3100 12.2700 670 OS LOWM S 11134 Gerlos (Austria) 47.1300 12.0200 1250 OS LOWM S 11135 Hahnenkamm/Ehrenb. (Austria) 47.2510 12.2170 1790 OS LOWM S 11136 Krimml (Austria) 47.1400 12.1090 1009 OS LOWM S 11137 Maria Alm (Austria) 47.2440 12.5390 793 OS LOWM S 11138 Rudolfshuette (Austria) 47.0800 12.3750 2304 OS LOWM S 11139 Annaberg Im Lammertal(Austria) 47.3300 13.2600 885 OS LOWM S 11140 Lofer (Austria) 47.3500 12.4180 624 OS LOWM S 11141 Bischofshofen (Austria) 47.2440 13.1330 550 OS LOWM S 11142 LOXB St. Johann/Pongau (Austria) 47.1900 13.1100 647 OS LOWM S 11143 LOWZ Zell Am See-Flugfeld (Austria) 47.1800 12.4700 754 OS LOWM S 11144 Zell am See (Austria) 47.1960 12.4770 766 OS LOWM S 11145 Bad Gastein (Austria) 47.0700 13.0800 1100 OS LOWM S 11146 Sonnblick (Austria) 47.0300 12.5700 3111 OS LOWM S 11147 Radstadt (Austria) 47.2310 13.2740 858 OS LOWM S 11148 St. Michael/Lungau (Austria) 47.0570 13.3740 1052 OS LOWM S 11149 Obertauern (Austria) 47.1490 13.3360 1763 OS LOWM S 11150 LOWS Salzburg Flughafen (Austria) 47.4810 13.0010 430 OS LOWM S 11151 Seewalchen (Austria) 47.5700 13.3600 492 OS LOWM S 11152 Mattsee (Austria) 47.5870 13.0640 505 OS LOWM S 11153 Mondsee (Austria) 47.5110 13.2080 481 OS LOWM S 11154 LOLU Gmunden (Austria) 47.5490 13.4840 424 OS LOWM S 11155 Feuerkogel (Austria) 47.4910 13.4310 1618 OS LOWM S 11156 Bad Ischl (Austria) 47.4300 13.3800 470 OS LOWM S 11157 LOXA Aigen/Ennstal (Austria) 47.3200 14.0830 641 OS LOWM S 11159 Pyhrnpass (Austria) 47.3700 14.1800 940 OS LOWM S 11160 Hieflau (Austria) 47.3600 14.4500 492 OS LOWM S 11161 Praebichl (Austria) 47.3130 14.5720 1215 OS LOWM S 11162 LOSM Mauterndorf (Austria) 47.0800 13.4100 1115 OS LOWM S 11163 Stolzalpe (Austria) 47.0700 14.1200 1305 OS LOWM S

11164 Zirbitzkogel (Austria) 47.0400 14.3400 2372 OS LOWM S 11165 LOXZ Zeltweg (Austria) 47.1200 14.4500 682 OS LOWM S *N11166 Seckau (Austria) 47.16 14.47 863 OS LOWM S *N11167 Hall/Admont (Austria) 47.36 14.29 637 OS LOWM S 11168 Wald Am Schober (Austria) 47.2700 14.4000 849 OS LOWM S 11169 Mitterbach Alpe (Austria) 47.4900 15.1500 1626 OS LOWM S 11170 Lunz/See (Austria) 47.5130 15.0410 612 OS LOWM S 11171 Mariazell/St.Sebastia(Austria) 47.4740 15.1820 862 OS LOWM S 11172 LOGM Mariazell (Austria) 47.4600 15.1900 875 OS LOWM S 11173 Fischbach (Austria) 47.2670 15.3860 1034 OS LOWM S 11174 St. Michael/Leoben (Austria) 47.2020 15.0030 565 OS LOWM S 11175 Bruck/Mur (Austria) 47.2440 15.1500 482 OS LOWM S 11176 Kapfenberg (Austria) 47.2800 15.2000 527 OS LOWM S *N11177 Muerzzuschlag (Austria) 47.36 15.40 705 OS LOWM S *N11179 Grossarltal (Austria) 47.15 13.12 900 OS LOWM S 11180 Rax/Seilbahn (Austria) 47.4300 15.4670 1547 OS LOWM S 11181 LOAV Voeslau-Flugfeld (Austria) 47.5800 16.1600 233 OS LOWM S 11182 LOAN Wiener Neustadt/Flughafen 47.4990 16.1390 275 OS LOWM S 11183 Semmering (Austria) 47.3800 15.4900 960 OS LOWM S *N11184 Stuhleck (Austria) 47.34 15.47 1782 OS LOWM S 11185 Moenichkirchen (Austria) 47.3070 16.0200 991 OS LOWM S 11186 Moenichkirchen (Austria) 47.3100 16.0300 940 OS LOWM S *N11187 Mittelberg (Austria) 47.19 10.09 1215 OS LOWM S *N11188 Aspang (Austria) 47.35 16.06 460 OS LOWM S *N11189 Mattersburg (Austria) 47.45 16.23 284 OS LOWM S 11190 Eisenstadt/Nordost (Austria) 47.5130 16.3230 184 OS LOWM S 11191 LOAT Trausdorf (Austria) 47.4800 16.3400 160 OS LOWM S 11192 Kleinzicken (Austria) 47.1250 16.2010 265 OS LOWM S 11193 Bad Tatzmannsdorf (Austria) 47.2030 16.1350 347 OS LOWM S 11194 Neusiedl/See (Austria) 47.5700 16.5050 148 OS LOWM S 11195 LOGG Punitz/Guessing Flugfeld(Aust) 47.0900 16.1900 290 OS LOWM S 11196 St. Michael (Austria) 47.0700 16.1600 235 OS LOWM S *N11197 Bernstein (Austria) 47.24 16.16 631 OS LOWM S *N11198 Guessing (Austria) 47.04 16.19 219 OS LOWM S *N11199 Mooslandl (Austria) 47.39 14.46 530 OS LOWM S *N11200 Kals (Austria) 47.00 12.39 1352 OS LOWM S 11201 Sillian (Austria) 46.4480 12.2540 1075 OS LOWM S 11202 Felbertauern/Suedport(Austria) 47.0700 12.3000 1632 OS LOWM S 11203 Iselsberg (Austria) 46.5100 12.5200 1208 OS LOWM S 11204 LOKL Lienz (Austria) 46.4950 12.4840 661 OS LOWM S 11205 Lavant (Austria) 46.4800 12.5100 660 OS LOWM S 11206 Doellach (Austria) 46.5750 12.5420 1078 OS LOWM S 11207 Reisach (Austria) 46.3900 13.0900 646 OS LOWM S 11209 Spittal/Drau-Kleinsas(Austria) 46.4600 13.3200 710 OS LOWM S 11210 Mallnitz (Austria) 46.5900 13.1100 1185 OS LOWM S 11211 Radenthein (Austria) 46.4700 13.4200 685 OS LOWM S 11212 Villacheralpe (Austria) 46.3600 13.4000 2160 OS LOWM S 11213 Villach/Stadt (Austria) 46.3710 13.5240 493 OS LOWM S 11214 Preitenegg (Austria) 46.5630 14.5490 1034 OS LOWM S 11215 Millstatt (Austria) 46.4850 13.3440 719 OS LOWM S *N11216 Kanzelhoehe (Austria) 46.41 13.54 1520 OS LOWM S *N11217 Loibl/Tunnel (Austria) 46.27 14.15 1097 OS LOWM S *N11218 Bad Bleiberg (Austria) 46.38 13.41 909 OS LOWM S 11219 Neumarkter Sattel (Austria) 47.0700 14.2400 1125 OS LOWM S 11220 Neumarkt (Austria) 47.0420 14.2550 869 OS LOWM S 11221 Koeflach (Austria) 47.0420 15.0530 462 OS LOWM S *N11222 Flattnitz (Austria) 46.56 14.02 1437 OS LOWM S *N11224 Voelkermarkt (Austria) 46.40 14.37 473 OS LOWM S 11225 Weitensfeld (Austria) 46.5100 14.1140 708 OS LOWM S *N11226 Fresach (Austria) 46.43 13.41 681 OS LOWM S 11227 Feldkirchen (Austria) 46.4330 14.0580 546 OS LOWM S 11228 Friesach (Austria) 46.5750 14.2430 644 OS LOWM S 11229 St. Andrae/Lavanttal (Austria) 46.4580 14.4980 402 OS LOWM S 11231 LOWK Klagenfurt (Austria) 46.3890 14.1910 450 OS LOWM S 11232 Feistritz Bleiburg (Austria) 46.3350 14.4600 532 OS LOWM S 11233 St. Michael ob Bleibr(Austria) 46.3500 14.4600 490 OS LOWM S 11234 Bad Eisenkappel (Austria) 46.2950 14.3570 623 OS LOWM S *N11235 Ferlach (Austria) 46.32 14.19 459 OS LOWM S

11236 Uebelbach/Reicherhohe(Austria) 47.1400 15.1400 999 OS LOWM S 11237 St. Veit/Glan (Austria) 46.4430 14.2310 463 OS LOWM S 11238 Graz/Strassgang (Austria) 47.0280 15.2460 357 OS LOWM S 11239 Graz (Austria) 47.0000 15.2600 340 OS LOWM S 11240 LOWG Graz Flughafen (Austria) 46.5970 15.2690 337 OS LOWM S 11241 Schoeckl (Austria) 47.1190 15.2800 1443 OS LOWM S 11242 St. Radegund (Austria) 47.1090 15.2940 726 OS LOWM S 11243 Weiz (Austria) 47.1310 15.3810 469 OS LOWM S 11244 Bad Gleichenberg (Austria) 46.5230 15.5420 269 OS LOWM S 11245 Bad Gleichenberg (Austria) 46.5200 15.5400 326 OS LOWM S *N11246 Fuerstenfeld (Austria) 47.02 16.05 271 OS LOWM S *N11247 Gleisdorf (Austria) 47.07 15.43 377 OS LOWM S 11248 Bad Radkersburg (Austria) 46.4110 15.5880 210 OS LOWM S *N11249 Frohnleiten (Austria) 47.15 15.19 421 OS LOWM S *N11250 Hintertux-Zillertal (Austria) 47.06 11.40 1505 OS LOWM S 11252 Virgen (Austria) 47.0020 12.2740 1212 OS LOWM S 11255 Koetschach-Mauthen (Austria) 46.4070 12.5990 714 OS LOWM S *N11259 Hermagor (Austria) 46.37 13.30 562 OS LOWM S 11260 Mallnitz (Austria) 46.5960 13.1000 1196 OS LOWM S 11261 Obervellach (Austria) 46.5570 13.1340 809 OS LOWM S 11263 Weissensee (Austria) 46.4310 13.1720 945 OS LOWM S 11265 Villacher Alpe (Austria) 46.3620 13.4040 2164 OS LOWM S 11270 Dellach (Austria) 46.4450 13.0500 628 OS LOWM S 11272 Spittal/Drau (Austria) 46.4740 13.2920 542 OS LOWM S *N11273 Gmuend (Austria) 46.54 13.32 738 OS LOWM S 11275 Arriach (Austria) 46.4370 13.5110 870 OS LOWM S 11278 Poertschach (Austria) 46.3790 14.1000 452 OS LOWM S 11280 Murau (Austria) 47.0670 14.1060 816 OS LOWM S 11285 Deutschlandsberg (Austria) 46.4930 15.1370 353 OS LOWM S 11290 Graz Universitaet (Austria) 47.0470 15.2700 366 OS LOWM S 11292 Lassnitzhoehe (Austria) 47.0440 15.3560 524 OS LOWM S 11295 Leibnitz (Austria) 46.4700 15.3300 272 OS LOWM S 11296 Wagna-Leibnitz (Austria) 46.4610 15.3320 268 OS LOWM S 11298 Feldbach (Austria) 46.5690 15.5280 323 OS LOWM S *N11299 Rohrspitz (Austria) 47.30 9.38 395 OS LOWM S *N11300 St. Jakob/Def. (Austria) 46.55 12.21 1388 OS LOWM S 11301 Alberschwende (Austria) 47.2750 9.5090 715 OS LOWM S 11302 Dornbirn (Austria) 47.2590 9.4350 407 OS LOWM S *N11303 Schoppernau (Austria) 47.19 10.01 839 OS LOWM S 11304 Brand (Austria) 47.0620 9.4430 1029 OS LOWM S 11305 Latschau/Tschagguns (Austria) 47.0400 9.5200 1004 OS LOWM S 11306 Schroecken (Austria) 47.1570 10.0520 1244 OS LOWM S 11307 Langen/Arlberg (Austria) 47.0790 10.0740 1221 OS LOWM S 11308 Warth (Austria) 47.1530 10.1120 1478 OS LOWM S *N11309 Haiming (Austria) 47.15 10.53 671 OS LOWM S 11310 Ischgl (Austria) 46.5890 10.1900 2323 OS LOWM S *N11311 St. Anton/Arlberg (Austria) 47.08 10.16 1304 OS LOWM S 11312 Galtuer (Austria) 46.5810 10.1110 1577 OS LOWM S *N11313 Prutz (Austria) 47.04 10.40 871 OS LOWM S 11314 Reutte (Austria) 47.2970 10.4290 842 OS LOWM S 11315 Holzgau (Austria) 47.1500 10.2000 1100 OS LOWM S 11316 Pitztaler Gletscher (Austria) 46.5560 10.5280 2850 OS LOWM S *N11317 St. Leonhard/Pitztal (Austria) 47.02 10.52 1454 OS LOWM S 11318 Brunnenkogel (Austria) 46.5480 10.5180 3440 OS LOWM S *N11319 Gerlos (Austria) 47.14 12.05 1347 OS LOWM S 11320 Innsbruck/Univ. (Austria) 47.1560 11.2310 578 OS LOWM S *N11321 Soell (Austria) 47.31 12.13 656 OS LOWM S 11322 Mayrhofen (Austria) 47.1000 11.5100 647 OS LOWM S *N11324 Neustift (Austria) 47.06 11.18 1007 OS LOWM S 11325 Jenbach (Austria) 47.2340 11.4530 530 OS LOWM S *N11326 Schmirn (Austria) 47.05 11.35 1461 OS LOWM S *N11327 Kirchdorf (Austria) 47.34 12.28 637 OS LOWM S 11328 Achenkirch (Austria) 47.3190 11.4250 904 OS LOWM S *N11329 Steinach/Tirol (Austria) 47.06 11.28 1034 OS LOWM S 11330 Mayrhofen (Austria) 47.0900 11.5100 633 OS LOWM S 11331 LOKA Klagenfurt (Automat) (Austria) 46.3800 14.1900 452 OS LOWM S 11332 LOBM Mistelbach (Austria) 48.3430 16.3660 195 OS LOWM S *N11333 Hohenau (Austria) 48.37 16.54 154 OS LOWM S

*N11334 Schoengrabern (Austria) 48.36 16.04 253 OS LOWM S *N11335 Laa/Thaya (Austria) 48.44 16.23 184 OS LOWM S 11336 Kitzbuehel (Austria) 47.2680 12.2370 744 OS LOWM S 11337 Loferer Alm (Austria) 47.3580 12.3860 1623 OS LOWM S *N11338 Uttendorf (Austria) 47.16 12.34 799 OS LOWM S 11339 Hochfilzen (Austria) 47.2820 12.3730 962 OS LOWM S 11340 Schmittenhoehe (Austria) 47.1980 12.4420 1973 OS LOWM S *N11341 Weyer (Austria) 47.51 14.40 428 OS LOWM S 11342 Badgastein (Austria) 47.0600 13.0700 1100 OS LOWM S 11343 Sonnblick (Austria) 47.0320 12.5750 3109 OS LOWM S *N11344 Kolm-Saigurn (Austria) 47.04 12.59 1626 OS LOWM S 11345 St. Veit/Pongau (Austria) 47.2080 13.0930 750 OS LOWM S 11346 Rauris (Austria) 47.1340 12.5960 934 OS LOWM S *N11347 Micheldorf (Austria) 47.53 14.08 459 OS LOWM S 11348 Mariapfarr (Austria) 47.0910 13.4470 1153 OS LOWM S 11349 Katschberg (Austria) 47.0360 13.3690 1633 OS LOWM S 11350 Salzburg/Freisaal (Austria) 47.4740 13.0320 418 OS LOWM S 11351 Ramsau (Austria) 47.2550 13.3810 1207 OS LOWM S 11352 Frankenmarkt (Austria) 47.5950 13.2540 571 OS LOWM S 11353 Schoberstein (Austria) 47.5400 14.2000 1250 OS LOWM S 11354 Bad Goisern (Austria) 47.3860 13.3710 502 OS LOWM S 11355 Windischgarsten (Austria) 47.4320 14.1960 600 OS LOWM S 11356 Bad Aussee (Austria) 47.3670 13.4700 667 OS LOWM S 11357 St. Wolfgang (Austria) 47.4420 13.2720 539 OS LOWM S 11358 Bad Mitterndorf (Austria) 47.3320 13.5610 814 OS LOWM S 11359 Groebming (Austria) 47.2680 13.5420 766 OS LOWM S 11360 Irdning-Gumpenstein (Austria) 47.2970 14.0600 695 OS LOWM S *N11361 Bad Ischl (Austria) 47.42 13.39 507 OS LOWM S 11362 Kalwang (Austria) 47.2530 14.4560 744 OS LOWM S *N11363 Stolzalpe (Austria) 47.07 14.11 1299 OS LOWM S *N11364 St. Johann/Pongau (Austria) 47.19 13.11 634 OS LOWM S 11365 Zeltweg (Austria) 47.1210 14.4560 670 OS LOWM S *N11366 Saalbach (Austria) 47.23 12.39 975 OS LOWM S 11367 Baernkopf (Austria) 48.2350 15.0020 970 OS LOWM S 11368 Waidhofen an der Ybbs(Austria) 47.5750 14.4710 365 OS LOWM S *N11369 Abtenau (Austria) 47.31 13.21 709 OS LOWM S 11370 LOGK Kapfenberg (Austria) 47.2680 15.1800 502 OS LOWM S *N11371 Golling (Austria) 47.35 13.11 490 OS LOWM S 11372 Bad Gastein (Austria) 47.0660 13.0800 1092 OS LOWM S *N11373 Kolomannsberg (Austria) 47.53 13.16 1114 OS LOWM S *N11374 Wachtberg bei Steyr (Austria) 48.03 14.28 384 OS LOWM S 11375 Aflenz (Austria) 47.3280 15.1440 783 OS LOWM S *N11376 Oberndorf/Melk (Austria) 48.04 15.13 295 OS LOWM S *N11377 Oberwoelz (Austria) 47.12 14.17 847 OS LOWM S 11378 Gutenstein/Mariahilf (Austria) 47.5230 15.5260 709 OS LOWM S *N11379 Wieselburg (Austria) 48.08 15.09 259 OS LOWM S 11380 Reichenau/Rax (Austria) 47.4200 15.5020 488 OS LOWM S *N11381 Pottschach (Austria) 47.42 16.00 416 OS LOWM S 11382 Puchberg (Austria) 47.4740 15.5440 583 OS LOWM S 11383 Semmering (Austria) 47.3800 15.4970 985 OS LOWM S 11384 Hirschenkogel (Austria) 47.3740 15.5000 1318 OS LOWM S 11385 Hohe Wand/Hochkogelhs(Austria) 47.4930 16.0210 937 OS LOWM S 11386 Krumbach (Austria) 47.3170 16.1120 545 OS LOWM S 11387 Seibersdorf (Austria) 47.5860 16.3030 185 OS LOWM S *N11388 Horn (Austria) 48.40 15.40 318 OS LOWM S 11389 St. Poelten/Landhaus (Austria) 48.1200 15.3790 274 OS LOWM S 11390 Hartberg (Austria) 47.1680 15.5870 330 OS LOWM S *N11391 Klausen-Leopoldsdorf (Austria) 48.05 16.00 389 OS LOWM S *N11392 Woerterberg (Austria) 47.14 16.06 399 OS LOWM S 11393 Lutzmannsburg (Austria) 47.2790 16.3870 201 OS LOWM S *N11394 Bruckneudorf (Austria) 48.01 16.51 166 OS LOWM S 11395 Andau (Austria) 47.4630 17.0200 118 OS LOWM S *N11396 Rechnitz (Austria) 47.18 16.27 308 OS LOWM S *N11397 Hirschenstein (Austria) 47.21 16.23 859 OS LOWM S *N11398 Eichberg (Austria) 47.24 15.56 692 OS LOWM S *N11399 Tamsweg (Austria) 47.08 13.48 1026 OS LOWM S * * Czech Republic

* 11406 LKCB Cheb (Czech Republic) 50.0400 12.2400 490 CZ OKPR S 11414 LKKV Karlovy Vary (Czech Republic) 50.1283 12.5472 607 CZ OKPR S 11418 Marianske (Czech Republic) 49.5500 12.4300 540 CZ OKPR S 11423 Primda (Czech Republic) 49.4000 12.4100 747 CZ OKPR S 11438 Tusimice (Czech Republic) 50.2300 13.2000 326 CZ OKPR S 11448 LKPB Pilsen (Czech Republic) 49.1000 13.1600 364 CZ OKPR S 11450 Plzen-Mikulka (Czech Republic) 49.4588 13.2300 372 CZ OKPR S 11457 Churanov (Czech Republic) 49.0400 13.3690 1122 CZ OKPR S 11464 Milesovka (Czech Republic) 50.3300 13.5600 843 CZ OKPR S 11487 Kocelovice (Czech Republic) 49.2800 13.5000 522 CZ OKPR S 11502 Usti Nad Labem(Czech Republic) 50.4100 14.0250 379 CZ OKPR S 11509 Doksany (Czech Republic) 50.2750 14.1000 160 CZ OKPR S 11518 LKPR Prague/Ruzyne (Czech Republic) 50.0600 14.1547 365 CZ OKPR S 11519 Praha-Karlov/Klementinum(Czec) 50.0400 14.2600 209 CZ OKPR S 11520 Prague/Libus (Czech Republic) 50.0048 14.2700 304 CZ OKPR S 11538 Temelin (Czech Republic) 49.1200 14.2053 508 CZ OKPR S 11540 Hosin (Czech Republic) 49.0200 14.2900 488 CZ OKPR S 11541 LKCS Ceske Budejovice(Czech Republ) 48.5700 14.2600 436 CZ OKPR S 11546 C.Budejovide-Roznov(Czech Rep) 48.5700 14.2800 396 CZ OKPR S 11567 Praha-Kbeli (Czech Republic) 50.0700 14.3255 286 CZ OKPR S 11603 LKLB Liberec (Czech Republic) 50.4600 15.0100 401 CZ OKPR S 11624 LKCV Caslav (Czech Republic) 49.5652 15.2315 240 CZ OKPR S 11628 Kramolin-Kosetice(Czech Repub) 49.3440 15.0500 532 CZ OKPR S 11636 Kostelni Myslova(Czech Republ) 49.0960 15.2635 572 CZ OKPR S 11643 Pec Pod Snezkou(Czech Republi) 50.4100 15.4300 821 CZ OKPR S 11648 LKHK Hradec Kralove(Czech Republic) 50.1500 15.5100 241 CZ OKPR S 11649 Hradec Kralove(Czech Republic) 50.1100 15.5000 285 CZ OKPR S 11652 LKPD Pardubice (Czech Republic) 50.0100 15.4443 230 CZ OKPR S 11653 Snezka (Czech Republic) 50.4415 15.4442 1602 CZ OKPR S 11659 Pribyslav (Czech Republic) 49.3500 15.4577 536 CZ OKPR S 11669 Polom (Czech Republic) 50.2100 16.1900 747 CZ OKPR S 11679 LKUO Usti Nad Orlici(Czech Republi) 49.5900 16.2500 405 CZ OKPR S 11683 Svratouch (Czech Republic) 49.4412 16.0200 740 CZ OKPR S 11692 LKNA Namest Nad Oslav(Czech Republ) 49.1000 16.0700 480 CZ OKPR S 11693 Dukovany (Czech Republic) 49.0600 16.0800 402 CZ OKPR S 11698 Kucharovice (Czech Republic) 48.5300 16.0515 339 CZ OKPR S 11710 Luka (Czech Republic) 49.3900 16.5700 516 CZ OKPR S 11722 Brno Rebesovic(Czech Republic) 49.0500 16.3700 195 CZ OKPR S 11723 LKTB Brno/Turany (Czech Republic) 49.0900 16.4133 246 CZ OKPR S 11730 Serak (Czech Republic) 50.1125 17.0652 1327 CZ OKPR S 11735 Praded (Czech Republic) 50.0400 17.1400 1492 CZ OKPR S 11747 Prostejov (Czech Republic) 49.2700 17.0800 216 CZ OKPR S 11748 LKPO Prerov (Czech Republic) 49.2500 17.2448 208 CZ OKPR S 11766 Cervena (Czech Republic) 49.4700 17.3252 753 CZ OKPR S 11774 LKHO Holesov (Czech Republic) 49.1900 17.3400 224 CZ OKPR S 11782 LKMT Ostrava/Mosnov(Czech Republic) 49.4185 18.0700 252 CZ OKPR S 11787 Lysa Hora (Czech Republic) 49.3300 18.2700 1327 CZ OKPR S * * Slovakia * 11801 Malacky (Slovakia) 48.2400 17.0900 207 SQ OKPR S 11812 Maly Javornik (Slovakia) 48.1536 17.0936 580 SQ OKPR S 11813 Bratislava-Koliba (Slovakia) 48.1020 17.0600 295 SQ OKPR S 11816 LZIB Bratislava Ivanka (Slovakia) 48.1200 17.1200 134 SQ OKPR S 11819 Jaslovske Bohunice (Slovakia) 48.2900 17.4000 178 SQ OKPR S 11826 LKPP Piestany (Slovakia) 48.3700 17.5000 164 SQ OKPR S 11841 Zilina/Hricov (Slovakia) 49.1400 18.3700 311 SQ OKPR S 11842 Trencin (Slovakia) 48.5200 18.0000 207 SQ OKPR S 11855 Nitra (Slovakia) 48.1700 18.0800 136 SQ OKPR S 11856 Mochovce (Slovakia) 48.1700 18.2700 262 SQ OKPR S 11858 Hurbanovo (Slovakia) 47.5200 18.1200 124 SQ OKPR S 11867 Prievidza (Slovakia) 48.4600 18.3600 261 SQ OKPR S 11880 Dudince (Slovakia) 48.1000 18.5200 140 SQ OKPR S 11900 Ziar Nad Hronom (Slovakia) 48.3498 18.5100 276 SQ OKPR S 11903 LKSL Sliac (Slovakia) 48.3900 19.0900 315 SQ OKPR S 11916 Chopok (Slovakia) 48.5900 19.3600 2007 SQ OKPR S 11918 Liesek (Slovakia) 49.2200 19.4100 693 SQ OKPR S

11927 LZLU Lucenec (Slovakia) 48.2000 19.4400 215 SQ OKPR S 11930 Lomnicky Stit (Slovakia) 49.1200 20.1300 2635 SQ OKPR S 11933 Strbske Pleso (Slovakia) 49.0700 20.0500 1356 SQ OKPR S 11934 LZTT Poprad/Tatry (Slovakia) 49.0400 20.1500 696 SQ OKPR S 11938 Telgart (Slovakia) 48.5100 20.1100 906 SQ OKPR S 11952 Poprad/Ganovce (Slovakia) 49.0200 20.1900 703 SQ OKPR S 11955 Presov (Slovakia) 49.0200 21.1900 324 SQ OKPR S 11958 Kojovska Hola (Slovakia) 48.4700 20.5900 1246 SQ OKPR S 11968 LZKZ Kosice (Slovakia) 48.4000 21.1300 231 SQ OKPR S 11976 Stropkov/Tisinec (Slovakia) 49.1300 21.3900 217 SQ OKPR S 11978 Milhostov (Slovakia) 48.4000 21.4400 106 SQ OKPR S 11993 LZKC Kamenica Nad Cirochou(Slovaki) 48.5600 22.0000 178 SQ OKPR S * * Poland * 12001 Petrobaltic beta (Poland) 55.2885 18.1095 46 PL SOWR S 12100 Kolobrzeg (Poland) 54.1100 15.3500 5 PL SOWR S 12103 Dzwinow (Poland) 54.0100 14.4600 4 PL SOWR S 12105 Koszalin (Poland) 54.1200 16.0932 35 PL SOWR S 12106 Koszalin Zegrze Pom. (Poland) 54.0200 16.1800 72 PL SOWR S 12114 Niechorze (Poland) 54.0500 15.0300 10 PL SOWR S 12115 Ustka (Poland) 54.3530 16.5125 11 PL SOWR S 12116 Mrzezyno (Poland) 54.0900 15.1000 8 PL SOWR S 12118 Kolobrzeg AWS (Poland) 54.1100 15.2000 6 PL SOWR S 12119 Gaski (Poland) 54.1400 15.3100 30 PL SOWR S 12120 Leba (Poland) 54.4500 17.3200 6 PL SOWR S 12123 Lazy (Poland) 54.1800 16.0700 8 PL SOWR S 12124 EPDA Darlowek (Poland) 54.2400 16.2400 2 PL SOWR S 12125 Lebork (Poland) 54.3300 17.4542 41 PL SOWR S 12127 Darlowo (Poland) 54.2600 16.2200 7 PL SOWR S 12128 EPZE Zegrze (Poland) 54.0300 16.1600 72 PL SOWR S 12129 Jaroslawiec (Poland) 54.3200 16.1900 35 PL SOWR S 12131 Ustka AWS (Poland) 54.3500 16.3100 15 PL SOWR S 12135 Hel (Poland) 54.3600 18.4872 3 PL SOWR S 12136 EPLB Cewice/Lebunia (Poland) 54.2500 17.4600 151 PL SOWR S 12137 Czolpino (Poland) 54.4300 17.1400 48 PL SOWR S 12138 Leba AWS (Poland) 54.4600 17.1900 23 PL SOWR S 12139 Bialogora (Poland) 54.5000 17.3400 30 PL SOWR S 12140 Gdansk (Poland) 54.2400 18.4200 7 PL SOWR S 12142 EPOK Oksywie/Babie (Poland) 54.3500 18.3100 44 PL SOWR S 12143 Rozewie (Poland) 54.4900 18.1300 85 PL SOWR S 12145 Gdynia (Poland) 54.3100 18.3355 22 PL SOWR S 12146 EPPR Danzig (Poland) 54.1500 18.4000 5 PL SOWR S 12147 Gora Szwedow (Poland) 54.3800 18.4900 17 PL SOWR S 12148 Hel (Poland) 54.3500 18.4900 0 PL SOWR S 12149 Oksywie (Poland) 54.3200 18.3400 0 PL SOWR S 12150 EPGD Gdansk-Rebiechowo (Poland) 54.2300 18.2800 138 PL SOWR S 12153 Gdansk/Nowy Port (Poland) 54.2400 18.4000 16 PL SOWR S 12154 Malbork (Poland) 54.0200 19.0800 5 PL SOWR S 12155 Gdansk-Swibno (Poland) 54.2000 18.5600 7 PL SOWR S 12156 Skowronki (Poland) 54.2200 19.1700 22 PL SOWR S 12160 Elblag (Poland) 54.0972 19.2600 43 PL SOWR S 12185 Ketrzyn (Poland) 54.0400 21.2200 110 PL SOWR S 12195 Suwalki (Poland) 54.0800 22.5700 185 PL SOWR S 12200 Swinoujscie (Poland) 53.5500 14.1453 5 PL SOWR S 12203 Miedzyzdroje (Poland) 53.5700 14.2900 70 PL SOWR S 12205 EPSD Szczecin (Poland) 53.2400 14.3700 7 PL SOWR S 12206 EPSC Goleniow (Poland) 53.3557 14.5333 38 PL SOWR S 12210 Resko (Poland) 53.4600 15.2488 56 PL SOWR S 12212 EPSN Swidwin (Poland) 53.4700 15.5000 116 PL SOWR S 12215 Szczecinek (Poland) 53.4300 16.4480 142 PL SOWR S 12225 Nadarzyce (Poland) 53.2700 16.3000 129 PL SOWR S 12226 EPMI Miroslawiec (Poland) 53.2300 16.0500 150 PL SOWR S 12230 Pila (Poland) 53.0800 16.4500 73 PL SOWR S 12235 Chojnice (Poland) 53.4300 17.3195 172 PL SOWR S 12240 Bydgoszcz (Poland) 53.0578 17.5970 72 PL SOWR S 12250 Torun (Poland) 53.0253 18.3572 72 PL SOWR S 12270 Mlawa (Poland) 53.0600 20.2167 149 PL SOWR S

12272 Olsztyn (Poland) 53.4600 20.2500 137 PL SOWR S 12280 Mikolajki (Poland) 53.4735 21.3532 128 PL SOWR S 12285 Ostroleka (Poland) 53.0405 21.3212 94 PL SOWR S 12295 EPBK Bialystok (Poland) 53.0650 23.1000 150 PL SOWR S 12300 Gorzow Wlkp (Poland) 52.4447 15.1700 73 PL SOWR S 12310 Slubice (Poland) 52.2100 14.3563 24 PL SOWR S 12312 Zielona Gora-Babimost (Poland) 52.0840 15.4777 63 PL SOWR S 12326 EPKS Krzesiny (Poland) 52.2000 16.5800 83 PL SOWR S 12330 EPPO Poznan (Poland) 52.2500 16.5008 88 PL SOWR S 12336 EPPW Powidz (Poland) 52.2300 17.5100 113 PL SOWR S 12342 EPIR Inowroclaw (Poland) 52.5000 18.2000 82 PL SOWR S 12345 Kolo (Poland) 52.1200 18.3968 117 PL SOWR S 12360 Plock (Poland) 52.3530 19.4400 109 PL SOWR S 12365 Brwinow (Poland) 52.0800 20.4300 96 PL SOWR S 12372 Warsaw Bielany (Poland) 52.1700 20.5780 99 PL SOWR S 12374 Legionowo (Poland) 52.2447 20.5738 96 PL SOWR S 12375 EPWA Warsaw-Okecie (Poland) 52.0977 20.5767 106 PL SOWR S 12376 EPMM Minsk (Poland) 52.1200 21.4000 175 PL SOWR S 12385 Siedlce (Poland) 52.1087 22.1500 155 PL SOWR S 12396 EPBP Biala (Poland) 52.0100 23.0900 147 PL SOWR S 12399 Terespol (Poland) 52.0472 23.3700 137 PL SOWR S 12400 Zielona Gora (Poland) 51.5600 15.3147 192 PL SOWR S 12415 Legnica Bartoszow (Poland) 51.1158 16.1245 124 PL SOWR S 12418 Leszno-Strzyzewice (Poland) 51.5015 16.3200 93 PL SOWR S 12424 EPWR Wroclaw II (Poland) 51.0600 16.5400 121 PL SOWR S 12425 Wroclaw I (Poland) 51.0678 16.5300 120 PL SOWR S 12435 Kalisz (Poland) 51.4700 18.0500 138 PL SOWR S 12452 EPLY Leczyca (Poland) 52.0000 19.0400 120 PL SOWR S 12454 EPLK Lask (Poland) 51.3300 19.1000 190 PL SOWR S 12455 Wielun (Poland) 51.1267 18.3347 201 PL SOWR S 12465 EPLL Lodz (Poland) 51.4340 19.2400 190 PL SOWR S 12466 EPTM Tomaszow/Mazowiecki (Poland) 51.3500 20.0700 184 PL SOWR S 12469 Sulejow (Poland) 51.2100 19.5200 189 PL SOWR S 12471 Belsk (Poland) 51.5010 20.4747 180 PL SOWR S 12485 Radom (Poland) 51.2500 21.0700 183 PL SOWR S 12488 Kozienice (Poland) 51.3388 21.3262 126 PL SOWR S 12490 Deblin/Irena (Poland) 51.3300 21.5100 124 PL SOWR S 12491 Pulawy (Poland) 51.2478 21.5800 143 PL SOWR S 12495 Lublin Radawiec (Poland) 51.1300 22.2358 240 PL SOWR S *N12496 EPLB Lublin (Poland) 51.14 22.43 193 PL SOWR S 12497 Wlodawa (Poland) 51.3300 23.3200 179 PL SOWR S 12500 Jelenia Gora (Poland) 50.5400 15.4733 343 PL SOWR S 12510 Sniezka (Poland) 50.4417 15.4437 1613 PL SOWR S 12520 Klodzko (Poland) 50.2622 16.3685 357 PL SOWR S 12530 Opole (Poland) 50.3762 17.5813 163 PL SOWR S 12540 Raciborz (Poland) 50.0370 18.1150 206 PL SOWR S 12550 Czestochowa (Poland) 50.4875 19.0555 295 PL SOWR S 12555 Pyrzowice (Poland) 50.2817 19.0500 304 PL SOWR S 12560 Katowice (Poland) 50.1443 19.0200 281 PL SOWR S 12566 EPKK Krakow (Poland) 50.0500 19.4800 242 PL SOWR S 12570 Kielce (Poland) 50.4862 20.4153 261 PL SOWR S 12575 Tarnow (Poland) 50.0200 20.5900 209 PL SOWR S 12580 EPRZ Rzeszow-Jasionka (Poland) 50.0668 22.0120 213 PL SOWR S 12585 Sandomierz (Poland) 50.4200 21.4300 219 PL SOWR S 12595 Zamosc (Poland) 50.4200 23.1238 213 PL SOWR S 12600 Bielsko-Biala (Poland) 49.4848 19.0000 399 PL SOWR S 12625 Zakopane (Poland) 49.1763 19.5762 857 PL SOWR S 12650 Kasprowy Wierch (Poland) 49.1400 19.5900 1989 PL SOWR S 12660 Nowy Sacz (Poland) 49.3763 20.4135 296 PL SOWR S 12670 Krosno (Poland) 49.4242 21.4600 331 PL SOWR S 12690 Lesko (Poland) 49.2800 22.2050 422 PL SOWR S 12695 Przemysl (Poland) 49.4800 22.4600 280 PL SOWR S * * Hungary * 12756 Szecseny (Hungary) 48.0700 19.3100 153 HU HABP S 12766 Josvafo (Hungary) 48.2900 20.3200 305 HU HABP S 12772 LHMC Miskolc (Hungary) 48.0600 20.4600 236 HU HABP S

12778 Sarospatak (Hungary) 48.1900 21.3400 118 HU HABP S 12786 Zahony (Hungary) 48.2400 22.1000 104 HU HABP S 12788 Kisvarda (Hungary) 48.1400 22.0700 110 HU HABP S 12805 Sopron (Hungary) 47.4100 16.3600 239 HU HABP S 12812 LHSY Szombathely (Hungary) 47.1600 16.3800 221 HU HABP S 12815 Mosonmagyarovar (Hungary) 47.5300 17.1700 122 HU HABP S *N12821 Miskolc (Hungary) 48.06 20.46 232 HU HABP S 12822 LHPR Gyor Per (Hungary) 47.3700 17.4900 129 HU HABP S *N12824 LHPA Papa Airport (Hungary) 47.22 17.30 129 HU HABP S 12825 Papa (Hungary) 47.1200 17.3000 146 HU HABP S 12830 Veszprem (Hungary) 47.0400 17.5000 281 HU HABP S 12836 Tata (Hungary) 47.3900 18.1900 129 HU HABP S 12838 LHBS Budaors (Hungary) 47.2700 18.5800 125 HU HABP S 12839 LHBP Budapest/Ferihegy (Hungary) 47.2600 19.1600 185 HU HABP S 12840 LHBM Budapest/Meteorologia(Hungary) 47.3100 19.0200 118 HU HABP S 12843 LHCC Budapest/Lorinc (Hungary) 47.2600 19.1100 139 HU HABP S 12844 Tokol (Hungary) 47.2100 18.5900 104 HU HABP S 12846 Agard (Hungary) 47.1100 18.3700 106 HU HABP S 12847 Tat (Hungary) 47.4500 18.3600 109 HU HABP S 12851 Kekesteto (Hungary) 47.5200 20.0100 1015 HU HABP S 12860 LHSN Szolnok (Hungary) 47.0700 20.1400 94 HU HABP S 12866 Poroszlo (Hungary) 47.3900 20.3800 92 HU HABP S 12870 Eger (Hungary) 47.5400 20.2300 218 HU HABP S 12875 Turkeve (Hungary) 47.0600 20.4500 87 HU HABP S 12882 LHDC Debrecen (Hungary) 47.2900 21.3600 109 HU HABP S 12892 LHNY Nyiregyhaza (Hungary) 47.5800 21.5300 142 HU HABP S 12895 Nyiregyhaza/Napkor (Hungary) 47.5800 21.5300 141 HU HABP S 12910 Szentgotthard/Farkasfa(Hungar) 46.5500 16.1900 313 HU HABP S 12915 Zalaegerszeg (Hungary) 46.5200 16.4800 180 HU HABP S 12920 Keszthely (Hungary) 46.4500 17.1400 115 HU HABP S 12922 LHSM Sarmellek (Hungary) 46.4100 17.1000 125 HU HABP S 12925 Nagykanizsa (Hungary) 46.2700 16.5800 141 HU HABP S 12930 LHKV Kaposvar (Hungary) 46.2300 17.5000 144 HU HABP S 12932 LHTA Taszar (Hungary) 46.2400 17.5500 156 HU HABP S 12935 LHSK Siofok (Hungary) 46.5500 18.0300 109 HU HABP S 12941 Pecs/Arpadteto (Hungary) 46.0800 18.1500 440 HU HABP S 12942 LHPP Pecs (Hungary) 46.0000 18.1400 203 HU HABP S 12950 Paks (Hungary) 46.3500 18.5100 98 HU HABP S 12960 Baja (Hungary) 46.1100 19.0100 113 HU HABP S 12970 LHKE Kecskemet (Hungary) 46.5500 19.4500 123 HU HABP S 12982 LHUD Szeged (Hungary) 46.1500 20.0600 83 HU HABP S 12992 LHBC Bekescsaba (Hungary) 46.4100 21.1000 90 HU HABP S * * Serbia * 13005 Bovec (Slovenia) 46.2000 13.3400 452 LJ LYBM S 13006 Vogel (Slovenia) 46.1600 13.5000 1535 LJ LYBM S 13007 Ratece/Planica (Slovenia) 46.3000 13.4300 864 LJ LYBM S 13008 Kredarica (Slovenia) 46.2300 13.5100 2514 LJ LYBM S 13009 Vojsko (Slovenia) 46.0200 13.5400 1070 LJ LYBM S 13010 Lesce-Hlebce (Slovenia) 46.2200 14.1100 515 LJ S 13012 Katarina (Slovenia) 46.0600 14.2200 685 LJ S 13014 Llubljana Metar (Slovenia) 46.1300 14.2900 362 LJ LYBM S 13015 Ljubljana/Bezigrad (Slovenia) 46.0400 14.3100 299 LJ LYBM S 13020 Rogla (Slovenia) 46.2700 15.2000 1480 LJ S 13021 Smartno (Slovenia) 46.2900 15.0700 452 LJ LYBM S 13023 Celje (Slovenia) 46.1500 15.1500 244 LJ S 13024 Lisca (Slovenia) 46.0400 15.1700 943 LJ LYBM S 13025 Maribor Mesto (Slovenia) 46.3200 15.3900 275 LJ S 13026 Maribor (Slovenia) 46.2900 15.4100 264 LJ LYBM S 13029 Krapina (Croatia) 46.0800 15.5300 202 RH S 13031 Murska Sobota (Slovenia) 46.3900 16.1100 188 LJ LYBM S 13033 Varazdin (Croatia) 46.1800 16.2300 167 RH LYBM S 13067 Palic (Serbia) 46.0600 19.4600 105 RB LYBM S 13101 Porec (Croatia) 45.1400 13.3600 15 RH S 13104 Portoroz/Aerodrome (Slovenia) 45.2900 13.3700 16 LJ S 13105 Portoroz (Slovenia) 45.3100 13.3400 92 LJ LYBM S 13106 Nova Gorica (Slovenia) 45.5400 13.3800 55 LJ S

13107 Rovinj/Sv.Ivan Na Puc(Croatia) 45.0300 13.3700 8 RH S 13109 Pazin (Croatia) 45.1400 13.5600 291 RH S 13111 Il. Bistrica (Slovenia) 45.3400 14.1500 413 LJ S 13112 Postojna (Slovenia) 45.4600 14.1200 533 LJ S 13113 Rijeka/Kozala (Croatia) 45.2000 14.2700 120 RH S 13114 Parg (Croatia) 45.3600 14.3800 863 RH S 13116 Rijeka-Omisalj (Croatia) 45.1300 14.3500 85 RH LYBM S 13118 Kocevje (Slovenia) 45.3800 14.5200 466 LJ S 13119 Crikvenica (Croatia) 45.1000 14.4200 2 RH S 13120 Crnomelj (Slovenia) 45.3400 15.0900 157 LJ S 13121 Novo Mesto (Slovenia) 45.4800 15.1100 220 LJ LYBM S 13122 Ogulin (Croatia) 45.1600 15.1400 328 RH LYBM S 13125 Karlovac (Croatia) 45.3000 15.3300 112 RH S 13128 Puntijarka (Croatia) 45.5500 15.5800 988 RH S 13129 Zagreb/Gric (Croatia) 45.4900 15.5900 157 RH S 13130 Zagreb/Maksimir (Croatia) 45.4900 16.0200 123 RH LYBM S 13131 Zagreb/Pleso (Croatia) 45.4400 16.0400 106 RH LYBM S 13133 Sisak (Croatia) 45.3000 16.2200 98 RH S 13138 Bjelovar (Croatia) 45.4400 16.5100 141 RH S 13142 Daruvar (Croatia) 45.3600 17.1400 161 RH LYBM S 13143 Bilogora (Croatia) 45.5300 17.1200 261 RH S 13150 Slavonski Brod (Croatia) 45.1000 18.0000 88 RH LYBM S 13151 Gradiste (Croatia) 45.0900 18.4200 97 RH S 13156 Osijek/Zeleno Polje (Croatia) 45.3200 18.4400 89 RH S 13157 Osijek (Croatia) 45.2800 18.4900 88 RH LYBM S 13159 Osijek/Spa (Croatia) 45.3200 18.3800 89 RH S 13160 Sombor (Serbia) 45.4600 19.0900 89 RB LYBM S 13168 Novi Sad Rimski Sancev(Serbia) 45.2000 19.5100 87 RB LYBM S 13173 Zrenjanin (Serbia) 45.2200 20.2500 82 RB LYBM S 13174 Kikinda (Serbia) 45.5100 20.2800 82 RB LYBM S 13180 Banatski Karlovac (Serbia) 45.0300 21.0200 91 RB LYBM S 13183 LYVR Vrsac (Serbia) 45.0900 21.1900 85 RB LYBM S 13209 Pula (Croatia) 44.5400 13.5500 63 RH LYBM S 13214 Mali Losinj (Croatia) 44.3200 14.2800 53 RH LYBM S 13216 Rab (Croatia) 44.4500 14.4600 24 RH S 13218 Senj (Croatia) 44.5900 14.5400 26 RH LYBM S 13219 Zavizan (Croatia) 44.4900 14.5900 1594 RH LYBM S 13222 Zadar/Puntamika (Croatia) 44.0800 15.1300 5 RH S 13223 Gospic (Croatia) 44.3300 15.2200 564 RH LYBM S 13224 Zadar/Zemunik (Croatia) 44.0600 15.2100 82 RH LYBM S 13227 Gracac (Croatia) 44.1800 15.5100 560 RH S 13228 Bihac (Bosnia-Herz.) 44.4900 15.5300 246 QB LYBM S 13232 Knin (Croatia) 44.0200 16.1200 255 RH S 13242 Banja Luka (Bosnia-Herz.) 44.4700 17.1300 153 QB LYBM S 13244 Bugojno (Bosnia-Herz.) 44.0400 17.2800 562 QB LYBM S 13249 Zenica (Bosnia-Herz.) 44.1300 17.5400 345 QB LYBM S 13257 Tuzla (Bosnia-Herz.) 44.3300 18.4200 305 QB LYBM S 13262 Loznica (Serbia) 44.3300 19.1400 122 RB LYBM S 13266 Sremska Mitrovica (Serbia) 45.0600 19.3300 83 RB LYBM S 13269 Valjevo (Serbia) 44.1900 19.5500 177 RB LYBM S 13272 LYBE Beograd/Surcin (Serbia) 44.4900 20.1700 99 RB LYBM S 13274 Belgrade (Serbia) 44.4800 20.2800 132 RB LYBM S 13275 Beograd/Kosutnjak (Serbia) 44.4600 20.2500 203 RB LYBM S 13278 Kragujevac (Serbia) 44.0200 20.5600 185 RB LYBM S 13279 Smederevska Palanka (Serbia) 44.2200 20.5700 122 RB LYBM S 13285 Veliko Gradiste (Serbia) 44.4500 21.3100 84 RB LYBM S 13289 Crni Vrh (Serbia) 44.0700 21.5700 1039 RB LYBM S 13295 Negotin (Serbia) 44.1400 22.3300 44 RB LYBM S 13322 Tajerske Sestrice (Croatia) 43.5100 15.1200 35 RH S 13329 Sibenik (Croatia) 43.4400 15.5500 77 RH LYBM S 13330 Komiza (Croatia) 43.0300 16.0200 6 RH S 13333 Split (Croatia) 43.3200 16.1800 19 RH LYBM S 13334 Split/Marjan (Croatia) 43.3100 16.2600 122 RH LYBM S 13335 Hvar (Croatia) 43.1000 16.2700 20 RH S 13340 Livno (Bosnia-Herz.) 43.5000 17.0100 724 QB LYBM S 13341 Makarska (Croatia) 43.1700 17.0100 49 RH S 13344 Ploce (Croatia) 43.0200 17.2500 2 RH S 13348 Mostar (Bosnia-Herzegovina) 43.2100 17.4800 99 QB LYBM S

13352 Bjelasnica (Bosnia-Herz.) 43.4300 18.1600 2067 QB LYBM S 13353 Sarajevo/Butmir (Bosnia-Herz.) 43.4900 18.2000 510 QB LYBM S 13354 Sarajevo (Bosnia-Herz.) 43.5200 18.2600 630 QB LYBM S 13356 Cemerno (Bosnia-Herz.) 43.1400 18.3600 1305 QB S 13361 Zabljak (Montenegro) 43.0900 19.0800 1450 MK LYPG S 13363 Plevlja (Montenegro) 43.2100 19.2100 788 MK LYPG S 13367 Zlatibor (Serbia) 43.4400 19.4300 1029 RB LYBM S 13369 Sjenica (Serbia) 43.1700 20.0000 1039 RB LYBM S 13370 Pozega Uzicka (Serbia) 43.5000 20.0200 312 RB LYBM S 13376 Kraljevo (Serbia) 43.4200 20.4200 217 RB LYBM S 13378 Kopaonik (Serbia) 43.1700 20.4800 1713 RB LYBM S 13382 Kursumlija (Serbia) 43.0800 21.1600 380 RB LYBM S 13383 Krusevac (Serbia) 43.3400 21.2100 167 RB LYBM S 13384 Cuprija (Serbia) 43.5600 21.2300 125 RB LYBM S 13388 LYNI Nis (Serbia) 43.2000 21.5400 202 RB LYBM S 13389 Leskovac (Serbia) 42.5900 21.5700 232 RB LYBM S 13397 Dimitrovgrad (Serbia) 43.0100 22.4500 450 RB LYBM S 13400 Imotski (Croatia) 43.2700 17.1300 435 RH S 13432 Palagruza (Croatia) 42.2400 16.1600 97 RH S 13439 Lastovo (Croatia) 42.2600 16.5400 186 RH S 13451 Dubrovnik Gorica (Croatia) 42.3900 18.0500 52 RH S 13452 Dubrovnik Cilipi (Croatia) 42.3400 18.1600 157 RH LYBM S 13455 Herceg Novi-Igalo (Montenegro) 42.2700 18.3300 10 MK LYPG S 13457 LYTV Tivat (Montenegro) 42.2400 18.4400 5 MK LYPG S 13459 Niksic (Montenegro) 42.4600 18.5700 647 MK LYPG S 13461 Bar (Montenegro) 42.0600 19.0500 6 MK LYPG S 13462 LYTI Podgorica/Golubovci(Montenegr) 42.2200 19.1500 33 MK LYPG S 13463 LYPG Podgorica-Grad (Montenegro) 42.2600 19.1700 50 MK LYPG S 13464 Ulcinj (Montenegro) 41.5500 19.1300 29 MK LYPG S 13465 Kolasin (Montenegro) 42.5000 19.3200 945 MK LYPG S 13473 Pec (Serbia) 42.4000 20.1800 499 RB LYBM S 13477 Prizren (Serbia) 42.1300 20.4400 403 RB LYBM S 13481 BKPR Pristina (Kosovo) 42.3900 21.0900 576 KO LYBM S 13489 Vranje (Serbia) 42.3300 21.5500 434 RB LYBM S 13492 Popova Sapka (Macedonia) 41.0100 20.5300 1750 MJ LYBM S 13493 Kriva Palanka (Macedonia) 42.1200 22.2000 696 MJ LWSK S 13498 Berovo (Macedonia) 41.4300 22.5100 834 MJ LWSK S 13562 Ulcinj (Serbia) 41.5500 19.1300 24 RB LYBM S 13571 Tetovo (Macedonia) 42.0000 20.5800 462 MJ LYBM S 13573 Debar (Macedonia) 41.3100 20.3200 675 MJ LYBM S 13575 Pozarane-pgc (Macedonia) 41.5100 20.5200 885 MJ LYBM S 13576 Mavrovo (Macedonia) 41.4200 20.4500 1240 MJ LYBM S 13577 Lazaropole (Macedonia) 41.3200 20.4200 1321 MJ LWSK S 13578 Ohrid (Macedonia) 41.0700 20.4800 761 MJ LWSK S 13579 LWOH Ohrid Aerodrome (Macedonia) 41.0600 20.4900 700 MJ LWSK S 13580 Pretor-pgc (Macedonia) 40.5100 21.0400 910 MJ LWSK S 13581 Topolcani-pgc (Macedonia) 41.1300 21.2800 0 MJ LWSK S 13582 Krusevo (Macedonia) 41.2200 21.1500 1230 MJ LWSK S 13583 Bitola (Macedonia) 41.0300 21.2200 589 MJ LWSK S 13584 Solunska Glava (Macedonia) 41.4400 21.3100 2540 MJ LWSK S 13585 Prilep (Macedonia) 41.2000 21.3400 674 MJ LWSK S 13586 LWSK Skopje-Petrovac (Macedonia) 41.5800 21.3900 239 MJ LWSK S 13588 Skopje-Zajceprid (Macedonia) 42.0100 21.2400 301 MJ LWSK S 13589 Kumanovo (Macedonia) 42.0800 21.4300 338 MJ LWSK S 13590 Gjuriste-pgc (Macedonia) 41.5400 21.5100 856 MJ LWSK S 13591 Stip (Macedonia) 41.4500 22.1100 327 MJ LWSK S 13592 Demir Kapija (Macedonia) 41.2500 22.1500 126 MJ LWSK S 13593 Pozar-pgc (Macedonia) 41.1800 22.2500 1030 MJ LWSK S 13594 Vinica-pgc (Macedonia) 41.5300 22.3000 513 MJ LWSK S 13595 Strumica (Macedonia) 41.2600 22.3900 224 MJ LWSK S 13597 Gevgelija (Macedonia) 41.0900 22.3000 59 MJ LWSK S 13598 Berovo (Macedonia) 41.4300 22.5100 836 MJ LWSK S 13599 Kavadarci (Macedonia) 41.2600 22.0200 260 MJ LWSK S * * Albania * 13600 Shkodra (Albania) 42.0600 19.3200 43 AB ZATI S 13601 Tirana-la Praka (Albania) 41.2000 19.4800 97 AB ZATI S

13610 Kukes (Albania) 42.0200 20.2500 354 AB ZATI S 13611 Durres (Albania) 41.1800 19.2700 12 AB ZATI S 13615 LATI Tirana (Albania) 41.2000 19.4700 90 AB ZATI S 13619 Peshkopi (Albania) 41.4100 20.2600 653 AB ZATI S 13622 Vlore (Albania) 40.2800 19.2900 5 AB ZATI S *N13623 Sazan Island (Albania) 40.30 19.17 340 AB ZATI S 13624 Qyteti Stalin (Albania) 40.4800 19.5400 33 AB ZATI S 13625 Gjirokastra (Albania) 40.0500 20.0900 194 AB ZATI S 13629 Korca (Albania) 40.3600 20.4600 899 AB ZATI S * * Serbia * 14005 Bovec (Slovenia) 46.2000 13.3400 452 LJ S 14006 Vogel (Slovenia) 46.1582 13.5045 1535 LJ S 14007 Ratece (Slovenia) 46.3000 13.4277 865 LJ S 14008 Kredarica (Slovenia) 46.2300 13.5100 2515 LJ S 14009 Vojsko (Slovenia) 46.0200 13.5400 1067 LJ S 14010 Lesce (Slovenia) 46.2200 14.1047 515 LJ S 14012 Katarina (Slovenia) 46.0558 14.2200 685 LJ S 14014 LJLJ Llubljana (Slovenia) 46.1300 14.2837 383 LJ S 14015 Ljubljana/Bezigrad (Slovenia) 46.0400 14.3073 298 LJ S 14021 Slovenj Gradec (Slovenia) 46.2937 15.0667 444 LJ S 14023 Celje (Slovenia) 46.1418 15.1355 244 LJ S 14024 Lisca (Slovenia) 46.0400 15.1710 944 LJ S 14025 Maribor/Tabor (Slovenia) 46.3200 15.3900 278 LJ S 14026 LJMB Maribor/Slivnica (Slovenia) 46.2900 15.4100 265 LJ S 14031 LJMS Murska Sobota (Slovenia) 46.3900 16.1148 187 LJ S 14105 LJPZ Portoroz/Secovlje (Slovenia) 45.2900 13.3700 4 LJ S 14106 Nova Gorica (Slovenia) 45.5400 13.3747 56 LJ S 14111 Ilirska Bistrica (Slovenia) 45.3400 14.1500 413 LJ S 14112 Postojna (Slovenia) 45.4600 14.1157 533 LJ S 14118 Kocevje (Slovenia) 45.3900 14.5100 467 LJ S 14120 Crnomelj (Slovenia) 45.3360 15.0900 157 LJ S 14121 Novo Mesto (Slovenia) 45.4800 15.1100 220 LJ S 14122 LJCE Cerklje ob Krki (Slovenia) 45.5400 15.3100 162 LJ S 14216 Rijeka/Kozala (Croatia) 45.2022 14.2657 125 RH S 14219 Parg (Croatia) 45.3562 14.3800 863 RH S 14232 Karlovac (Croatia) 45.2962 15.3400 111 RH S 14234 Krapina (Croatia) 46.0833 15.5400 203 RH S 14235 Puntijarka (Croatia) 45.5447 15.5800 992 RH S 14236 Zagreb/Gric (Croatia) 45.4888 15.5833 162 RH S 14240 LDDD Zagreb/Maksimir (Croatia) 45.4900 16.0200 128 RH S 14241 LDZA Zagreb/Pleso (Croatia) 45.4400 16.0340 109 RH S 14244 Sisak (Croatia) 45.2935 16.2200 106 RH S 14246 LDVA Varazdin (Croatia) 46.1692 16.2128 168 RH S 14248 Krizevci (Croatia) 46.0200 16.3300 143 RH S 14253 Bjelovar (Croatia) 45.5472 16.5217 142 RH S 14256 Bilogora (Croatia) 45.5300 17.1200 263 RH S 14258 Daruvar (Croatia) 45.3548 17.1262 155 RH S 14279 Osijek/Spa (Croatia) 45.3200 18.3800 89 RH S 14280 Osijek-Cepin (Croatia) 45.3015 18.3400 89 RH S 14283 Osijek/Zeleno Polje (Croatia) 45.3200 18.4400 89 RH S 14284 LDOS Osijek/Klisa (Croatia) 45.2807 18.4923 89 RH S 14301 Porec (Croatia) 45.1400 13.3600 15 RH S 14303 Rovinj/Ivan Na Pucini(Croatia) 45.0300 13.3700 8 RH S 14307 LDPL Pula Aerodrome (Croatia) 44.5400 13.5592 63 RH S 14308 Pazin (Croatia) 45.1445 13.5672 293 RH S 14314 Mali Losinj (Croatia) 44.3200 14.2832 53 RH S 14317 LDRI Rijeka/Omisalj (Croatia) 45.1300 14.3500 83 RH S 14320 Crikvenica (Croatia) 45.1000 14.4200 2 RH S 14321 Rab (Croatia) 44.4553 14.4600 20 RH S 14323 Senj (Croatia) 44.5955 14.5400 28 RH S 14324 Zavizan (Croatia) 44.4888 14.5900 1598 RH S 14328 Ogulin (Croatia) 45.1578 15.1335 328 RH S 14330 Gospic (Croatia) 44.3300 15.2200 562 RH S 14370 LDOR Slavonski Brod (Croatia) 45.0973 18.0000 89 RH S 14382 Gradiste (Croatia) 45.0955 18.4200 98 RH S 14427 Vela Sestrica (Croatia) 43.5100 15.1200 35 RH S

14428 Zadar Puntamika (Croatia) 44.0800 15.1235 6 RH S 14430 Zadar (Croatia) 44.0600 15.2042 79 RH S 14431 LDZD Zadar/Zemunik (Croatia) 44.0600 15.2177 83 RH S 14437 Gradak (Croatia) 44.1800 15.5100 560 RH S 14438 Sibenik (Croatia) 43.4400 15.5438 75 RH S 14441 Komiza (Croatia) 43.0300 16.0522 20 RH S 14442 Knin (Croatia) 44.0245 16.1242 255 RH S 14443 Palagruza (Croatia) 42.2353 16.1458 98 RH S 14444 LDSP Split/Resnik (Croatia) 43.3237 16.1800 21 RH S 14445 Split/Marjan (Croatia) 43.3050 16.2600 128 RH S 14447 LDSH Hvar (Croatia) 43.1000 16.2623 25 RH S 14452 Lastovo (Croatia) 42.4600 16.5400 187 RH S 14454 Makarska (Croatia) 43.1727 17.0100 49 RH S 14457 Imotski (Croatia) 43.2700 17.1300 435 RH S 14462 Ploce (Croatia) 43.0287 17.2642 5 RH S 14472 Dubrovnik/Gorica (Croatia) 42.3868 18.0500 53 RH S 14474 LDDU Dubrovnik/Cilipi (Croatia) 42.3377 18.1600 167 RH S 14528 LQBI Bihac (Bosnia-Herzegovina) 44.4900 15.5300 250 QB S 14537 Sanski most(Bosnia-Herzegovin) 44.4600 16.4200 158 QB S 14542 LQBK Banja Luka(Bosnia-Herzegovina) 44.4700 17.1300 156 QB S 14543 Jajce (Bosnia-Herzegovina) 44.2100 17.1600 431 QB S 14544 Bugojno (Bosnia-Herzegovina) 44.0400 17.2800 566 QB S 14549 Zenica (Bosnia-Herzegovina) 44.1300 17.5400 348 QB S 14554 Gradacac (Bosnia-Herzegovina) 44.5300 18.2600 140 QB S 14557 LQTZ Tuzla (Bosnia-Herzegovina) 44.3300 18.4200 307 QB S 14640 LQLV Livno (Bosnia-Herzegovina) 43.5000 17.0100 728 QB S 14648 LQMO Mostar (Bosnia-Herzegovina) 43.2100 17.4800 108 QB S 14650 Ivan Sedlo(Bosnia-Herzegovina) 43.4600 18.0200 972 QB S 14652 Bjelasnica(Bosnia-Herzegovina) 43.4300 18.1600 2070 QB S 14653 Sarajevo-Butmir(Bosnia-Herzeg) 43.4900 18.2000 511 QB S 14654 LQSA Sarajevo-Bejelave(Bosnia-Herz) 43.5200 18.2600 638 QB S 14656 Cemerno (Bosnia-Herzegovina) 43.1400 18.3600 1309 QB S 14657 Neum (Bosnia-Herzegovina) 42.5500 17.3600 14 QB S * * Romania * 15000 Darabani (Romania) 48.1170 26.3400 260 RO YRBK S 15001 Avrameni (Romania) 48.0100 26.5700 240 RO YRBK S 15004 Sighetu Marmatiei (Romania) 47.5635 23.5400 276 RO YRBK S 15007 Radauti (Romania) 47.5027 25.5343 391 RO YRBK S 15009 Dorohoi (Romania) 47.5800 26.2400 241 RO YRBK S 15010 LRSM Satu Mare (Romania) 47.4300 22.5323 124 RO YRBK S 15014 LRBM Baia Mare (Romania) 47.3965 23.2950 217 RO YRBK S 15015 Ocna Sugatag (Romania) 47.4662 23.5643 504 RO YRBK S 15020 Botosani (Romania) 47.4413 26.3873 162 RO YRBK S 15023 LRSV Suseava/Salcea (Romania) 47.3797 26.1443 352 RO YRBK S 15025 Stanca Stefanesti (Romania) 47.4983 27.1300 110 RO YRBK S 15033 Iezer (Romania) 47.3600 24.3893 1787 RO YRBK S 15040 Cimpulung Moldovene (Romania) 47.3200 25.3400 660 RO YRBK S 15041 Rauseni (Romania) 47.3400 27.1200 61 RO YRBK S 15042 Sacueni (Romania) 47.2065 22.0567 113 RO YRBK S 15044 Supuru De Jos (Romania) 47.2730 22.4700 160 RO YRBK S 15047 TG. Lapus (Romania) 47.2638 23.5200 365 RO YRBK S 15052 Rarau (Romania) 47.2700 25.3400 1536 RO YRBK S 15055 Radaseni (Romania) 47.2800 26.1500 230 RO YRBK S 15056 Cotnari (Romania) 47.2150 26.5553 292 RO YRBK S 15063 Zalau (Romania) 47.1170 23.0280 296 RO YRBK S 15069 Poiana Stampei (Romania) 47.1900 25.0800 924 RO YRBK S 15073 Tirgu Neamt (Romania) 47.1273 26.2275 388 RO YRBK S 15075 Podul Iloaiei (Romania) 47.1300 27.1600 90 RO YRBK S 15080 LROD Oradea (Romania) 47.0215 21.5375 137 RO YRBK S 15083 Dej (Romania) 47.0768 23.5393 233 RO YRBK S 15085 Bistrita (Romania) 47.0895 24.3083 368 RO YRBK S 15088 Retitis-Calimani (Romania) 47.0588 25.1477 2024 RO YRBK S 15089 Ceahlau (Romania) 47.0300 25.5800 554 RO YRBK S 15090 LRIA Iasi (Romania) 47.1000 27.3770 103 RO YRBK S 15094 Barnova (Romania) 47.0075 27.3500 400 RO YRBK S 15095 Borod (Romania) 46.5962 22.3542 317 RO YRBK S

15099 Huedin (Romania) 46.5143 23.0195 561 RO YRBK S 15107 Toplita (Romania) 46.5558 25.2160 688 RO YRBK S 15108 Ceahlau Toaca (Romania) 46.5865 25.5700 1898 RO YRBK S 15109 Piantra Neamt (Romania) 46.5600 26.2337 362 RO YRBK S 15111 Roman (Romania) 46.5800 26.5472 217 RO YRBK S 15113 Negresti (Romania) 46.5028 27.2653 131 RO YRBK S 15117 holod (Romania) 46.4732 22.0673 164 RO YRBK S 15118 Stana de vale (Romania) 46.4138 22.3700 1109 RO YRBK S 15119 Vladeasa Mountain (Romania) 46.4555 22.4765 1837 RO YRBK S 15120 LRCL Cluj-Napoca (Romania) 46.4667 23.3400 410 RO YRBK S 15123 sarmasu (Romania) 46.4485 24.0958 398 RO YRBK S 15124 Batos (Romania) 46.5317 24.3872 450 RO YRBK S 15127 Joseni (Romania) 46.4235 25.3075 751 RO YRBK S 15132 Plopana (Romania) 46.4100 27.1400 251 RO YRBK S 15134 Husi (Romania) 46.4100 28.0400 98 RO YRBK S 15136 Chisineu Cris (Romania) 46.3100 21.3250 97 RO YRBK S 15138 Dumbravita de Codru (Romania) 46.3868 22.1000 587 RO YRBK S 15140 Steiu (Romania) 46.3200 22.2700 500 RO YRBK S 15143 Turda (Romania) 46.3498 23.4747 428 RO YRBK S 15145 LRTM Tirgu Mures (Romania) 46.3200 24.3200 309 RO YRBK S 15148 Bucin (Romania) 46.3893 25.1778 1279 RO YRBK S 15150 LRBC Bacau (Romania) 46.3192 26.5475 185 RO YRBK S 15154 Vaslui (Romania) 46.3877 27.4287 117 RO YRBK S 15158 Zarand (Romania) 46.2400 21.3900 112 RO YRBK S 15159 Mocrea (Romania) 46.2300 21.4900 697 RO YRBK S 15160 Stei (Romania) 46.3168 22.2798 279 RO YRBK S 15162 Cimpeni (Romania) 46.2183 23.0242 592 RO YRBK S 15163 Baisoara (Romania) 46.3213 23.1862 1356 RO YRBK S 15165 Tarnaveni (Romania) 46.2160 24.1357 524 RO YRBK S 15168 Odorheiu (Romania) 46.1780 25.1750 524 RO YRBK S 15170 Miercurea Ciuc (Romania) 46.2200 25.4600 662 RO YRBK S 15174 Oncesti (Romania) 46.2800 27.1500 204 RO YRBK S 15179 Siria (Romania) 46.1588 21.3977 474 RO YRBK S 15182 Gurahont (Romania) 46.1675 22.2000 178 RO YRBK S 15184 Rosia Montana (Romania) 46.1900 23.0835 1197 RO YRBK S 15189 Dumbraveni (Romania) 46.1367 24.3550 319 RO YRBK S 15194 Tirgu Ocna (Romania) 46.1600 26.3847 243 RO YRBK S 15197 Birlad (Romania) 46.1398 27.3867 173 RO YRBK S 15199 Sinnicolau Mare (Romania) 46.0400 20.3610 86 RO YRBK S 15200 LRAR Arad (Romania) 46.0800 21.2100 118 RO YRBK S 15204 Varadia De Mures (Romania) 46.0100 22.0900 157 RO YRBK S 15206 Tebea (Romania) 46.1000 22.4357 274 RO YRBK S 15208 Alba Iulia (Romania) 46.0383 23.3380 247 RO YRBK S 15209 Blaj (Romania) 46.1070 23.5612 338 RO YRBK S 15212 Homorod (Romania) 46.0300 25.1600 451 RO YRBK S 15215 Baraolt (Romania) 46.0485 25.3575 509 RO YRBK S 15217 Tirgu Secuesc (Romania) 45.5957 26.0690 569 RO YRBK S 15219 Adjud (Romania) 46.0600 27.1000 102 RO YRBK S 15221 Balintesti (Romania) 46.0200 27.5500 214 RO YRBK S 15230 LRDV Deva (Romania) 45.5190 22.5393 241 RO YRBK S 15231 Sebes (Romania) 45.5785 23.3248 255 RO YRBK S 15235 Fagaras (Romania) 45.5018 24.5612 429 RO YRBK S 15238 Sfintu Gheorge (Romania) 45.5200 25.4800 524 RO YRBK S 15241 Tulnici (Romania) 45.5500 26.4000 563 RO YRBK S 15245 Jimbolia (Romania) 45.4700 20.4200 80 RO YRBK S 15247 LRTR Timisoara (Romania) 45.4600 21.1548 87 RO YRBK S 15254 Paltinis Sibiu (Romania) 45.3943 23.5600 1454 RO YRBK S 15259 Postavaru (Romania) 45.3400 25.3300 1784 RO YRBK S 15260 LRSB Sibiu (Romania) 45.4800 24.0548 444 RO YRBK S 15261 Intorsura Buzaului (Romania) 45.4010 26.0340 708 RO YRBK S 15262 Lacaut Mountain (Romania) 45.4900 26.2300 1785 RO YRBK S 15264 Foscani (Romania) 45.4125 27.1200 58 RO YRBK S 15265 Tecuci (Romania) 45.5050 27.2453 61 RO YRBK S 15267 Rauti (Romania) 45.4000 20.5600 80 RO YRBK S 15270 Lugoi (Romania) 45.4120 21.5600 124 RO YRBK S 15273 Piclisa (Romania) 45.3400 22.5300 381 RO YRBK S 15277 Boita (Romania) 45.3900 24.1600 519 RO YRBK S 15279 Balea lac (Romania) 45.3600 24.3688 2047 RO YRBK S

15280 Omu (Romania) 45.2700 25.2740 2511 RO YRBK S 15282 Poiana Brasov (Romania) 45.3600 25.3300 1028 RO YRBK S 15284 Penteleu (Romania) 45.3600 26.2458 1633 RO YRBK S 15285 Bisoca (Romania) 45.3293 26.4262 833 RO YRBK S 15287 Maicanesti (Romania) 45.3000 27.3000 18 RO YRBK S 15289 Banloc (Romania) 45.2300 21.0818 83 RO YRBK S 15292 LRCS Caransebes (Romania) 45.2500 22.1358 242 RO YRBK S 15296 Petrosani (Romania) 45.2438 23.2300 599 RO YRBK S 15297 Obarsia Lotrului (Romania) 45.2613 23.3800 1349 RO YRBK S 15298 Cozia Pass (Romania) 45.1500 24.1500 1640 RO YRBK S 15299 Rucar (Romania) 45.2400 25.1000 581 RO YRBK S 15300 Brasov-Ghimbav (Romania) 45.4200 25.3200 535 RO YRBK S 15301 Fundata (Romania) 45.2600 25.1600 1383 RO YRBK S 15302 Predeal (Romania) 45.3038 25.3500 1092 RO YRBK S 15307 Rimnicu Sarat (Romania) 45.2343 27.0232 154 RO YRBK S 15310 Galati (Romania) 45.2800 28.0193 70 RO YRBK S 15314 Resita (Romania) 45.1887 21.5322 281 RO YRBK S 15315 Semenic (Romania) 45.1088 22.0335 1433 RO YRBK S 15316 Cuntu (Romania) 45.1800 22.3000 1450 RO YRBK S 15317 Tarcu Mountain (Romania) 45.1687 22.3197 2186 RO YRBK S 15319 Voineasa (Romania) 45.2467 23.5800 575 RO YRBK S 15320 Paring (Romania) 45.2325 23.2778 1549 RO YRBK S 15321 Paring AWS (Romania) 45.2100 23.3100 2075 RO YRBK S 15324 Campulung Muscel (Romania) 45.1600 25.0220 680 RO YRBK S 15325 Sinaia (Romania) 45.2130 25.3085 1511 RO YRBK S 15328 Patirlagele (Romania) 45.1900 26.2200 291 RO YRBK S 15333 Braila (Romania) 45.1240 27.5500 16 RO YRBK S 15335 LRTC Tulcea (Romania) 45.1143 28.4900 5 RO YRBK S 15336 Gorgova (Romania) 45.1100 29.0940 4 RO YRBK S 15337 Mahmudia (Romania) 45.0523 29.0400 169 RO YRBK S 15338 Oravita (Romania) 45.0232 21.4263 310 RO YRBK S 15340 Tirgu Jiu (Romania) 45.0243 23.1557 204 RO YRBK S 15341 Padesu/Apa Neagra (Romania) 45.0000 22.5157 251 RO YRBK S 15344 Polovraci Monastery (Romania) 45.0993 23.4852 532 RO YRBK S 15345 Dedulesti (Romania) 45.0098 24.3400 549 RO YRBK S 15346 Rimnicu Vilcea (Romania) 45.0533 24.2177 238 RO YRBK S 15347 Curtea de Arges (Romania) 45.1073 24.4000 449 RO YRBK S 15349 Campina (Romania) 45.0862 25.4400 462 RO YRBK S 15350 Buzau (Romania) 45.0797 26.5100 98 RO YRBK S 15355 Faurei (Romania) 45.0400 27.1400 53 RO YRBK S 15356 Viziru (Romania) 45.0100 27.4200 20 RO YRBK S 15360 Sulina (Romania) 45.0890 29.4553 13 RO YRBK S 15364 Bozovici (Romania) 44.5500 22.0037 257 RO YRBK S 15366 Baile Herculane (Romania) 44.5300 22.2500 191 RO YRBK S 15369 Tirgu Logresti (Romania) 44.5268 23.4252 265 RO YRBK S 15373 Pitesti (Romania) 44.5093 24.5197 317 RO YRBK S 15375 Tirgoviste (Romania) 44.5577 25.2553 298 RO YRBK S 15377 Ploiesti (Romania) 44.5735 25.5925 178 RO YRBK S 15387 Sfantu Gheorghe (Romania) 44.5387 29.3595 2 RO YRBK S 15388 Moldova Veche (Romania) 44.4300 21.3800 83 RO YRBK S 15389 Berzasca (Romania) 44.3900 21.5700 68 RO YRBK S 15395 Dragasani (Romania) 44.4000 24.1423 281 RO YRBK S 15402 Urziceni (Romania) 44.4300 26.3943 61 RO YRBK S 15405 Grivita (Romania) 44.4445 27.1768 51 RO YRBK S 15406 Hirsova (Romania) 44.4150 27.5782 39 RO YRBK S 15408 Corugea (Romania) 44.4400 28.2052 220 RO YRBK S 15409 Umirea (Romania) 44.4597 28.5258 38 RO YRBK S 15410 Drobeta Tr. Severin (Romania) 44.3758 22.3757 78 RO YRBK S 15411 Halinga (Romania) 44.4300 22.4200 245 RO YRBK S 15412 Biclesu (Romania) 44.2857 23.0678 313 RO YRBK S 15416 Stolnici (Romania) 44.3377 24.4738 210 RO YRBK S 15419 Titu (Romania) 44.3900 25.3475 160 RO YRBK S 15420 LRBS Bucharest (Romania) 44.3063 26.0468 91 RO YRBK S 15421 LROP Bucharest Otopeni (Romania) 44.3000 26.1277 91 RO YRBK S 15422 Bucharest/Filaret (Romania) 44.2472 26.0563 83 RO YRBK S 15423 Dilga (Romania) 44.2700 26.5800 51 RO YRBK S 15424 Fundulea (Romania) 44.2800 26.3100 67 RO YRBK S 15425 Slobozia (Romania) 44.3300 27.2300 52 RO YRBK S

15428 Gura portitei (Romania) 44.4138 28.5993 3 RO YRBK S 15429 Sarulesti (Romania) 44.2500 26.3900 88 RO YRBK S 15434 Slatina (Romania) 44.2653 24.2100 173 RO YRBK S 15443 Dor Marunt (Romania) 44.2700 26.5500 40 RO YRBK S 15444 Fetesti (Romania) 44.2348 27.5033 60 RO YRBK S 15445 Cernadova (Romania) 44.2073 28.0262 88 RO YRBK S 15450 LRCV Craiova (Romania) 44.1862 23.5200 193 RO YRBK S 15455 Videle (Romania) 44.1697 25.3222 107 RO YRBK S 15460 Calarasi (Romania) 44.1235 27.2030 20 RO YRBK S 15462 Medgidia (Romania) 44.1460 28.1500 71 RO YRBK S 15465 Bailesti (Romania) 44.0175 23.1987 58 RO YRBK S 15469 Caracal (Romania) 44.0600 24.2143 107 RO YRBK S 15470 Rosiori De Vede (Romania) 44.0643 24.5872 103 RO YRBK S 15475 Oltenita (Romania) 44.0400 26.3823 16 RO YRBK S 15476 Greaca (Romania) 44.0700 26.2000 4 RO YRBK S 15477 Platforma Gloria (Romania) 44.3100 29.3400 27 RO YRBK S 15479 Adamclisti (Romania) 44.0530 27.5793 159 RO YRBK S 15480 Constanta (Romania) 44.1283 28.3873 14 RO YRBK S 15481 LRCK Kogalniceanu (Romania) 44.2000 28.2600 97 RO YRBK S 15482 Calafat (Romania) 43.5910 22.5700 62 RO YRBK S 15489 Alexandria (Romania) 43.5868 25.2100 77 RO YRBK S 15490 Turnu Magurele (Romania) 43.4562 24.5270 32 RO YRBK S 15491 Giurgiu (Romania) 43.5300 25.5597 25 RO YRBK S 15494 Bechet (Romania) 43.4738 23.5665 37 RO YRBK S 15498 Zimnicea (Romania) 43.3968 25.2100 35 RO YRBK S 15499 Mangalia (Romania) 43.4897 28.3525 7 RO YRBK S * * Bulgaria * 15501 Novo Selo (Bulgaria) 44.1000 22.4800 38 BU LZSO S 15502 Vidin (Bulgaria) 43.5900 22.5100 31 BU LZSO S 15505 Vratza (Bulgaria) 43.1200 23.3200 310 BU LZSO S 15507 Montana (Bulgaria) 43.2500 23.1300 204 BU LZSO S 15511 Lom (Bulgaria) 43.4900 23.1500 33 BU LZSO S 15514 Oryahovo (Bulgaria) 43.4100 23.5800 31 BU LZSO S 15525 Lovetch (Bulgaria) 43.0900 24.4200 221 BU LZSO S 15526 Pleven (Bulgaria) 43.2500 24.3600 64 BU LZSO S 15528 Pleven (Bulgaria) 43.2400 24.3600 160 BU LZSO S 15530 Veliko Tarnovo (Bulgaria) 43.0500 25.3900 218 BU LZSO S 15533 Svichtov (Bulgaria) 43.3700 25.2100 26 BU LZSO S 15535 LBRS Rousse (Bulgaria) 43.5100 25.5700 45 BU LZSO S 15544 Shumen (Bulgaria) 43.1600 26.5600 218 BU LZSO S 15549 Razgrad (Bulgaria) 43.3400 26.3000 347 BU LZSO S 15550 Silistra (Bulgaria) 44.0700 27.1600 16 BU LZSO S 15552 Varna (Bulgaria) 43.1200 27.5700 43 BU LZSO S 15561 Shabla (Bulgaria) 43.3200 28.3200 28 BU LZSO S 15562 Kaliakpa (Bulgaria) 43.2200 28.2800 64 BU LZSO S 15600 Mourgash (Bulgaria) 42.5000 23.4000 1692 BU LZSO S 15601 Kustendil (Bulgaria) 42.1600 22.4600 527 BU LZSO S 15605 Dragoman (Bulgaria) 42.5600 22.5600 716 BU LZSO S 15613 Cherni Vrah (Bulgaria) 42.3500 23.1600 2292 BU LZSO S 15614 Sofia (Bulgaria) 42.3900 23.2300 591 BU LZSO S 15615 Mussala (Bulgaria) 42.1100 23.3500 2927 BU LZSO S 15625 LBPD Plovdiv (Bulgaria) 42.0800 24.4500 185 BU LZSO S 15626 Plovdiv (Bulgaria) 42.0400 24.5100 156 BU LZSO S 15627 Botev Vrah (Bulgaria) 42.4000 24.5000 2389 BU LZSO S 15628 Ivailo (Bulgaria) 42.1300 24.2000 214 BU LZSO S 15635 Chirpan (Bulgaria) 42.1200 25.2000 178 BU LZSO S 15640 Sliven (Bulgaria) 42.4000 26.2000 257 BU LZSO S 15642 Elhovo (Bulgaria) 42.1100 26.3400 139 BU LZSO S 15655 Burgas (Bulgaria) 42.3000 27.2900 28 BU LZSO S 15661 Achtopol (Bulgaria) 42.0600 27.5100 19 BU LZSO S 15712 Sandanski (Bulgaria) 41.3300 23.1600 207 BU LZSO S 15725 Snejanka (Bulgaria) 41.4000 24.4100 1930 BU LZSO S 15726 Rojen (Bulgaria) 41.4200 24.4600 1750 BU LZSO S 15730 Kurdjali (Bulgaria) 41.3900 25.2300 331 BU LZSO S 15741 Svilengrad (Bulgaria) 41.4600 26.1200 55 BU LZSO S *

* Italy * 16008 LIVE S. Valentino Alla Muta (Italy) 46.4572 10.3200 1461 IY LIIB S 16014 Vipiteno (Italy) 46.5300 11.2640 922 IY LIIB S 16020 LIPB Bolzano (Italy) 46.2762 11.2000 241 IY LIIB S 16021 LIVR Passo Rolle (Italy) 46.1800 11.4720 2006 IY LIIB S 16022 LIVP Paganella (Italy) 46.0958 11.0200 2129 IY LIIB S 16023 Trento (Italy) 46.0100 11.0760 190 IY LIIB S 16033 LIVD Dobbiaco (Italy) 46.4400 12.1300 1226 IY LIIB S 16036 LIPA Aviano (Italy) 46.0200 12.3600 117 IY LIIB S 16037 LIYW Aviano Usaf (Italy) 46.0200 12.3600 115 IY LIIB S 16040 LIVO Tarvisio (Italy) 46.3033 13.3517 778 IY LIIB S 16041 Tarvisio (Italy) 46.3033 13.3500 779 IY LIIB S 16044 LIPD Udine/Campoformido (Italy) 46.0225 13.1130 94 IY LIIB S 16045 LIPI Udine/Rivolto (Italy) 45.5853 13.0295 53 IY LIIB S 16046 Udine/Rivolto (Italy) 45.5900 13.0292 54 IY LIIB S 16052 LIMH Pian Rosa (Italy) 45.5610 7.4237 3488 IY LIIB S 16054 Aosta (Italy) 45.4400 7.2100 552 IY LIIB S 16058 Bousson (Italy) 44.5600 6.4933 1401 IY LIIB S 16059 LIMF Turin/Casalle (Italy) 45.1215 7.3900 287 IY LIIB S 16060 Torino Venaria (Italy) 45.0783 7.3700 278 IY LIIB S 16061 LIMK Turin/Bric Della Croce (Italy) 45.0200 7.4390 710 IY LIIB S 16064 LIMN Novara/Cameri (Italy) 45.3180 8.4000 175 IY LIIB S 16066 LIMC Milan/Malpensa (Italy) 45.3780 8.4338 212 IY LIIB S 16067 Gallarate (Italy) 45.3900 8.4882 239 IY LIIB S 16068 Casale Monferrato (Italy) 45.0677 8.2700 121 IY LIIB S 16072 LIMO Monte Bisbino (Italy) 45.5200 9.0400 1319 IY LIIB S 16073 Monte Bisbino (Italy) 45.5200 9.0400 1322 IY LIIB S 16076 LIME Bergamo/Orio Al Serio (Italy) 45.4000 9.4200 237 IY LIIB S 16080 LIML Milan/Linate (Italy) 45.2697 9.1700 103 IY LIIB S 16081 Milano/Linate (Italy) 45.2760 9.1550 109 IY LIIB S 16084 LIMS Piacenza (Italy) 44.5455 9.4400 138 IY LIIB S 16085 Porto Torres (Italy) 40.5000 8.2300 8 IY LIIB S 16088 LIPL Brescia/Ghedi (Italy) 45.2500 10.1700 97 IY LIIB S 16089 Desenzano (Italy) 45.2787 10.3332 66 IY LIIB S 16090 LIPX Verona/Villafranca (Italy) 45.2328 10.5200 68 IY LIIB S 16094 LIPT Vicenza (Italy) 45.3400 11.3100 53 IY LIIB S 16095 LIPP Padova (Italy) 45.2400 11.5100 14 IY LIIB S 16098 LIPS Treviso/Istrana (Italy) 45.4100 12.0640 42 IY LIIB S 16099 LIPH Treviso/San Angelo (Italy) 45.3900 12.1100 23 IY LIIB S 16101 Venezia Lido (Italy) 45.2600 12.2300 6 IY LIIB S 16105 LIPZ Venice/Tessera (Italy) 45.3032 12.2112 6 IY LIIB S 16107 Concordia Sagittaria (Italy) 45.4567 12.5142 3 IY LIIB S 16108 LIPQ Ronchi Dei Legionari (Italy) 45.4965 13.2833 11 IY LIIB S 16110 LIVT Trieste (Italy) 45.4062 13.4500 4 IY LIIB S 16111 Monte Settepani (Italy) 44.1455 8.1200 1383 IY LIIB S 16113 Cuneo-Levaldigi (Italy) 44.3235 7.3675 386 IY LIIB S 16114 Mondovi (Italy) 44.2342 7.4975 560 IY LIIB S 16115 LIMY Limone Colle di Tenda (Italy) 44.1073 7.3400 1234 IY LIIB S 16116 LIMQ Govone (Italy) 44.4800 8.0600 315 IY LIIB S 16117 LIMZ Cuneo Levaldigi (Italy) 44.3318 7.3750 387 IY LIIB S 16118 Novi Ligure (Italy) 44.4600 8.4700 187 IY LIIB S 16119 LIMV Passo Dei Giovi (Italy) 44.3300 8.5625 488 IY LIIB S 16120 LIMJ Genoa (Italy) 44.2480 8.5025 3 IY LIIB S 16121 Genova (Italy) 44.2517 8.5527 46 IY LIIB S 16122 LIMG Albenga (Italy) 44.0300 8.0753 49 IY LIIB S 16123 Chiavari (Italy) 44.1957 9.2083 31 IY LIIB S 16124 LIMT Passo Della Cisa (Italy) 44.2800 9.5600 1040 IY LIIB S 16125 LIQW Sarzana/Luni (Italy) 44.0523 9.5910 10 IY LIIB S 16126 Passo Dei Giovi (Italy) 44.3300 8.5625 489 IY LIIB S 16127 Sarzana (Italy) 44.0500 9.5900 10 IY LIIB S 16128 Modena (Italy) 44.3857 10.5700 34 IY LIIB S 16129 LIQP La Spezia-La Castellana(Italy) 44.0400 9.4900 522 IY LIIB S 16130 Parma (Italy) 44.4900 10.1782 52 IY LIIB S 16131 Parma Pannocchia (Italy) 44.4100 10.1875 181 IY LIIB S 16132 Bologna (Italy) 44.3200 11.1732 53 IY LIIB S 16133 Ferrara (Italy) 44.4892 11.3675 11 IY LIIB S 16134 LIVC Monte Cimone (Italy) 44.1162 10.4200 2173 IY LIIB S

16135 Passo Porretta (Italy) 44.0200 11.0000 1315 IY LIIB S 16136 Passo Porretta (Italy) 44.0100 11.0000 1314 IY LIIB S 16137 Spilamberto (Italy) 44.3100 11.0000 91 IY LIIB S 16138 LIPF Ferrara (Italy) 44.4900 11.3675 9 IY LIIB S 16140 LIPE Bologna/Borgo Panigale (Italy) 44.3200 11.1800 37 IY LIIB S 16141 Volano (Italy) 44.4883 12.1500 4 IY LIIB S 16142 Rifredo Mugello (Italy) 44.0300 11.2300 887 IY LIIB S 16143 Rolo (Italy) 44.5312 10.5200 22 IY LIIB S 16144 S. Pietro Capofiume Molinell 44.3900 11.3700 12 IY LIIB S 16145 Punta Marina (Italy) 44.2647 12.1777 7 IY LIIB S 16146 LIVM Punta Marina (Italy) 44.2648 12.1777 6 IY LIIB S 16147 LIPK Forli (Italy) 44.1200 12.0400 32 IY LIIB S 16148 LIPC Cervia (Italy) 44.1373 12.1752 10 IY LIIB S 16149 LIPR Rimini (Italy) 44.0147 12.3677 13 IY LIIB S 16150 Imperia (Italy) 43.5200 8.0200 60 IY LIIB S 16153 LIMU Capo Mele (Italy) 43.5743 8.1000 221 IY LIIB S 16154 Isola Gorgona (Italy) 43.2600 9.5365 259 IY LIIB S 16155 Isola Capraia (Italy) 43.0308 9.5065 27 IY LIIB S 16156 S. Giovanni Alla Vena (Italy) 43.4100 10.3500 7 IY LIIB S 16158 LIRP Pisa (Italy) 43.4100 10.2373 6 IY LIIB S 16164 LIQV Volterra (Italy) 43.2400 10.5200 575 IY LIIB S 16165 Volterra (Italy) 43.2400 10.5158 576 IY LIIB S 16168 LIQO Monte Argentario (Italy) 42.2322 11.1000 631 IY LIIB S 16170 LIRQ Florence (Italy) 43.4852 11.1200 38 IY LIIB S 16171 Firenze (Italy) 43.4713 11.1300 19 IY LIIB S 16172 LIQB Arezzo (Italy) 43.2758 11.5100 249 IY LIIB S 16178 Frontone (Italy) 43.3100 12.4400 575 IY LIIB S 16179 LIVF Frontone (Italy) 43.3100 12.4367 574 IY LIIB S 16181 LIRZ Perugia (Italy) 43.0583 12.3062 204 IY LIIB S 16182 Perugia S. Egidio (Italy) 43.0555 12.3000 206 IY LIIB S 16190 Ancona (Italy) 43.3668 13.3200 143 IY LIIB S 16191 LIPY Falconara (Italy) 43.3700 13.2162 15 IY LIIB S 16192 Loreto (Italy) 43.2600 13.3622 198 IY LIIB S 16197 LIRX M. Calamita (Italy) 42.4400 10.2400 397 IY LIIB S 16198 Isola d`Elba (Italy) 42.4400 10.2400 398 IY LIIB S 16204 LIQR Radicofani (Italy) 42.5400 11.4600 828 IY LIIB S 16206 LIRS Grosseto (Italy) 42.4500 11.0353 7 IY LIIB S 16210 Furbara (Italy) 42.0000 12.0100 13 IY LIIB S 16212 S. Teresa (Italy) 44.2500 14.1000 5 IY LIIB S 16214 LIQJ Civitavecchia (Italy) 42.0197 11.4998 4 IY LIIB S 16215 Civitavecchia (Italy) 42.0200 11.5000 5 IY LIIB S 16216 LIRV Viterbo (Italy) 42.2630 12.0330 308 IY LIIB S 16217 Orte (Italy) 42.2828 12.2053 76 IY LIIB S 16218 Viterbo (Italy) 42.2645 12.0347 311 IY LIIB S 16219 LIRK Monte Terminillo (Italy) 42.2800 12.5900 1875 IY LIIB S 16221 LIQN Rieti (Italy) 42.2560 12.5100 389 IY LIIB S 16223 Vigna Di Valle (Italy) 42.0500 12.1270 267 IY LIIB S 16224 LIRB Vigna Di Valle (Italy) 42.0500 12.1268 266 IY LIIB S 16226 L`aquila (Italy) 42.2253 13.1963 670 IY LIIB S 16227 Fucino (Italy) 41.5900 13.3632 651 IY LIIB S 16228 LIQI Preturo (Italy) 42.2200 13.1800 667 IY LIIB S 16230 LIBP Pescara (Italy) 42.2623 14.1123 11 IY LIIB S 16231 S. Giovanni Teatino (Italy) 42.2500 14.1268 181 IY LIIB S 16232 LIBT Termoli (Italy) 42.0000 15.0000 44 IY LIIB S 16233 Guidonia (Italy) 41.5932 12.4425 91 IY LIIB S 16234 LIRG Guidonia (Italy) 41.5980 12.4400 89 IY LIIB S 16235 LIRU Roma/Urbe (Italy) 41.5700 12.3000 24 IY LIIB S 16238 Roma/Centocelle (Italy) 41.5200 12.3347 54 IY LIIB S 16239 LIRA Roma/Ciampino (Italy) 41.4848 12.3500 105 IY LIIB S 16240 Rome (Italy) 41.5400 12.2900 95 IY LIIB S 16242 LIRF Roma Fiumicino (Italy) 41.4800 12.1433 3 IY LIIB S 16243 LIRL Latina (Italy) 41.3300 12.5458 26 IY LIIB S 16244 LIRH Frosinone (Italy) 41.3870 13.1797 185 IY LIIB S 16245 LIRE Pratica Di Mare (Italy) 41.3933 12.2700 22 IY LIIB S 16246 Frosinone (Italy) 41.3870 13.1800 187 IY LIIB S 16247 Latina (Italy) 41.3268 12.5463 27 IY LIIB S 16249 Torre Olevola (Italy) 41.1500 13.0700 4 IY LIIB S 16252 LIBS Campobasso (Italy) 41.3382 14.3930 807 IY LIIB S

16253 LIRM Grazzanise (Italy) 41.0363 14.0473 10 IY LIIB S 16258 LIBE Monte S. Angelo (Italy) 41.4250 15.5700 848 IY LIIB S 16259 S. Samuele di Caferio (Italy) 41.1500 16.0300 32 IY LIIB S 16261 LIBA Foggia Amendola (Italy) 41.3228 15.4283 60 IY LIIB S 16262 Trevico (Italy) 41.0300 15.1400 1094 IY LIIB S 16263 LIRT Trevico (Italy) 41.0300 15.1400 1093 IY LIIB S 16264 Marina di Ginosa (Italy) 41.0800 15.3100 514 IY LIIB S 16266 Vieste (Italy) 41.5328 16.0988 5 IY LIIB S 16270 LIBD Bari/Palese Macchie (Italy) 41.0828 16.4590 49 IY LIIB S 16271 Bari (Italy) 41.0700 16.5300 12 IY LIIB S 16280 LIQZ Ponza (Italy) 40.5472 12.5742 185 IY LIIB S 16281 Ponza (Italy) 40.5500 12.5738 186 IY LIIB S 16288 Caserta (Italy) 41.0400 14.1900 63 IY LIIB S 16289 LIRN Napoli/Capodichino (Italy) 40.5307 14.1745 72 IY LIIB S 16292 LIRI Pontecagnano (Italy) 40.3700 14.5465 40 IY LIIB S 16294 LIQC Capri (Italy) 40.3347 14.1200 161 IY LIIB S 16295 Capri (Italy) 40.3300 14.1200 161 IY LIIB S 16300 LIBZ Potenza (Italy) 40.4000 15.5800 845 IY LIIB S 16310 LIQK Capo Palinuro (Italy) 40.0100 15.1682 185 IY LIIB S 16312 LIBV Gioia Del Colle (Italy) 40.4600 16.5612 352 IY LIIB S 16314 Matera (Italy) 40.4052 16.3937 498 IY LIIB S 16316 LIBU Latronico (Italy) 40.0525 16.0082 896 IY LIIB S 16317 Latronico (Italy) 40.0525 16.0082 897 IY LIIB S 16318 Martina Franca (Italy) 40.3857 17.1237 415 IY LIIB S 16320 LIBR Brindisi (Italy) 40.3960 17.5733 10 IY LIIB S 16324 LIBG Grottaglie (Italy) 40.3100 17.2400 69 IY LIIB S 16325 LIBH Marina Di Ginosa (Italy) 40.2547 16.5320 12 IY LIIB S 16332 LIBN Lecce (Italy) 40.1430 18.0833 53 IY LIIB S 16333 Lecce (Italy) 40.1430 18.0832 49 IY LIIB S 16334 Otranto (Italy) 40.0665 18.3073 81 IY LIIB S 16336 Bonifati (Italy) 39.3500 15.5345 486 IY LIIB S 16337 LIBW Bonifati (Italy) 39.3500 15.5348 485 IY LIIB S 16342 Punta Alice (Italy) 39.2400 17.0917 5 IY LIIB S 16344 LIBQ Monte Scuro (Italy) 39.2000 16.2400 1677 IY LIIB S 16345 Monte Scuro (Italy) 39.2000 16.2400 1679 IY LIIB S 16350 LIBC Crotone (Italy) 39.0000 17.0475 161 IY LIIB S 16351 Crotone (Italy) 38.5932 17.0500 156 IY LIIB S 16360 LIBY San Maria di Leuca (Italy) 39.4868 18.2053 112 IY LIIB S 16362 LICA Lamezia Terme (Italy) 38.5450 16.1450 16 IY LIIB S 16364 Serralta di S. Vito (Italy) 38.4533 16.2200 998 IY LIIB S 16365 Catanzaro (Italy) 38.5432 16.3600 334 IY LIIB S 16400 LICU Ustica (Italy) 38.4243 13.1100 243 IY LIIB S 16401 Ustica (Italy) 38.4245 13.1100 244 IY LIIB S 16405 LICJ Palermo/Punta Raisi (Italy) 38.1100 13.0600 34 IY LIIB S 16409 Palermo Boccadifalco (Italy) 38.0672 13.1870 122 IY LIIB S 16410 LICP Palermo Boccadifalco (Italy) 38.0600 13.1800 117 IY LIIB S 16415 Isola Di Salina (Italy) 38.3480 14.5200 47 IY LIIB S 16416 Isola Stromboli (Italy) 38.4800 15.1405 77 IY LIIB S 16420 LICF Messina (Italy) 38.1200 15.3300 54 IY LIIB S 16422 LICR Reggio Calabria (Italy) 38.0400 15.3900 21 IY LIIB S 16429 LICT Trapani/Birgi (Italy) 37.5485 12.2948 9 IY LIIB S 16434 LICX Prizzi (Italy) 37.4300 13.2600 1035 IY LIIB S 16435 Prizzi (Italy) 37.4300 13.2600 1036 IY LIIB S 16436 Sciacca (Italy) 37.3082 13.0760 126 IY LIIB S 16442 Gibilmanna (Italy) 37.5945 14.0162 999 IY LIIB S 16450 LICE Enna (Italy) 37.3400 14.1678 1003 IY LIIB S 16453 LICL Gela (Italy) 37.0458 14.1350 65 IY LIIB S 16454 Gela (Italy) 37.0460 14.1350 65 IY LIIB S 16459 LICZ Catania/Sigonella (Italy) 37.2433 14.5500 29 IY LIIB S 16460 LICC Catania/Fontanarossa (Italy) 37.2800 15.0383 17 IY LIIB S 16464 Siracusa (Italy) 37.0397 15.1677 3 IY LIIB S 16465 Mezzo Gregorio (Italy) 36.5800 14.5747 640 IY LIIB S 16469 Capo Spartivento (Italy) 37.5600 16.0363 119 IY LIIB S 16470 LICG Pantelleria (Italy) 36.4883 11.5800 198 IY LIIB S 16471 Pantelleria (Italy) 36.4878 11.5782 186 IY LIIB S 16475 Comiso (Italy) 36.5900 14.3700 210 IY LIIB S 16480 LICO Cozzo Spadaro (Italy) 36.4117 15.0800 51 IY LIIB S 16490 LICD Lampedusa (Italy) 35.3000 12.3710 20 IY LIIB S

16491 Lampedusa (Italy) 35.3000 12.3748 51 IY LIIB S 16504 Porto Torres (Italy) 40.5035 8.2432 8 IY LIIB S 16506 LIEG Guardiavecchia (Italy) 41.1300 9.2400 159 IY LIIB S 16520 LIEA Alghero (Italy) 40.3800 8.1732 40 IY LIIB S 16522 LIEH Capo Caccia (Italy) 40.3367 8.0978 204 IY LIIB S 16523 Capo Caccia (Italy) 40.3400 8.0953 205 IY LIIB S 16524 Macomer Sa Crabarza (Italy) 40.1533 8.4415 587 IY LIIB S 16531 LIEO Olbia/Costa Smeralda (Italy) 40.5400 9.3100 13 IY LIIB S 16532 Monte Limbara (Italy) 40.5100 9.1058 1364 IY LIIB S 16537 Fonni (Italy) 40.0700 9.1500 992 IY LIIB S 16538 LIEN Fonni (Italy) 40.0700 9.1500 992 IY LIIB S 16539 LIEF Capo Frasca (Italy) 39.4447 8.2757 95 IY LIIB S 16541 LIEP Perdasdefogu (Italy) 39.4000 9.2658 606 IY LIIB S 16542 LIEL Capo S. Lorenzo (Italy) 39.3000 9.3800 5 IY LIIB S 16543 Capo S. Lorenzo (Italy) 39.3000 9.3800 5 IY LIIB S 16545 Perdasdefogu (Italy) 39.4000 9.2648 610 IY LIIB S 16546 LIED Decimomannu (Italy) 39.2100 8.5800 24 IY LIIB S 16548 Carloforte (Italy) 39.0800 8.1900 15 IY LIIB S 16549 Isola Di Carloforte (Italy) 39.0822 8.1868 13 IY LIIB S 16550 LIEB Capo Bellavista (Italy) 39.5600 9.4278 150 IY LIIB S 16560 LIEE Cagliari/Elmas (Italy) 39.1462 9.0360 5 IY LIIB S 16564 LIEC Capo Carbonara (Italy) 39.0600 9.3082 118 IY LIIB S 16565 Capo Carbonara (Italy) 39.0600 9.3082 119 IY LIIB S 16570 Teulada (Italy) 38.5935 8.3960 52 IY LIIB S 16584 Bari Palese (Italy) 41.0800 16.4600 46 IY LIIB S 16586 Trapani Birgi (Italy) 37.5500 12.3000 5 IY LIIB S * * Malta * 16597 LMML Luqa (Malta) 35.5100 14.2900 91 ML LMMM S 16599 Gudja (Malta) 35.5100 14.3000 78 ML LMMM S * * Greece * 16606 Serrai (Greece) 41.0400 23.3400 35 GR LGAT S 16607 Drama (Greece) 41.0900 24.0900 103 GR LGAT S 16610 Komotini (Greece) 41.0700 25.2400 24 GR LGAT S 16613 Florina (Greece) 40.4700 21.2400 662 GR LGAT S 16614 LGKA Kastoria Airport (Greece) 40.2700 21.1700 604 GR LGAT S *N16618 Edessa (Greece) 40.49 22.03 314 GR LGAT S 16622 LGTS Thessaloniki/Mikra (Greece) 40.3100 22.5800 4 GR LGAT S 16624 LGKV Chrysoupoli Airport (Greece) 40.5900 24.3600 5 GR LGAT S 16625 Kavala (Greece) 40.5600 24.2300 62 GR LGAT S 16627 LGAL Alexandroupolis (Greece) 40.5100 25.5500 3 GR LGAT S 16628 Konitsa (Greece) 40.0300 20.4500 542 GR LGAT S 16632 LGKZ Kozani (Greece) 40.1800 21.4700 627 GR LGAT S 16641 LGKR Kerkyra (Greece) 39.3700 19.5500 4 GR LGAT S 16642 Ioannina (Greece) 39.4200 20.4900 483 GR LGAT S 16643 LGPZ Aktion (Greece) 38.3700 20.4600 4 GR LGAT S 16645 Trikala (Greece) 39.3300 21.4600 116 GR LGAT S 16648 LGLR Larissa (Greece) 39.3800 22.2500 74 GR LGAT S 16650 LGLM Limnos (Greece) 39.5500 25.1400 4 GR LGAT S 16654 Arta (Greece) 39.1000 21.0000 11 GR LGAT S 16655 Astros (Greece) 37.2400 22.4300 25 GR LGAT S 16660 Skiathos (Greece) 39.1100 23.3000 8 GR LGAT S 16665 LGBL Anchialos (Greece) 39.1300 22.4800 15 GR LGAT S 16667 LGMT Mytilini (Greece) 39.0400 26.3600 5 GR LGAT S 16671 Velos (Greece) 37.5900 22.4600 17 GR LGAT S 16672 Agrinion (Greece) 38.3600 21.2100 24 GR LGAT S 16674 Aliartos (Greece) 38.2300 23.0600 110 GR LGAT S 16675 Lamia (Greece) 38.5400 22.2400 144 GR LGAT S 16682 LGAD Andravida (Greece) 37.5500 21.1700 14 GR LGAT S 16683 Kymi (Greece) 38.3800 24.0600 224 GR LGAT S 16684 Skyros (Greece) 38.5800 24.2900 28 GR LGAT S 16685 LGKF Kefalhnia (Greece) 38.0700 20.3000 22 GR LGAT S 16687 LGRX Araxos (Greece) 38.0900 21.2500 12 GR LGAT S 16689 Patrai (Greece) 38.1500 21.4400 3 GR LGAT S 16693 Desfina (Greece) 38.2500 22.3200 590 GR LGAT S

16699 LGTG Tanagra (Greece) 38.1900 23.3200 140 GR LGAT S 16701 Athinai (Greece) 38.0300 23.4000 138 GR LGAT S 16706 LGHI Chios (Greece) 38.2000 26.0800 4 GR LGAT S 16707 Pyrgos (Greece) 37.4000 21.2600 12 GR LGAT S 16710 LGTP Tripolis (Greece) 37.3200 22.2400 652 GR LGAT S 16714 Athinai (Greece) 37.5800 23.4300 107 GR LGAT S 16715 LGTT Tatoi (Greece) 38.0600 23.4700 235 GR LGAT S 16716 LGAT Athens (Greece) 37.4400 23.4400 10 GR LGAT S 16717 Piraeus (Greece) 37.5900 23.3400 2 GR LGAT S 16718 LGEL Elefsis (Greece) 38.0400 23.3300 31 GR LGAT S 16719 Zakynthos (Greece) 37.4500 20.5400 2 GR LGAT S 16723 LGSM Samos (Greece) 37.4200 26.5500 7 GR LGAT S 16724 Pyrgela (Greece) 37.3600 22.4700 11 GR LGAT S 16726 LGKL Kalamata (Greece) 37.0400 22.0100 8 GR LGAT S 16732 Naxos (Greece) 37.0600 25.2300 9 GR LGAT S 16734 Methoni (Greece) 36.5000 21.4200 34 GR LGAT S 16738 LGML Milos (Greece) 36.4300 24.2700 183 GR LGAT S 16739 Astypalea (Greece) 36.3200 26.2200 73 GR LGAT S 16741 Spata (Greece) 37.5500 23.5500 72 GR LGAT S 16742 LGKO Kos (Greece) 36.4700 27.0400 129 GR LGAT S 16743 LGKC Kythira (Greece) 36.1700 23.0100 167 GR LGAT S 16744 LGSR Thira (Greece) 36.2500 25.2600 36 GR LGAT S 16746 LGSA Souda (Greece) 35.2900 24.0700 151 GR LGAT S 16748 Karpathos (Greece) 35.3000 27.1300 20 GR LGAT S 16749 LGRP Rhodos (Greece) 36.2400 28.0500 11 GR LGAT S 16750 LGMK Mykonos (Greece) 37.2600 25.2100 123 GR LGAT S 16754 LGIR Heraklion (Greece) 35.2000 25.1100 39 GR LGAT S 16756 Ierapetra (Greece) 35.0000 25.4400 13 GR LGAT S 16757 Sitia (Greece) 35.1200 26.0600 28 GR LGAT S 16758 Rethymnon (Greece) 35.2100 24.3100 7 GR LGAT S 16759 Tymbakion (Greece) 35.0000 24.4500 7 GR LGAT S 16760 Kasteli (Greece) 35.1100 25.1900 336 GR LGAT S 16765 LGKP Karpathos (Greece) 35.2500 27.0900 6 GR LGAT S 16766 LGPA Paros (Greece) 37.0100 25.0800 33 GR LGAT S 16767 Kastellorizo (Greece) 36.0700 29.3400 145 GR LGAT S 16768 Leros (Greece) 37.1100 26.4800 11 GR LGAT S 16770 Kasos (Greece) 35.2500 26.5500 8 GR LGAT S 16774 Syros (Greece) 37.2500 24.5700 72 GR LGAT S 16779 Ikaria (Greece) 37.4100 26.2000 20 GR LGAT S *N16840 Doxato (Greece) 41.09 24.09 0 GR LGAT S * * Turkey * 17020 Bartin (Turkey) 41.3800 32.2000 33 TU LTAA S 17022 LTAS Zonguldak (Turkey) 41.2700 31.4800 137 TU LTAA S 17024 Inebolu (Turkey) 41.5900 33.4700 64 TU LTAA S 17026 Sinop (Turkey) 42.0200 35.1000 32 TU LTAA S 17029 LTAQ Samsun (Turkey) 41.1700 36.2000 168 TU LTAA S 17030 Samsun (Turkey) 41.1700 36.1800 4 TU LTAA S 17031 Carsamba/Samsun (Turkey) 41.1500 36.3300 7 TU LTAA S 17033 Ordu (Turkey) 40.5900 37.5400 4 TU LTAA S 17034 Giresun (Turkey) 40.5500 38.2300 37 TU LTAA S 17038 LTCG Trabzon (Turkey) 41.0000 39.4300 34 TU LTAA S 17040 Rize (Turkey) 41.0200 40.3100 9 TU LTAA S 17042 Hopa (Turkey) 41.2400 41.2600 33 TU LTAA S 17045 Artvin (Turkey) 41.1100 41.4900 628 TU LTAA S 17046 Ardahan (Turkey) 41.0700 42.4300 1829 TU LTAA S 17050 Edirne (Turkey) 41.4000 26.3400 51 TU LTAA S 17052 Kirklareli (Turkey) 41.4400 27.1400 232 TU LTAA S 17054 LTBU Corlu (Turkey) 41.0800 27.5500 160 TU LTAA S 17056 Tekirdag (Turkey) 40.5900 27.3300 3 TU LTAA S 17059 Kumkoy (Turkey) 41.1500 29.0200 30 TU LTAA S 17060 LTBA Istanbul/Ataturk (Turkey) 40.5800 28.4900 33 TU LTAA S 17061 Sariyer (Turkey) 41.0800 29.0400 58 TU LTAA S 17062 Istanbul/Goztepe (Turkey) 40.5400 29.0900 18 TU LTAA S 17063 Sabiha Gokcen (Turkey) 40.5300 29.1800 99 TU LTAA S 17067 Golcuk/Dumlupinar (Turkey) 40.4000 29.5000 18 TU LTAA S 17068 Cengiztopel (Turkey) 40.5100 29.5400 70 TU LTAA S

17069 Adapazari (Turkey) 40.4700 30.2500 30 TU LTAA S 17070 Bolu (Turkey) 40.4400 31.3600 743 TU LTAA S 17072 Duzce (Turkey) 40.5000 31.1000 146 TU LTAA S 17074 Kastamonu (Turkey) 41.2200 33.4700 800 TU LTAA S 17078 Karabuk (Turkey) 41.1200 32.3800 259 TU LTAA S 17080 Cankiri (Turkey) 40.3600 33.3700 751 TU LTAA S 17082 LTAP Merzifon (Turkey) 40.5100 35.3500 535 TU LTAA S 17084 Corum (Turkey) 40.3300 34.5700 776 TU LTAA S 17085 Amasya (Turkey) 40.3900 35.5100 412 TU LTAA S 17086 LTAW Tokat (Turkey) 40.1800 36.3400 608 TU LTAA S 17088 Gumushane (Turkey) 40.2800 39.2800 1219 TU LTAA S 17089 Bayburt (Turkey) 40.1500 40.1400 1584 TU LTAA S 17090 LTAR Sivas (Turkey) 39.4500 37.0100 1285 TU LTAA S 17092 LTCD Erzincan (Turkey) 39.4200 39.3100 1154 TU LTAA S 17095 Erzurum Bolge (Turkey) 39.5400 41.1700 1869 TU LTAA S 17096 LTCE Erzurum (Turkey) 39.5700 41.1000 1758 TU LTAA S 17098 LTCF Kars (Turkey) 40.3300 43.0500 1795 TU LTAA S 17099 Agri (Turkey) 39.4400 43.0300 1632 TU LTAA S 17100 Igdir (Turkey) 39.5500 44.0300 858 TU LTAA S 17110 Gokceada (Turkey) 40.1100 25.5400 72 TU LTAA S 17111 Bozcaada (Turkey) 39.5000 26.0400 30 TU LTAA S 17112 LTBH Canakkale (Turkey) 40.0800 26.2400 6 TU LTAA S 17115 LTBG Bandirma (Turkey) 40.1900 27.5800 42 TU LTAA S 17116 LTBE Bursa (Turkey) 40.1100 29.0400 100 TU LTAA S 17118 LTBR Yenisehir (Turkey) 40.1400 29.3200 238 TU LTAA S 17119 Yalova (Turkey) 40.4000 29.1700 4 TU LTAA S 17120 Bilecik (Turkey) 40.0900 29.5800 539 TU LTAA S 17124 LTBI Eskisehir (Turkey) 39.4700 30.3400 786 TU LTAA S 17127 LTAE Akinci (Turkey) 40.0400 32.3400 840 TU LTAA S 17128 LTAC Ankara/Esenboga (Turkey) 40.0700 33.0000 959 TU LTAA S 17129 LTAD Ankara/Etimesgut (Turkey) 39.5700 32.4100 806 TU LTAA S 17130 Ankara/Central (Turkey) 39.5700 32.5300 891 TU LTAA S 17131 LTAB Guvercinlik (Turkey) 39.5600 32.4500 823 TU LTAA S 17135 Kirikkale (Turkey) 39.5100 33.3100 748 TU LTAA S 17140 Yozgat (Turkey) 39.4900 34.4800 1298 TU LTAA S 17145 Edremit (Turkey) 39.3500 27.0100 21 TU LTAA S 17150 LTBF Balikesir (Turkey) 39.3700 27.5500 102 TU LTAA S 17155 Kutahya (Turkey) 39.2500 29.5800 969 TU LTAA S 17160 Kirsehir (Turkey) 39.0900 34.1000 1007 TU LTAA S 17162 Gemerek (Turkey) 39.1100 36.0400 1171 TU LTAA S 17165 Tunceli (Turkey) 39.0700 39.3300 981 TU LTAA S 17170 LTCI Van (Turkey) 38.2800 43.2100 1671 TU LTAA S 17175 Ayvalik (Turkey) 39.1800 26.4200 4 TU LTAA S 17180 Dikili (Turkey) 39.0400 26.5300 3 TU LTAA S 17184 LTBT Akhisar (Turkey) 38.5500 27.5100 93 TU LTAA S 17186 Manisa (Turkey) 38.3700 27.2600 71 TU LTAA S 17188 LTBO Usak (Turkey) 38.4100 29.2400 919 TU LTAA S 17189 Afyonkarahisar/Meydan (Turkey) 38.4400 30.3600 1001 TU LTAA S 17190 LTAH Afyon (Turkey) 38.4500 30.3200 1034 TU LTAA S 17191 Cihanbeyli (Turkey) 38.3900 32.5700 969 TU LTAA S 17192 Aksaray (Turkey) 38.2300 34.0300 961 TU LTAA S 17193 Nevsehir (Turkey) 38.3700 34.4200 1260 TU LTAA S 17194 LTAZ Kapodokya (Turkey) 38.4600 34.3200 945 TU LTAA S 17195 LTAU Kayseri/Erkilet (Turkey) 38.4900 35.2600 1054 TU LTAA S 17199 Malatya/Bolge (Turkey) 38.2100 38.1900 948 TU LTAA S 17200 LTAT Malatya/Erhac (Turkey) 38.2600 38.0500 849 TU LTAA S 17202 LTCA Elazig (Turkey) 38.3600 39.1700 881 TU LTAA S 17203 Bingol (Turkey) 38.5200 40.3000 1177 TU LTAA S 17204 LTCK Mus (Turkey) 38.4400 41.3100 1320 TU LTAA S 17205 Tatvan (Turkey) 38.2900 42.1800 1665 TU LTAA S 17210 Siirt (Turkey) 37.5500 41.5700 896 TU LTAA S 17218 LTBL Izmir/Cigli (Turkey) 38.3100 27.0100 5 TU LTAA S 17219 LTBJ Izmir/Adnan Menderes (Turkey) 38.1600 27.0900 120 TU LTAA S 17220 LTBK Izmir (Turkey) 38.2600 27.1000 29 TU LTAA S 17221 Cesme (Turkey) 38.1800 26.1800 5 TU LTAA S 17232 Kusadasi (Turkey) 37.5200 27.1500 22 TU LTAA S 17234 LTBD Aydin (Turkey) 37.5100 27.5100 56 TU LTAA S 17237 LTAY Denizli (Turkey) 37.4700 29.0500 425 TU LTAA S

17238 Burdur (Turkey) 37.4000 30.2000 967 TU LTAA S 17239 Aksehir (Turkey) 38.2100 31.2500 1002 TU LTAA S 17240 LTBM Isparta (Turkey) 37.4500 30.3300 997 TU LTAA S 17241 LTFC Isparta/Suleyman Demirel(Turk) 37.5100 30.2200 870 TU LTAA S 17244 LTAN Konya (Turkey) 37.5800 32.3300 1031 TU LTAA S 17246 Karaman (Turkey) 37.1200 33.1300 1023 TU LTAA S 17248 Konya/Eregli (Turkey) 37.3000 34.0300 1044 TU LTAA S 17250 Nigde (Turkey) 37.5800 34.4100 1210 TU LTAA S 17255 Kahramanmaras (Turkey) 37.3600 36.5600 572 TU LTAA S 17260 LTAJ Gaziantep (Turkey) 37.0500 37.2200 701 TU LTAA S 17262 Kilis (Turkey) 36.4300 37.0700 638 TU LTAA S 17265 Adiyaman (Turkey) 37.4500 38.1700 672 TU LTAA S 17270 LTCH Urfa (Turkey) 37.0800 38.4600 549 TU LTAA S 17271 Gap Meydan (Turkey) 37.2600 38.5400 822 TU LTAA S 17272 Sanliurfa/Meydan (Turkey) 37.0600 38.5100 452 TU LTAA S 17275 Mardin (Turkey) 37.1800 40.4400 1050 TU LTAA S 17280 LTCC Diyarbakir (Turkey) 37.5300 40.1200 674 TU LTAA S 17281 Diyarbakir-Bolge (Turkey) 37.5400 40.1200 675 TU LTAA S 17282 LTCJ Batman (Turkey) 37.5300 41.0700 540 TU LTAA S 17285 Hakkari (Turkey) 37.3400 43.4600 1728 TU LTAA S 17289 Bodrum/Milas (Turkey) 37.1400 27.4000 11 TU LTAA S 17290 Bodrum (Turkey) 37.0200 27.2600 26 TU LTAA S 17291 LTFE Bodrum/Milas (Turkey) 37.1470 27.4040 6 TU LTAA S 17292 Mugla (Turkey) 37.1300 28.2200 646 TU LTAA S 17295 LTBS Dalaman (Turkey) 36.4200 28.4700 5 TU LTAA S 17296 Fethiye (Turkey) 36.3700 29.0700 3 TU LTAA S 17297 Datca (Turkey) 36.4200 27.4000 28 TU LTAA S 17298 Marmaris (Turkey) 36.5100 28.1600 16 TU LTAA S 17300 LTAI Antalya (Turkey) 36.5200 30.4400 64 TU LTAA S 17302 Antalya Bolge (Turkey) 36.5200 30.4200 47 TU LTAA S 17310 Alanya (Turkey) 36.3300 32.0000 6 TU LTAA S 17320 Anamur (Turkey) 36.0500 32.5000 4 TU LTAA S 17330 Silifke (Turkey) 36.2300 33.5600 15 TU LTAA S 17340 Mersin (Turkey) 36.4800 34.3800 3 TU LTAA S 17350 LTAG Adana/Incirlik (Turkey) 37.0000 35.2500 66 TU LTAA S 17351 Adana/Bolge (Turkey) 36.5900 35.2100 27 TU LTAA S 17352 LTAF Adana (Turkey) 36.5900 35.1800 20 TU LTAA S 17355 Osmaniye (Turkey) 37.1000 36.1000 120 TU LTAA S 17370 LTAK Iskenderun (Turkey) 36.3500 36.1000 4 TU LTAA S 17372 Hatay-Antakya (Turkey) 36.1200 36.1000 100 TU LTAA S 17375 Finike (Turkey) 36.1800 30.0900 2 TU LTAA S 17380 Kas (Turkey) 36.1200 29.3900 153 TU LTAA S 17500 Guzelyurt (Turkey) 35.0700 32.3600 48 TU LTAA S 17501 Lefke (Lefka) (Turkey) 35.0600 32.5100 133 TU LTAA S 17505 Akdeniz (Turkey) 35.1800 32.5800 71 TU LTAA S *N17507 Yesilirmak (Cyprus) 35.10 32.44 20 CY LTAA S 17510 Girne (Turkey) 35.1100 33.1100 11 TU LTAA S 17515 Lefkopa (Turkey) 35.1100 33.2100 131 TU LTAA S 17521 LCEN Ercan (Cyprus) 35.0800 33.2900 91 CY LTAA S *N17530 LCGK Gecitkale (Cyprus) 35.14 33.44 45 CY LTAA S 17535 Iskele (Turkey) 35.1700 33.5300 30 TU LTAA S 17540 Gazi Magusa (Turkey) 35.0500 33.3300 2 TU LTAA S 17550 Yenierenkoy (Turkey) 35.3200 34.1100 110 TU LTAA S * * Cyprus * 17600 LCPH Paphos (Cyprus) 34.4300 32.2900 8 CY LCLK S 17601 LCRA Akrotiri (Cyprus) 34.3500 32.3938 26 CY LCLK S 17607 Athalassa (Cyprus) 35.0845 33.2400 162 CY LCLK S 17609 LCLK Larnaca (Cyprus) 34.5240 33.3703 10 CY LCLK S * * Russia * 20026 Viktoriya Island (Russia) 80.1000 36.4500 9 RA F 20046 Polar Gmo Im. E.T. Krenkelja 80.3700 58.0300 25 RA F 20049 Tikhaya Bay (Russia) 80.2200 52.5500 46 RA F 20066 Ushakova Island (Russia) 80.5000 79.4200 47 RA F 20069 Ostrov Vize(Russian Federatio) 79.3000 76.5900 10 RA F

20107 Barencburg(Russian Federation) 78.0400 14.1327 76 RS F 20274 Ostrov Uedinenija (Russia) 77.3000 82.1400 9 RA F 20277 Isachenko Island (Russia) 77.1700 89.4000 5 RA F 20353 Mys zelaniya(Russian Federati) 76.5700 68.3300 9 RA F 20357 Russkaja Gavan (Russia) 76.1100 63.3400 9 RA F 20471 Troynoy Island (Russia) 75.5500 83.1500 12 RA F 20476 Mys Sterlegova(Russian Federa) 75.2423 88.5400 11 RA F 20665 Vilkickogo Island (Russia) 73.3000 76.0000 4 RA F 20667 Stancija Im. M.V. Popova(Russ) 73.2000 70.0398 6 RA F 20674 Ostrov Dikson(Russian Federat) 73.3000 80.2400 46 RA F 20675 Makarova (Russia) 73.4100 85.1500 15 RA F 20744 Malye Karmakuly(Russian Feder) 72.2200 52.4297 15 RA F 20766 Leskino (Russia) 72.2000 79.3000 10 RA F 20856 Cape Kharasovoy (Russia) 71.2400 67.3800 18 RA F 20862 Mongatalyang (Russia) 71.5900 75.2400 21 RA F 20864 Tambey (Russia) 71.2900 71.4900 8 RA F 20871 Sopochnaya Karga(Russian Fede) 71.5252 82.4300 5 RA F 20946 Cape Bolvanskij (Russia) 70.2700 59.0547 12 RA S 20963 Gyda(Russian Federation, Asia) 70.5300 78.3000 8 RA F 20967 Sejaha(Russian Federation, As) 70.1000 72.3100 18 RA F 20973 Kresti (Russia) 70.5100 89.5300 29 RA F 20978 Karaul (Russia) 70.1000 83.0800 29 RA F 22003 Vaida Guba Bay(Russian Federa) 69.5600 31.5900 8 RS S 22004 Nikel(Russian Federation, Eur) 69.2400 30.1253 92 RS S 22009 Perevalyaur(Russian Federatio) 69.1600 31.4600 302 RS S 22012 Tsip-Navolok Point(Russian Fe) 69.4400 33.0600 11 RS S 22014 Bolshaya-Zapadnaya(Russian Fe) 69.2500 32.1000 117 RS S 22018 Ura-Guba Bay(Russian Federati) 69.1700 32.4800 27 RS S 22019 Severomorsk(Russian Federatio) 69.0500 33.2700 20 RS S 22028 Teriberka(Russian Federation,) 69.1200 35.0700 30 RS S 22095 Kolguyev Island (Russia) 69.0500 49.1500 24 RS S 22100 Verkhove Lotta(Russian Federa) 68.3278 28.5500 115 RS S 22101 Yaniskoski(Russian Federation) 68.5800 28.4700 101 RS S 22105 Nivankyul(Russian Federation,) 68.2100 30.4400 90 RS S 22106 Padun(Russian Federation, Eur) 68.3600 31.4823 63 RS S 22113 ULMM Murmansk(Russian Federation, ) 68.5800 33.0300 51 RS S 22114 Loparskaya (Russia) 68.3800 33.1200 112 RS S 22119 Pulozero (Russia) 68.1900 33.2000 130 RS S 22123 Golitsino (Russia) 69.0400 35.4400 15 RS S 22127 Lovozero(Russian Federation, ) 68.0000 35.0200 162 RS S 22133 Ostrov Harlov(Russian Federat) 68.4900 37.2000 64 RS S 22140 Svyatoj Nos(Russian Federatio) 68.0900 39.4515 12 RS S 22144 Chernyy Cape (Russia) 68.2400 38.4000 10 RS S 22145 Mys Cernyj (Russia) 68.2200 38.3900 0 RS S 22165 Kanin Nos (Russia) 68.3900 43.1800 49 RS S 22193 Bugrino (Russia) 68.4800 49.0900 11 RS S 22204 Kovdor (Russia) 67.3400 30.2400 247 RS S 22212 Moncegorsk(Russian Federation) 67.5653 32.5545 132 RS S 22213 Apatitovaya (Russia) 67.5000 33.4500 135 RS S 22214 Zasheyek (Russia) 67.2500 32.3300 151 RS S 22216 Apatity (Russia) 67.3400 33.2200 136 RS S 22217 Kandalaksa(Russian Federation) 67.1015 32.2100 25 RS S 22219 Kirovsk (Russia) 67.3700 33.4000 1093 RS S 22232 Kolmyabr (Russia) 67.4200 37.0700 244 RS S 22235 Krasnoscel'e(Russian Federati) 67.2100 37.0300 157 RS S 22249 Kanevka(Russian Federation, E) 67.0800 39.4000 151 RS S 22259 Tersko-Orlovskaja (Russia) 67.1300 41.2000 72 RS S 22269 Mys Konusin (Russia) 67.0900 43.5400 0 RS S 22271 Sojna(Russian Federation, Eur) 67.5300 44.1045 8 RS S 22282 Mys Mikulkin (Russia) 67.4800 46.3910 6 RS S 22292 Indiga(Russian Federation, Eu) 67.4100 48.4100 4 RS S 22302 Nyam Lake (Russia) 66.5800 31.2800 152 RS S 22305 Zasheek(Russian Federation, E) 66.1500 31.0700 119 RS S 22312 Kovda(Russian Federation, Eur) 66.4200 32.5300 18 RS S 22318 Louhi(Russian Federation, Eur) 66.0400 33.0000 94 RS S 22324 Umba(Russian Federation, Euro) 66.4100 34.2100 40 RS S 22334 Varzuga (Russia) 66.2400 36.3700 6 RS S 22339 Chavanga Stream (Russia) 66.0600 37.4900 7 RS S

22349 Pjalica(Russian Federation, E) 66.1100 39.3200 9 RS S 22355 Sosnovets Island (Russia) 66.2900 40.4100 16 RS S 22361 Morzhovets Island (Russia) 66.4500 42.3500 15 RS S 22365 Abramovskij Majak(Russian Fed) 66.2453 43.1605 20 RS S 22375 Nes(Russian Federation, Europ) 66.3900 44.4100 14 RS S 22383 Nizhnyaya Pesha (Russia) 66.4600 47.4700 9 RS S 22403 Kesten'Ga (Russia) 65.5300 31.5000 129 RS S 22408 Kalevala(Russian Federation, ) 65.1300 31.0900 120 RS S 22413 Engozero(Russian Federation, ) 65.4700 33.5600 80 RS S 22422 Gridino(Russian Federation, E) 65.5400 34.4600 12 RS S 22429 Kreml (Russia) 65.0200 35.4175 7 RS S 22438 Zizgin(Russian Federation, Eu) 65.1200 36.4900 17 RS S 22446 Zimnegorskij Majak(Russian Fe) 65.2800 39.4400 77 RS S 22452 Incy(Russian Federation, Euro) 65.5800 40.4300 5 RS S 22456 Kepino (Russia) 65.2300 41.5287 69 RS S 22471 Mezen'(Russian Federation, Eu) 65.5200 44.1300 19 RS S 22481 Moseyevo (Russia) 65.4700 46.1200 42 RS S 22499 Barkovskaja(Russian Federatio) 65.1400 49.3500 155 RS S 22511 Juskozero (Russia) 64.4500 32.0700 96 RS S 22518 Rugozero (Russia) 64.0500 32.4700 159 RS S 22520 Kem - Port(Former USSR, Europ) 64.5900 34.4800 8 RS S 22522 Kem'-Port(Russian Federation,) 64.5700 34.3900 8 RS S 22525 Raznavolok (Russia) 64.3400 34.5500 9 RS S 22529 Kolezma(Russian Federation, E) 64.1400 35.5300 5 RS S 22541 Unskij Majak (Russia) 64.5000 38.2400 5 RS S 22543 Arhangel sk(Russian Federatio) 64.3748 40.3068 6 RS S 22546 Severodvinsk (Russia) 64.3400 39.5000 1 RS S 22550 Arhangel'sk(Russian Federatio) 64.3025 40.4367 8 RS S 22551 Mud'jug (Russia) 64.5100 40.1700 3 RS S 22555 Vas'kovo (Russia) 64.3200 40.3000 11 RS S 22559 Holmogory(Russian Federation,) 64.1300 41.4000 12 RS S 22563 Pinega(Russian Federation, Eu) 64.4200 43.2300 31 RS S 22573 Lesukonskoe(Russian Federatio) 64.5400 45.4600 71 RS S 22583 Kojnas(Russian Federation, Eu) 64.4500 47.3900 64 RS S 22602 Reboly(Russian Federation, Eu) 63.5000 30.4900 182 RS S 22619 Padany (Russia) 63.1600 33.2500 130 RS S 22621 Segeza(Russian Federation, Eu) 63.4600 34.1700 112 RS S 22622 Vorenza (Russia) 63.5500 35.1600 0 RS S 22638 Kalgachikha (Russia) 63.2000 36.4260 183 RS S 22641 Onega(Russian Federation, Eur) 63.5400 38.0700 13 RS S 22648 Turcasovo(Russian Federation,) 63.0700 39.1400 36 RS S 22656 Emeck(Russian Federation, Eur) 63.2900 41.4800 18 RS S 22657 Emca(Russian Federation, Euro) 63.0400 40.2100 108 RS S 22671 Karpogory (Russia) 64.0063 44.2700 65 RS S 22676 Sura(Russian Federation, Euro) 63.3500 45.3800 62 RS S 22686 Vendinga(Russian Federation, ) 63.2700 47.5400 80 RS S 22695 Koslan(Russian Federation, Eu) 63.2700 48.5500 122 RS S 22717 Suoyarvi(Russian Federation, ) 62.0600 32.2300 156 RS S 22721 Medvezegorsk(Russian Federati) 62.5500 34.2600 81 RS S 22723 Danilovo(Russian Federation, ) 62.5800 35.4200 139 RS S 22727 Kondopoga(Russian Federation,) 62.1000 34.1800 38 RS S 22738 Kugonavolok(Russian Federatio) 62.1400 36.5300 147 RS S 22749 Konevo (Russia) 62.0800 39.1800 101 RS S 22762 Dvinskij Bereznik(Russian Fed) 62.4970 42.4752 31 RS S 22768 Senkursk(Russian Federation, ) 62.0600 42.5400 45 RS S 22778 Verhnjaja Tojma(Russian Feder) 62.1400 45.0100 58 RS S 22781 Okulovskaya (Russia) 62.5800 46.3500 95 RS S 22798 Jarensk(Russian Federation, E) 62.1000 49.0700 92 RS S 22802 Sortovala(Russian Federation,) 61.4300 30.4300 19 RS S 22805 Valaam Island(Russian Federat) 61.2300 30.5300 16 RS S 22806 Mantsinsari Island (Russia) 61.2000 31.3600 24 RS S 22816 Priaza(Russian Federation, Eu) 61.4100 33.3700 133 RS S 22820 Petrozavodsk(Russian Federati) 61.4900 34.1600 111 RS S 22823 Klimenitsy (Russia) 61.5100 35.1200 40 RS S 22824 Ladva-Vetka (Russia) 61.2100 34.2700 57 RS S 22829 Vosnesene(Russian Federation,) 61.0100 35.2900 41 RS S 22831 Pudoz(Russian Federation, Eur) 61.4800 36.3500 48 RS S 22833 Kolodozero(Russian Federation) 61.4700 37.4500 116 RS S

22835 Mironova (Russia) 61.2700 36.5400 152 RS S 22837 Vytegra(Russian Federation, E) 61.0100 36.2700 56 RS S 22845 Kargopol (Russia) 61.3000 38.5600 126 RS S 22854 Njandoma(Russian Federation, ) 61.4000 40.1172 233 RS S 22867 Vel'sk(Russian Federation, Eu) 61.0500 42.0400 91 RS S 22869 Shangaly (Russia) 61.0700 43.2100 117 RS S 22876 Krasnoborsk(Russian Federatio) 61.3200 45.5600 59 RS S 22887 ULKK Kotlas(Russian Federation, Eu) 61.1400 46.4137 56 RS S 22889 Shirokiy Priluk (Russia) 61.0700 48.5000 122 RS S 22891 Sosnovo(Russian Federation, E) 60.3300 30.1900 70 RS S 22892 Vyborg(Russian Federation, Eu) 60.4300 28.4400 13 RS S 22896 Roscino (Russia) 60.1300 29.4300 96 RS S 22897 Ozerki(Russian Federation, Eu) 60.1300 29.0000 11 RS S 22907 Toksovo (Russia) 60.0900 30.3100 115 RS S 22912 Olonec(Russian Federation, Eu) 60.5900 32.5900 12 RS S 22913 Lodejnoe Pole (Russia) 60.4300 33.3300 23 RS S 22915 Svirica (Russia) 60.2800 32.5400 8 RS S 22917 Novaja Ladoga (Russia) 60.0700 32.1900 9 RS S 22925 Vinnicy(Russian Federation, E) 60.3800 34.4700 111 RS S 22939 Belozersk(Russian Federation,) 60.0200 37.4555 131 RS S 22944 Charozero (Russia) 60.2800 38.3900 158 RS S 22951 Konosha(Russian Federation, E) 60.5900 40.1500 226 RS S 22954 Vozega(Russian Federation, Eu) 60.2800 40.1200 201 RS S 22974 Nyuksenitsa (Russia) 60.2500 44.1313 136 RS S 22981 Velikij Ustjug(Russian Federa) 60.4600 46.1560 99 RS S 22983 Lalsk(Russian Federation, Eur) 60.4200 47.3600 84 RS S 22996 Ob jacevo(Russian Federation,) 60.2200 49.3900 152 RS S 23022 ULDD Amderma(Russian Federation, A) 69.4700 61.3947 48 RA F 23024 Cape Bely (Russia) 69.2900 60.2000 6 RA F 23029 Ust-Kara (Russia) 69.1500 64.5900 4 RA F 23032 Mare-Sale(Russian Federation,) 69.4300 66.4800 26 RA F 23058 Antipajeta(Russian Federation) 69.0623 76.5100 3 RA F 23073 Norilsk (ctbt)(Russian Federa) 69.2400 88.0300 277 RA F 23074 Dudinka(Russian Federation, A) 69.2400 86.1000 19 RA F 23078 Norilsk(Russian Federation, A) 69.2083 88.1583 65 RA F 23103 Hodovariha (Russia) 68.5600 53.4600 11 RA S 23104 Sengejski Strait (Russia) 68.2900 51.1500 5 RA S 23105 Tabseda (Russia) 68.3300 52.1500 0 RA S 23109 Ndsovaja (Russia) 68.1500 54.3100 24 RA S 23112 Varandey (Russia) 68.4800 58.0000 7 RA S 23114 Cape Svedskij (Russia) 68.3500 56.3800 4 RA S 23146 Mys Kamennyj (Russia) 68.2800 73.3600 0 RA F 23174 Potapovo (Russia) 68.4200 87.1600 43 RA F 23179 Snezhnogorsk(Russian Federati) 68.0600 87.4600 93 RA F 23205 Nar'jan-Mar(Russian Federatio) 67.3800 53.0200 12 RA S 23207 Kotkino (Russia) 67.0100 51.0847 18 RA S 23214 Layato Lake (Russia) 67.3400 56.0800 137 RA S 23215 Horej-Ver (Russia) 67.2600 58.0200 71 RA S 23219 Hoseda-Hard(Russian Federatio) 67.0253 59.2478 84 RA S 23220 Zeleznodorozny(Russian Federa) 67.5000 64.4500 116 RA F 23226 UUYW Vorkuta(Russian Federation, A) 67.2900 63.5830 172 RA F 23242 Novy Port(Russian Federation,) 67.4100 72.5300 12 RA F 23256 Tazovskoe(Russian Federation,) 67.2800 78.4400 28 RA F 23274 Igarka(Russian Federation, As) 67.2800 86.3300 29 RA F 23305 Okunev Nos (Russia) 66.1500 52.3375 22 RA S 23311 Misvan (Russia) 66.5700 55.4600 61 RA S 23324 Petrun(Russian Federation, As) 66.2827 60.4527 62 RA F 23330 USDD Salehard(Russian Federation, ) 66.3200 66.4000 16 RA F 23331 Ra-Iz(Russian Federation, Asi) 66.5700 65.2800 0 RA F 23332 Sangomnoy (Russia) 66.4500 67.4500 31 RA F 23333 Jambur (Russia) 66.4800 68.5300 32 RA F 23339 Jangi-Jugan(Russian Federatio) 66.0200 68.4100 36 RA F 23341 Jar-Sale (Russia) 66.5000 70.5000 8 RA F 23345 Nyda(Russian Federation, Asia) 66.3800 72.5600 7 RA F 23358 Novyj urengoj(Russian Federat) 66.0600 76.4700 61 RA F 23365 Sidorovsk (Russia) 66.3600 82.3000 34 RA F 23375 Kurejka River (Russia) 66.2500 87.1200 27 RA F 23376 Svetlogorsk(Russian Federatio) 66.5600 88.2200 100 RA F

23405 Ust'-Cil'ma(Russian Federatio) 65.2600 52.1600 79 RA S 23411 Muntniy Materik(Russian Feder) 65.5700 55.0900 72 RA S 23412 Ust'-Usa(Russian Federation, ) 65.5800 56.5500 79 RA S 23415 Pechora(Russian Federation, A) 65.0700 57.0600 58 RA S 23416 Kosju River(Russian Federatio) 65.3800 59.0900 89 RA S 23418 UUYP Pecora(Russian Federation, As) 65.0700 57.0810 59 RA S 23423 Unsilgort(Russian Federation,) 65.5100 65.0000 40 RA F 23426 Muzi(Russian Federation, Asia) 65.2900 64.4300 19 RA F 23431 Pitlyar(Russian Federation, A) 65.5000 65.5600 16 RA F 23443 Pravaja Hetta(Russian Federat) 65.5000 74.3000 52 RA F 23445 Nadym(Russian Federation, Asi) 65.2800 72.4000 19 RA F 23453 Urengoj(Russian Federation, A) 65.5700 78.2400 23 RA F 23463 Yanov-stan(Russian Federation) 65.5900 84.1967 40 RA F 23465 Krasnoselkup(Russian Federati) 65.4200 82.2700 25 RA F 23471 Nizhnevartovsk(Russian Federa) 60.5500 76.3600 55 RA F 23472 UOTT Turuhansk(Russian Federation,) 65.4700 87.5933 38 RA F 23501 Levkinskaja (Russia) 64.4700 51.0400 167 RA S 23503 Izma(Russian Federation, Asia) 65.0200 53.5800 52 RA S 23509 Kedva River (Russia) 64.1400 53.3000 60 RA S 23514 Irael (Russia) 64.2700 55.0800 157 RA S 23516 Ijid-Patok (Russia) 64.2000 58.1300 84 RA S 23518 Ust'-Sugor (Russia) 64.1600 57.3700 75 RA S 23527 Saran-Paul (Russia) 64.1700 60.5300 29 RA F 23552 USDS Tarko Sale (Russia) 64.5500 77.4900 27 RA F 23578 Vereshchagino(Russian Federat) 64.1400 87.3450 30 RA F 23606 Uhta(Russian Federation, Asia) 63.3452 53.4900 137 RA S 23609 Izvajil(Russian Federation, A) 63.0300 54.2800 112 RA S 23612 Vuktyl(Russian Federation, As) 63.5000 57.2500 97 RA S 23625 Sosva(Russian Federation, Asi) 63.3900 62.0600 28 RA F 23629 Igrim (Russia) 63.1200 64.2900 28 RA F 23631 Berezovo(Russian Federation, ) 63.5600 65.0300 32 RA F 23632 Kislor West (Russia) 63.4300 66.4200 61 RA F 23635 Kazym River (Russia) 63.4000 67.1400 27 RA F 23656 Hale-Savoy(Russian Federation) 63.2300 78.2000 67 RA F 23657 Noyabr sk(Russian Federation,) 63.0700 75.1700 131 RA F 23662 Tol`Ka(Russian Federation, As) 63.5900 82.0500 35 RA F 23678 Verhne-Imbatskoe(Russian Fede) 63.0900 87.5808 45 RA F 23701 Vesljana(Russian Federation, ) 62.5987 50.5400 103 RA S 23708 Lun (Russian Federation, Asia) 62.1400 52.2900 120 RA S 23709 Pomozdino(Russian Federation,) 62.1200 54.1200 154 RA S 23711 Troicko-Pecerskoe(Russian Fed) 62.4200 56.1100 136 RA S 23724 Njaksimvol'(Russian Federatio) 62.2600 60.5200 51 RA F 23734 Oktjabr'skoe(Russian Federati) 62.2700 66.0300 72 RA F 23741 Nizhnesortymsk(Russian Federa) 62.4500 71.4000 85 RA F 23748 Russkinskaja (Russia) 62.0900 73.3600 68 RA F 23758 Raduzhnyj(Russian Federation,) 62.0900 77.1900 68 RA F 23774 Kellog (Russia) 62.2700 86.3500 58 RA F 23776 Bahta (Russia) 62.2000 89.1500 58 RA F 23802 Syktyvkar(Russian Federation,) 61.4000 50.4600 117 RA S 23803 UUYT Ust'-Kulom(Russian Federation) 61.4100 53.4100 143 RA S 23804 Syktyvkar(Russian Federation,) 61.4100 50.4700 119 RA S 23807 Vizinga(Russian Federation, A) 61.0500 50.1000 134 RA S 23812 Jaksa(Russian Federation, Asi) 61.5000 56.5200 131 RA S 23813 Ust'-Un'ja (Russia) 61.4800 57.5500 174 RA S 23823 Vonegan(Russian Federation, A) 61.5700 64.5400 111 RA F 23829 Sovetski (Russia) 61.2000 63.2900 116 RA F 23841 Gorskova (Russia) 61.4200 70.4000 46 RA F 23847 Sitomino(Russian Federation, ) 61.1800 71.1800 33 RA F 23848 Neftejugansk (Russia) 61.0600 72.4500 27 RA F 23849 USRR Surgut(Russian Federation, As) 61.1500 73.3000 56 RA F 23862 Korliki(Russian Federation, A) 61.3200 82.2500 71 RA F 23867 Larjak(Russian Federation, As) 61.0600 80.1500 57 RA F 23884 UNIP Podkamennaja Tunguns (Russia) 61.3483 90.0100 63 RA F 23904 Kazim (Russia) 60.2000 51.3300 126 RA S 23905 Ust-Cernaja (Russia) 60.3000 52.4000 152 RA S 23909 Gajny(Russian Federation, Asi) 60.1700 54.2100 198 RA S 23914 Cerdyn'(Russian Federation, A) 60.2400 56.3100 207 RA S 23915 Poljudov Kamen' (Russia) 60.3000 57.0800 523 RA S

23919 Pokrovsk-Ural'Skiy (Russia) 60.0800 59.4900 229 RA S 23921 USSI Ivdel'(Russian Federation, As) 60.4100 60.2700 94 RA F 23923 Supra (Russia) 60.5200 64.5400 81 RA F 23927 Severouralsk (Russia) 60.0900 60.0100 186 RA F 23929 Saim(Russian Federation, Asia) 60.1900 64.1300 53 RA F 23933 USHH Hanty-mansijsk(Russian Federa) 61.0100 69.0713 44 RA F 23939 Altay(Russian Federation, Asi) 60.2000 68.5800 32 RA F 23946 Ugut(Russian Federation, Asia) 60.3000 74.0200 48 RA F 23947 Salym(Russian Federation, Asi) 60.0400 71.2900 54 RA F 23953 Lobcinskije (Russia) 60.5700 78.4700 56 RA F 23955 Aleksandrovskoe(Russian Feder) 60.2600 77.5200 49 RA F 23966 Vanzil Kynak (Russia) 60.2100 84.0500 99 RA F 23973 Vorogovo(Russian Federation, ) 61.0200 89.3683 49 RA F 23975 Sym (Russian Federation, Asia) 60.2100 88.2200 86 RA F 26029 Pakri (Estonia) 59.2337 24.0240 24 EO EEMH S 26038 EETN Tallin (Estonia) 59.2388 24.3617 34 EO EEMH S 26045 Kunda (Estonia) 59.3100 26.3300 3 EO EEMH S 26046 Johvi (Estonia) 59.2000 27.2390 74 EO EEMH S 26058 Narva (Estonia) 59.2778 28.0300 8 EO EEMH S 26059 Kingisepp (Russia) 59.2200 28.3600 19 RS S 26060 Lomonosov (Russia) 59.5500 29.4600 2 RS S 26063 St.Peterburg(Russian Federati) 59.5800 30.1800 6 RS S 26064 Begunitsy (Russia) 59.3500 29.1900 160 RS S 26067 Volosovo(Russian Federation, ) 59.2600 29.3000 129 RS S 26069 Belogorka(Russian Federation,) 59.2100 30.0800 90 RS S 26072 Petrokrepost'(Russian Federat) 59.5600 31.0000 16 RS S 26078 Ljuban'(Russian Federation, E) 59.2100 31.1400 39 RS S 26079 Argosoyus/Peterburg(Russian F) 59.5500 30.1500 0 RS S 26080 Kirishi(Russian Federation, E) 59.2700 32.0200 26 RS S 26081 Volhov (Russia) 59.5600 32.1900 31 RS S 26092 Sugozero(Russian Federation, ) 59.5700 34.1200 91 RS S 26094 Tihvin(Russian Federation, Eu) 59.3900 33.3300 61 RS S 26099 Efimovskaja(Russian Federatio) 59.3000 34.4200 176 RS S 26115 Ristna (Estonia) 58.5500 22.0400 9 EO EEMH S 26116 EEKA Kardla (Estonia) 59.0000 22.4900 4 EO EEMH S 26120 Heltermaa (Estonia) 58.5185 23.0262 4 EO EEMH S 26124 Nigula (Estonia) 58.5700 23.4900 25 EO EEMH S 26128 Virtsu (Estonia) 58.3400 23.3082 4 EO EEMH S 26134 Kuusiku (Estonia) 58.5800 24.4400 54 EO EEMH S 26135 Turi (Estonia) 58.4852 25.2455 62 EO EEMH S 26141 Valke Maarja (Estonia) 59.0848 26.1400 122 EO EEMH S 26144 Jogeva (Estonia) 58.4500 26.2500 72 EO EEMH S 26145 Tilrikoja (Estonia) 58.5200 26.5700 34 EO EEMH S 26157 Gdov(Russian Federation, Euro) 58.4400 27.5000 41 RS S 26167 Nikolaevskoe(Russian Federati) 58.3400 29.4800 91 RS S 26179 Novgorod (Russia) 58.3100 31.1500 24 RS S 26184 Malaya Vishera (Russia) 58.5100 32.1400 61 RS S 26196 Hvojnaja(Russian Federation, ) 58.5400 34.3200 164 RS S 26214 Vilsandi (Estonia) 58.2300 21.4885 7 EO EEMH S 26215 EEKE Kuressaare (Estonia) 58.1308 22.3038 3 EO EEMH S 26218 Sorve (Estonia) 57.5482 22.0348 4 EO EEMH S 26226 Kihnu (Estonia) 58.0600 23.5800 4 EO EEMH S 26227 Ruhnu (Estonia) 57.4700 23.1553 3 EO S 26229 Ajnazi (Latvia) 57.5200 24.2200 8 LV UMRR S 26231 EEPU Pjarnu (Estonia) 58.2500 24.2800 13 EO EEMH S 26233 Vil'jandi (Estonia) 58.2267 25.3600 88 EO EEMH S 26238 Rujiena (Latvia) 57.5320 25.2230 69 LV UMRR S 26242 EETU Tartu (Estonia) 58.1800 26.4400 72 EO EEMH S 26247 Valga (Estonia) 57.4727 26.0200 66 EO EEMH S 26249 Voru (Estonia) 57.5100 27.0100 85 EO EEMH S 26258 ULOO Pskov(Russian Federation, Eur) 57.4900 28.2000 44 RS S 26264 Strugi Krasnye(Russian Federa) 58.1600 29.0600 129 RS S 26268 Dno(Russian Federation, Europ) 57.4900 29.5700 65 RS S 26275 Staraja Russa (Russia) 58.0100 31.1900 25 RS S 26283 Okulovka(Russian Federation, ) 58.2200 33.1900 176 RS S 26285 Krestcy(Russian Federation, E) 58.1600 32.3200 63 RS S 26289 Valdaj (Russia) 57.5800 33.1400 219 RS S 26291 Borovici(Russian Federation, ) 58.2500 33.5400 89 RS S

26298 Bologoe(Russian Federation, E) 57.5300 34.0200 187 RS S 26313 Kolka (Latvia) 57.4500 22.3538 6 LV UMRR S 26314 EVVA Ventspils (Latvia) 57.2400 21.3223 3 LV UMRR S 26318 Stende (Latvia) 57.1100 22.3300 81 LV UMRR S 26324 Mersrags (Latvia) 57.2000 23.0678 6 LV UMRR S 26326 Skulte (Latvia) 57.1803 24.2473 9 LV UMRR S 26335 Priekuli (Latvia) 57.1900 25.2032 123 LV UMRR S 26339 Pribaltiiskaja (Latvia) 57.0810 25.5433 189 LV UMRR S 26346 Aluksne (Latvia) 57.2637 27.0212 198 LV UMRR S 26348 Gulbene (Latvia) 57.0800 26.4300 142 LV UMRR S 26350 Viljaka (Russia) 57.1400 27.4400 107 RS S 26359 Puskinskie Gory(Russian Feder) 57.0100 28.5400 108 RS S 26378 Holm(Russian Federation, Euro) 57.0900 31.1100 71 RS S 26381 Demjansk(Russian Federation, ) 57.3900 32.2800 61 RS S 26389 Ostaskov(Russian Federation, ) 57.0800 33.0600 214 RS S 26393 Vysnij Volocek(Russian Federa) 57.3200 34.3300 169 RS S 26403 Pavilosta (Latvia) 56.5330 21.1137 9 LV UMRR S 26406 EVLA Liepaja (Latvia) 56.2900 21.0100 5 LV UMRR S 26416 Saldus (Latvia) 56.4100 22.3000 114 LV UMRR S 26422 UMRR Riga (Latvia) 56.5542 23.5827 9 LV UMRR S 26424 Dobele (Latvia) 56.3700 23.1900 43 LV UMRR S 26425 Elgava (Latvia) 56.4065 23.4425 6 LV UMRR S 26429 Bauska (Latvia) 56.2500 24.1100 31 LV UMRR S 26435 Skriveri (Latvia) 56.3855 25.0800 81 LV UMRR S 26436 Zilani (Latvia) 56.3100 25.5500 108 LV UMRR S 26446 Rezekne (Latvia) 56.3268 27.1700 158 LV UMRR S 26447 Madona (Latvia) 56.5100 26.1425 133 LV UMRR S 26456 Opochka(Russian Federation, E) 56.4300 28.4300 99 RS S 26477 ULOL Velikie Luki(Russian Federati) 56.2100 30.3700 103 RS S 26479 Toropets (Russia) 56.2900 31.3800 187 RS S 26487 Zapadnaja Dvina (Russia) 56.1600 32.0500 197 RS S 26498 Rzev(Russian Federation, Euro) 56.1600 34.1900 196 RS S 26499 Staritsa (Russia) 56.2900 34.5600 185 RS S 26502 EYPA Palanga (Lithuania) 55.5800 21.0550 15 LT UMWW S 26503 Rucava (Latvia) 56.0972 21.1040 19 LT UMWW S 26509 Klajpeda (Lithuania) 55.4400 21.0548 7 LT UMWW S 26515 Telsiai (Lithuania) 55.5947 22.1540 152 LT UMWW S 26517 Vezaiciai (Lithuania) 55.4200 21.2900 62 LT UMWW S 26518 Laukuva (Lithuania) 55.3653 22.1437 166 LT UMWW S 26524 Siauliai (Lithuania) 55.5653 23.1987 107 LT UMWW S 26529 Panevezys (Lithuania) 55.4408 24.2510 58 LT UMWW S 26531 Birzai (Lithuania) 56.1160 24.4600 62 LT UMWW S 26544 Daugavpils (Latvia) 55.5600 26.3955 125 LV UMRR S 26547 Dukstas (Lithuania) 55.3100 26.1897 168 LT UMWW S 26551 Dagda (Latvia) 56.0600 27.3300 181 LV UMRR S 26554 Verhnedvinsk (Belarus) 55.4900 27.5640 132 BY UMMN S 26578 Velizh(Russian Federation, Eu) 55.3700 31.1100 166 RS UMMN S 26585 Belyj(Russian Federation, Eur) 55.5000 32.5600 222 RS S 26595 Sychevka (Russia) 55.5000 34.1700 200 RS S 26600 Silute (Lithuania) 55.2100 21.2682 5 LT UMWW S 26603 Nida (Lithuania) 55.1813 21.0042 3 LT UMWW S 26620 Dotnuva (Lithuania) 55.2400 23.5200 77 LT UMWW S 26621 Raseiniai (Lithuania) 55.2368 23.0792 110 LT UMWW S 26629 Kaunas (Lithuania) 54.5300 23.5010 77 LT UMWW S 26630 Kaunas (Lithuania) 54.5800 24.0500 71 LT UMWW S 26633 Utena (Lithuania) 55.3093 25.3535 106 LT UMWW S 26634 Ukmerge (Lithuania) 55.1587 24.4560 73 LT UMWW S 26643 Sarkovscizna (Belarus) 55.2178 27.2740 131 BY UMMN S 26645 Lyntupy (Belarus) 55.0300 26.1842 212 BY UMMN S 26653 Polock (Belarus) 55.2800 28.4510 133 BY UMMN S 26657 Dokshitsy (Belarus) 54.5323 27.4563 193 BY UMMN S 26659 Lepel' (Belorussia) 54.5300 28.4200 174 BY UMMN S 26666 UMII Vitebsk (Belarus) 55.1517 30.1495 176 BY UMMN S 26668 Senno (Belarus) 54.4827 29.4125 176 BY UMMN S 26695 UUBW Vjaz'ma(Russian Federation, E) 55.1000 34.2400 251 RS S 26702 UMKK Kaliningrad(Russian Federatio) 54.4300 20.3300 21 RS S 26711 Chernyahovsk(Russian Federati) 54.3800 21.4700 31 RS S 26713 Kybartai (Lithuania) 54.3800 22.4700 59 LT UMWW S

26728 Lazdijai (Lithuania) 54.1400 23.3063 134 LT UMWW S 26730 Vilnius (Lithuania) 54.3800 25.0642 156 LT UMWW S 26732 EYVI Vil'Njus (Lithuania) 54.3818 25.1745 196 LT UMWW S 26737 Varena (Lithuania) 54.1500 24.3300 111 LT UMWW S 26745 Vilejka (Belorussia) 54.2900 26.5400 169 BY UMMN S 26759 Borisov (Belarus) 54.1600 28.3000 189 BY UMMN S 26763 Orsa (Belarus) 54.3000 30.2663 185 BY UMMN S 26774 Gorki (Belarus) 54.1800 30.5663 205 BY UMMN S 26781 Smolensk(Russian Federation, ) 54.4500 32.0400 238 RS S 26784 Pochinok (Russia) 54.2500 32.2600 201 RS S 26795 Spas-Deminsk(Russian Federati) 54.2500 34.0100 238 RS S 26825 UMMG Grodno (Belarus) 53.3600 24.0333 149 BY UMMN S 26832 Lida (Belarus) 53.5413 25.1900 157 BY UMMN S 26836 Novogrudok (Belorussia) 53.3600 25.5000 277 BY UMMN S 26846 Stolbtsy (Belorussia) 53.3700 27.0500 190 BY UMMN S 26850 Minsk (Belarus) 53.5600 27.3812 224 BY UMMN S 26853 Berezino (Belarus) 53.5000 28.5987 154 BY UMMN S 26855 Mariyna Gorka (Belarus) 53.2950 28.0847 177 BY UMMN S 26863 Mogilev (Belarus) 53.5733 30.0577 193 BY UMMN S 26864 Klicev (Belarus) 53.2967 29.1872 155 BY UMMN S 26878 Slavgorod (Belarus) 53.2700 31.0022 170 BY UMMN S 26882 Roslavl'(Russian Federation, ) 53.5600 32.5000 224 RS S 26887 Kostjukovici (Belarus) 53.2152 32.0400 167 BY UMMN S 26894 Zukovka(Russian Federation, E) 53.3200 33.4500 177 RS S 26898 Brjansk(Russian Federation, E) 53.1500 34.1900 216 RS S 26923 Volkovysk (Belorussia) 53.1000 24.2700 152 BY UMMN S 26938 Ivacevici (Belorussia) 52.4300 25.2100 150 BY UMMN S 26941 Baranovici (Belarus) 53.0792 25.5832 193 BY UMMN S 26951 Sluck (Belarus) 53.0320 27.3300 162 BY UMMN S 26961 Bobruisk (Belarus) 53.1252 29.0762 156 BY UMMN S 26966 Zlobin (Belarus) 52.5365 30.0262 142 BY UMMN S 26974 Cecersk (Russia) 52.5500 30.5400 142 RS S 26976 Krasnaja Gora(Russian Federat) 53.0100 31.3600 148 RS S 26997 Trubcevsk(Russian Federation,) 52.3500 33.4600 178 RS S 27008 Babaevo(Russian Federation, E) 59.2400 35.5468 137 RS S 27020 Yarshevo(Russian Federation, ) 59.5700 38.3500 120 RS S 27026 Korobovo(Russian Federation, ) 59.3800 39.1002 133 RS S 27037 ULWW Vologda(Russian Federation, E) 59.1900 39.5500 130 RS S 27038 Vologda(Russian Federation, E) 59.1908 39.5553 133 RS S 27051 ULWT Tot ma(Russian Federation, Eu) 59.5883 42.4617 135 RS S 27066 Nikol'sk(Russian Federation, ) 59.3200 45.2800 143 RS S 27083 Oparino(Russian Federation, E) 59.5100 48.1700 180 RS S 27097 Murasi(Russian Federation, Eu) 59.2300 48.5900 213 RS S 27106 Ustyuzhna(Russian Federation,) 58.5100 36.2600 125 RS S 27108 Ohony (Russia) 58.3400 35.3800 147 RS S 27113 Cerepovec(Russian Federation,) 59.1695 38.0112 117 RS S 27164 Kologriv(Russian Federation, ) 58.4900 44.1900 151 RS S 27176 Vohma(Russian Federation, Eur) 58.5600 46.4600 159 RS S 27196 Kirov(Russian Federation, Eur) 58.3900 49.3700 146 RS S 27198 Kirov (ctbt)(Russian Federati) 58.3500 49.2400 127 RS S 27199 Kirov (Russia) 58.3400 49.3400 158 RS S 27208 Maksatikha(Russian Federation) 57.4800 35.5400 142 RS S 27215 Krasnyy Kholm (Russia) 58.0200 37.0600 167 RS S 27217 Bezeck (Russia) 57.4800 36.4200 147 RS S 27223 Poshehone(Russian Federation,) 58.2900 39.0800 117 RS S 27225 Rybinsk(Russian Federation, E) 58.0600 38.4100 105 RS S 27242 Buj(Russian Federation, Europ) 58.2900 41.3200 103 RS S 27243 Galic(Russian Federation, Eur) 58.2300 42.2200 132 RS S 27252 Nikolo-Poloma(Russian Federat) 58.2100 43.2300 144 RS S 27271 Sar'ja(Russian Federation, Eu) 58.2200 45.3200 125 RS S 27277 Vetluga(Russian Federation, E) 57.5100 45.4600 136 RS S 27281 Sabalino(Russian Federation, ) 58.1800 47.0700 166 RS S 27283 Kotel'nic(Russian Federation,) 58.1800 48.2100 127 RS S 27296 Kumeny(Russian Federation, Eu) 58.0600 49.5500 177 RS S 27316 Kasin (Russia) 57.2000 37.3500 138 RS S 27321 Uglic(Russian Federation, Eur) 57.3000 38.1800 122 RS S 27329 Rostov(Russian Federation, Eu) 57.1200 39.2500 101 RS S 27331 Jaroslavl'(Russian Federation) 57.3800 39.4500 129 RS S

27333 Kostroma(Russian Federation, ) 57.4400 40.4700 126 RS S 27346 Kinesma(Russian Federation, E) 57.2500 42.1000 128 RS S 27347 Ivanovo(Russian Federation, E) 56.5700 40.5800 126 RS S 27355 Jur'evec(Russian Federation, ) 57.2000 43.0700 132 RS S 27369 Krasnye Baki(Russian Federati) 57.0800 45.1000 110 RS S 27373 Sakun'ja(Russian Federation, ) 57.4000 46.3800 175 RS S 27393 Nolinsk(Russian Federation, E) 57.3300 49.5700 134 RS S 27401 Mednoye (Russia) 56.5600 35.2900 140 RS S 27402 UUEM Tver(Russian Federation, Euro) 56.5300 35.5200 146 RS S 27412 Savelovo(Russian Federation, ) 56.5200 37.2300 124 RS S 27415 Dubna (ctbt)(Russian Federati) 56.4400 37.1500 118 RS S 27417 Klin(Russian Federation, Euro) 56.2100 36.4500 167 RS S 27428 Aleksandrov (Russia) 56.2400 38.4500 185 RS S 27441 Suja(Russian Federation, Euro) 56.5100 41.2400 99 RS S 27453 Volzskaja Gmo(Russian Federat) 56.4100 43.2600 103 RS S 27459 Niznij Novgorod (Russia) 56.1600 44.0000 157 RS S 27462 Semenov(Russian Federation, E) 56.4400 44.3100 118 RS S 27479 Koz'modem'jansk(Russian Feder) 56.2000 46.3500 107 RS S 27480 Sancursk(Russian Federation, ) 56.5900 47.1900 104 RS S 27485 Joskar-Ola(Russian Federation) 56.3840 47.4675 120 RS S 27491 Novyj Tor'jal(Russian Federat) 57.0000 48.4400 143 RS S 27502 Volokolamsk(Russian Federatio) 56.0100 35.5600 199 RS S 27507 Gagarin(Russian Federation, E) 55.3100 35.0200 196 RS S 27509 Mozajsk(Russian Federation, E) 55.3100 36.0000 185 RS S 27511 Novo-Jerusalim(Russian Federa) 55.5400 36.4900 163 RS S 27523 Pavlov-Posad(Russian Federati) 55.4600 38.4100 132 RS S 27532 Vladimir(Russian Federation, ) 56.0700 40.2100 172 RS S 27539 Gus'-Hrustal'nyj(Russian Fede) 55.3600 40.3900 136 RS S 27549 Murom(Russian Federation, Eur) 55.3600 42.0200 115 RS S 27553 Niznij Novgorod(Russian Feder) 56.1300 43.4900 77 RS S 27577 Sergac(Russian Federation, Eu) 55.3200 45.3000 125 RS S 27581 UWKS Ceboksary(Russian Federation,) 56.0500 47.2000 163 RS S 27587 Kanas(Russian Federation, Eur) 55.3100 47.2800 183 RS S 27593 Arsk(Russian Federation, Euro) 56.0500 49.5100 152 RS S 27595 UWKD Kazan'(Russian Federation, Eu) 55.4440 49.1227 119 RS S 27606 Malojaroslavec (Russia) 55.0100 36.2900 197 RS S 27611 Naro-Fominsk(Russian Federati) 55.2300 36.4200 193 RS S 27612 Moscow(Russian Federation, Eu) 55.5000 37.3700 157 RS S 27618 Serpuhov(Russian Federation, ) 54.5600 37.2800 166 RS S 27625 Kolomna(Russian Federation, E) 55.0800 38.4400 114 RS S 27627 Kasira(Russian Federation, Eu) 54.5000 38.0900 221 RS S 27643 Vyksa(Russian Federation, Eur) 55.2000 42.0700 114 RS S 27648 Elat'ma(Russian Federation, E) 54.5700 41.4600 136 RS S 27653 Arzamas(Russian Federation, E) 55.2200 43.4700 124 RS S 27665 Lukojanov(Russian Federation,) 55.0200 44.3000 219 RS S 27675 Poretskoe(Russian Federation,) 55.1100 46.2000 136 RS S 27679 Alatyr'(Russian Federation, E) 54.4900 46.3500 180 RS S 27697 Tetjusi(Russian Federation, E) 54.5700 48.4747 157 RS S 27703 Kaluga(Russian Federation, Eu) 54.3400 36.2400 201 RS S 27707 Suhinici(Russian Federation, ) 54.0600 35.2100 238 RS S 27719 Tula(Russian Federation, Euro) 54.1400 37.3700 205 RS S 27729 Mihajlov(Russian Federation, ) 54.1400 39.0200 173 RS S 27730 Rjazan' (Russia) 54.3800 39.4200 157 RS S 27731 UUWR Rjazan' (Russia) 54.3700 39.4300 170 RS S 27736 Silovo(Russian Federation, Eu) 54.1800 40.5300 99 RS S 27745 Sasovo (Russia) 54.2200 41.5600 115 RS S 27752 Temnikov(Russian Federation, ) 54.3800 43.1400 139 RS S 27756 Krasnoslobodsk(Russian Federa) 54.2600 43.4600 188 RS S 27758 Torbeevo (Russia) 54.0500 43.1500 198 RS S 27760 Saransk(Russian Federation, E) 54.0800 45.1500 201 RS S 27776 Surskoe(Russian Federation, E) 54.2900 46.4200 100 RS S 27785 Ul yanovsk (barataevka)(Russi) 54.1900 48.2000 129 RS S 27786 Ulyanovsk(Russian Federation,) 54.1900 48.2000 129 RS S 27799 Dimitrovgrad(Russian Federati) 54.1400 49.3600 73 RS S 27817 Mcensk(Russian Federation, Eu) 53.2300 36.3200 201 RS S 27821 Uzlovaja(Russian Federation, ) 54.0000 38.0800 231 RS S 27823 Pavelec(Russian Federation, E) 53.4700 39.1500 209 RS S 27835 Rjazsk(Russian Federation, Eu) 53.4300 40.0700 127 RS S

27848 Morsansk(Russian Federation, ) 53.2700 41.4800 142 RS S 27853 Narovcat(Russian Federation, ) 53.5200 43.4100 148 RS S 27857 Zametcino(Russian Federation,) 53.2900 42.3800 131 RS S 27858 Pacelma(Russian Federation, E) 53.2000 43.1900 261 RS S 27872 Inza(Russian Federation, Euro) 53.5100 46.2500 175 RS S 27894 Novodevic'e(Russian Federatio) 53.3600 48.5000 143 RS S 27906 Orel(Russian Federation, Euro) 52.5600 36.0000 196 RS S 27921 Efremov(Russian Federation, E) 53.0900 38.0700 215 RS S 27928 Elec(Russian Federation, Euro) 52.3800 38.3100 167 RS S 27930 Lipeck(Russian Federation, Eu) 52.4200 39.3100 177 RS S 27935 Micurinsk (Russia) 52.5300 40.2900 158 RS S 27944 Tambov (Russia) 52.4400 41.2800 161 RS S 27947 Tambov (Russia) 52.4800 41.2000 128 RS S 27955 Belinskij(Russian Federation,) 52.5800 43.2400 205 RS S 27957 Kirsanov(Russian Federation, ) 52.4000 42.4300 169 RS S 27962 UWPP Penza(Russian Federation, Eur) 53.0700 45.0100 172 RS S 27972 Radishchevo(Russian Federatio) 53.0300 46.2600 252 RS S 27973 Kuzneck (Russia) 53.0600 46.3600 270 RS S 27981 Kanadej(Russian Federation, E) 53.0900 47.3100 98 RS S 27983 Syzran'(Russian Federation, E) 53.1100 48.2400 103 RS S 27995 Bezencuk (Russia) 52.5900 49.2600 45 RS S 28009 Kirs(Russian Federation, Asia) 59.2100 52.1500 169 RA S 28026 Solikamsk (Russia) 59.3900 56.4800 180 RA S 28028 Berezniki(Russian Federation,) 59.3300 56.5000 223 RA S 28036 Kytlym (Russia) 59.3000 59.1200 411 RA S 28044 Serov(Russian Federation, Asi) 59.3600 60.3200 130 RA F 28049 Gari(Russian Federation, Asia) 59.2600 62.2000 131 RA F 28064 Leusi(Russian Federation, Asi) 59.3700 65.4300 72 RA F 28066 Kondinskoje (Russia) 59.4000 67.2500 41 RA F 28076 Dem'janskoe(Russian Federatio) 59.3600 69.1700 57 RA F 28097 Usanovy (Russia) 59.2800 73.2200 82 RA F 28116 Kudymkar(Russian Federation, ) 59.0100 54.3900 186 RA S 28128 Cermoz(Russian Federation, As) 58.4600 56.1200 123 RA S 28131 Kizel (Russia) 59.0200 57.3400 346 RA S 28134 Gubakha (Russia) 58.5200 57.4700 304 RA S 28138 Biser(Russian Federation, Asi) 58.3100 58.5100 464 RA S 28144 Verhotur'e(Russian Federation) 58.5200 60.4700 126 RA F 28158 Tabory (Russia) 58.3100 64.3300 73 RA F 28165 Pump Station (Russia) 58.4900 65.5800 64 RA F 28202 Falenki(Russian Federation, A) 58.2100 51.3400 178 RA S 28214 Glazov(Russian Federation, As) 58.0800 52.3500 170 RA S 28216 Verescagino(Russian Federatio) 58.0500 54.4100 226 RA S 28224 Perm(Russian Federation, Asia) 58.0000 56.4000 171 RA S 28225 USPP Perm(Russian Federation, Asia) 57.5700 56.1200 170 RA S 28233 Kusva (Russia) 58.1800 59.4500 268 RA S 28234 Lys'va(Russian Federation, As) 58.0700 57.4700 226 RA S 28238 Kyn (Russian Federation, Asia) 57.5000 58.3900 245 RA S 28240 Nizhnyj Tagil(Russian Federat) 57.5300 60.0400 260 RA F 28248 Alapaevsk(Russian Federation,) 57.5200 61.4200 130 RA F 28255 Turinsk(Russian Federation, A) 58.0300 63.4100 103 RA F 28264 Tavda, belyjyar(Russian Feder) 58.0300 65.2100 60 RA F 28275 USTO Tobol'sk(Russian Federation, ) 58.0900 68.1500 47 RA F 28278 Vagay River (Russia) 57.5500 69.0200 100 RA F 28302 Uni (Russian Federation, Asia) 57.4500 51.3000 183 RA S 28307 Urzum (Russia) 57.0700 50.0000 117 RA S 28319 Nozovka(Russian Federation, A) 57.0500 54.4500 131 RA S 28321 Ohansk(Russian Federation, As) 57.4300 55.2300 163 RA S 28324 Osa (Russian Federation, Asia) 57.1700 55.2600 98 RA S 28326 Kungur(Russian Federation, As) 57.2500 56.5600 150 RA S 28333 Visim (Russia) 57.3900 59.3000 314 RA S 28334 Samary (Russia) 57.2100 58.1300 244 RA S 28346 Artenovsky(Russian Federation) 57.2200 61.5500 154 RA F 28351 Irbit (Russia) 57.4100 63.0300 76 RA F 28359 Tugulym(Russian Federation, A) 57.0400 64.4000 90 RA F 28366 Jarkovo(Russian Federation, A) 57.2600 67.0500 52 RA F 28367 USTR Tjumen'(Russian Federation, A) 57.0700 65.2600 102 RA F 28382 Ust'-Isim(Russian Federation,) 57.4100 71.1100 56 RA F 28383 Tevriz(Russian Federation, As) 57.3100 72.2400 67 RA F

28409 Mozga (Russia) 56.2600 52.1200 169 RA S 28411 Izhevsk(Russian Federation, A) 56.5000 53.2700 156 RA S 28418 Sarapul(Russian Federation, A) 56.2800 53.4400 133 RA S 28419 Janaul(Russian Federation, As) 56.1600 54.5808 102 RA S 28421 Barda (Russia) 56.5500 55.3600 133 RA S 28428 Cernuska(Russian Federation, ) 56.3000 56.0800 148 RA S 28429 Oktjabrski (Russia) 56.3100 57.1200 229 RA S 28434 Krasnoufimsk(Russian Federati) 56.3900 57.4700 206 RA S 28440 USSS Ekaterinburg(Russian Federati) 56.5000 60.3800 281 RA F 28443 Bogdanovich (Russia) 56.4700 62.0400 159 RA F 28445 Verhnee Dubrovo(Russian Feder) 56.4400 61.0400 288 RA F 28448 Sysert (Russia) 56.3100 60.5000 266 RA F 28449 Kamensk-Uralskij(Russian Fede) 56.2600 61.5200 173 RA F 28451 Kamyslov(Russian Federation, ) 56.5100 62.4300 127 RA F 28455 Butka(Russian Federation, Asi) 56.4300 63.4600 106 RA F 28456 Satrovo(Russian Federation, A) 56.3100 64.3900 114 RA F 28457 Katajsk (Russia) 56.1800 62.3600 152 RA F 28465 Jalturovosk(Russian Federatio) 56.4100 66.2100 61 RA F 28481 Vikulovo(Russian Federation, ) 56.4900 70.3700 78 RA F 28491 Bol'sie-Uki (Russia) 56.5600 72.4000 87 RA F 28493 Tara(Russian Federation, Asia) 56.5400 74.2300 73 RA F 28498 Kolosovka(Russian Federation,) 56.2700 73.3900 98 RA F 28502 Vjatskie Poljany(Russian Fede) 56.1400 51.0200 84 RA S 28506 Elabuga(Russian Federation, A) 55.4600 52.0265 91 RA RUMS S 28517 Menzelinsk(Russian Federation) 55.4300 53.0400 112 RA S 28522 Askino(Russian Federation, As) 56.0662 56.3500 207 RA S 28526 Karaidelski (Russia) 55.4900 57.0500 200 RA S 28533 Ntazepetrovsk (Russia) 56.0300 59.3500 321 RA S 28535 Karljhanovo (Russia) 55.5700 58.4000 231 RA S 28537 Duvan(Russian Federation, Asi) 55.4295 57.5400 338 RA S 28541 Ufalej(Russian Federation, As) 56.0500 60.1800 399 RA F 28548 Argajas (Russia) 55.3100 60.5500 254 RA F 28552 Sadrinsk(Russian Federation, ) 56.0400 63.3900 89 RA F 28561 Tebenjakskoe (Russia) 56.1000 65.2700 61 RA F 28566 Mokrousovo (Russia) 55.4900 66.4700 115 RA F 28573 Isim(Russian Federation, Asia) 56.0600 69.2600 82 RA F 28581 Kamjsenka (Russia) 56.0900 70.3900 122 RA F 28586 Tjukalinsk(Russian Federation) 55.5200 72.1300 118 RA F 28588 Nazyvoevsk(Russian Federation) 55.3400 71.2200 126 RA F 28593 Bol'serec'e(Russian Federatio) 56.0600 74.3800 77 RA F 28598 Sargatskoe(Russian Federation) 55.3600 73.2900 81 RA F 28601 Cistopol'(Russian Federation,) 55.1900 50.3700 179 RA S 28611 Musljumovo(Russian Federation) 55.1900 53.1200 80 RA S 28612 Musljumovo(Russian Federation) 55.1900 53.1100 79 RA S 28615 Bakaly(Russian Federation, As) 55.1100 53.4800 125 RA S 28621 Birsk(Russian Federation, Asi) 55.2427 55.3323 186 RA S 28629 Ulu-Teljak (Russia) 54.5537 56.5883 155 RA S 28630 Zlatoust(Russian Federation, ) 55.1000 59.4000 537 RA S 28637 Kropacevo (Russia) 55.0000 57.5900 402 RA S 28642 USCC Celjabinsk (Russia) 55.1800 61.3200 227 RA F 28645 Chelyabinsk-Gorod(Russian Fed) 55.0900 61.1800 237 RA F 28655 Sumiha(Russian Federation, As) 55.1400 63.1900 178 RA F 28659 Kurtamys(Russian Federation, ) 54.5500 64.2600 158 RA F 28661 USUU Kurgan(Russian Federation, As) 55.2800 65.2505 74 RA F 28662 Lebjazje (Russia) 55.1600 66.3000 135 RA F 28666 Makusino(Russian Federation, ) 55.1500 67.1800 140 RA F 28668 Polovinnoe (Russia) 54.4600 66.0000 152 RA F 28674 Petuhovo (Russia) 55.0600 67.5800 136 RA F 28676 Petropavlovsk (Kazakhstan) 54.4755 69.0707 101 RA F 28679 UACP Petropavlovsk (Kazakhstan) 54.5000 69.0900 142 KZ UAAA F 28688 Isilkul(Russian Federation, A) 54.5600 71.1600 126 RA F 28696 Kalacinsk(Russian Federation,) 55.0200 74.3500 110 RA F 28698 UNOO Omsk(Russian Federation, Asia) 55.0100 73.2300 122 RA F 28704 Culpanovo(Russian Federation,) 54.3000 50.2500 77 RA S 28705 Celno-Versiny(Russian Federat) 54.2500 51.0600 158 RA S 28710 Raevsky (Russia) 54.0382 54.5500 124 RA S 28711 Bugul'ma(Russian Federation, ) 54.3792 52.4800 304 RA S 28712 Tuimazy(Russian Federation, A) 54.3500 53.4283 134 RA S

28713 Buzdyak (Russia) 54.3400 54.3100 171 RA S 28719 Aksakovo (Russia) 54.0200 54.0883 356 RA S 28722 UWUU Ufa-dioma(Russian Federation,) 54.4300 54.4890 104 RA S 28726 Arhangelskoje (Russia) 54.2400 56.4800 168 RA S 28741 Mirnii (Russia) 54.3300 60.1800 319 RA F 28748 Troitsk (Russia) 54.0500 61.3700 192 RA F 28752 Polovinnoje (Russia) 54.4200 63.5000 217 RA F 28754 Oktjabrski (Russia) 54.2400 62.4400 168 RA F 28756 Zverinogolovskaja (Russia) 54.2800 64.5200 117 RA F 28766 Blagoveshchenka (Kazakhstan) 54.2200 66.5800 151 KZ UAAA F 28785 Vozvishen Sovkhoz (Russia) 54.2600 70.5500 127 RA F 28786 Poltavka(Russian Federation, ) 54.2200 71.4500 125 RA F 28791 Serbakul`(Russian Federation,) 54.3800 72.2600 115 RA F 28797 Odesskoe (Russia) 54.1200 72.5800 125 RA F 28798 Pavlogradka (Russia) 54.1200 73.3300 125 RA F 28799 Cerlak (Russia) 54.1000 74.4800 115 RA F 28801 Krasnoe Poselen'e(Russian Fed) 53.5800 50.2200 65 RA S 28806 Buguruslan(Russian Federation) 53.3700 52.2700 92 RA S 28807 Samara (Snysljaevka) (Ukraine) 53.1500 50.2700 40 RA S 28823 Tukan (Russia) 53.5000 57.3100 548 RA S 28825 Sterlitamak(Russian Federatio) 53.3620 55.5602 137 RA S 28831 Beloreck(Russian Federation, ) 53.5315 58.2135 568 RA S 28833 Verhneural'sk(Russian Federat) 53.5300 59.1200 403 RA S 28838 USCM Magnitogosk(Russian Federatio) 53.2100 59.0500 384 RA S 28867 Urick (Kazakhstan) 53.1900 65.3300 216 KZ F 28873 Krasnoarmejsk (Russia) 53.5000 69.4700 153 RA F 28877 Volodarskoe (Russia) 53.1900 68.0600 319 RA F 28879 Kokcetav (Kazakhstan) 53.1700 69.2300 229 KZ UAAA F 28886 Kzil-Tus Sovkhoz (Russia) 53.3800 72.2200 138 RA F 28895 Russkaja Poliana (Russia) 53.4700 73.5300 125 RA F 28900 Samara(Russian Federation, As) 53.1500 50.1300 139 RA S 28908 Avangard Zernosovhoz(Russian ) 52.3700 51.1700 88 RA S 28909 Buzulukskaja(Russian Federati) 52.4900 52.1300 80 RA S 28916 Sarlyk(Russian Federation, As) 52.5600 54.4500 190 RA S 28925 Meleuz(Russian Federation, As) 52.5597 55.5517 180 RA S 28927 Jermolajevo (Russia) 52.4300 55.4800 247 RA S 28938 Kizilskoje (Russia) 52.4400 58.5400 316 RA S 28939 Kalininsk (Russia) 52.3000 59.4200 381 RA S 28941 Kartaly(Russian Federation, A) 53.0300 60.4000 300 RA F 28951 Kostanai (Kazakhstan) 53.1400 63.3700 171 RA F 28952 UAUU Kustanai (Kazakhstan) 53.1300 63.3700 170 KZ UAAA F 28957 Tobol (Russia) 52.4100 62.3600 208 RA F 28966 Ruzaevka (Kazakhstan) 52.4900 66.5800 227 KZ UAAA F 28967 Karasul (Russia) 52.4000 65.3000 209 RA F 28978 Balkasino (Kazakhstan) 52.3200 68.4500 398 KZ UAAA F 28984 Sucinsk (Kazakhstan) 52.5700 70.1300 395 KZ UAAA F 29023 Napas(Russian Federation, Asi) 59.5100 81.5700 76 RA F 29037 Berezovka (Russia) 59.2300 82.5000 68 RA F 29059 Aleksandrovskij shlyuz(Russia) 59.2600 89.1700 102 RA F 29103 Katyl'ga (Russia) 59.0400 76.4400 90 RA F 29111 Sredny Vasjugan (Russia) 59.1300 78.1400 69 RA F 29122 Kargasok(Russian Federation, ) 59.0392 80.5080 57 RA F 29128 Parabel'(Russian Federation, ) 58.4200 81.2880 58 RA F 29149 Stepanovka(Russian Federation) 58.3800 86.4400 0 RA F 29203 Novyj Vasyugan(Russian Federa) 58.3500 76.3100 80 RA F 29209 Majsk(Russian Federation, Asi) 57.4867 77.1300 100 RA F 29224 Starica (Russia) 58.0800 80.3500 80 RA F 29231 UNLL Kolpasev(Russian Federation, ) 58.1900 82.5700 75 RA F 29241 Palocka (Russia) 58.2300 84.3600 81 RA F 29247 Baturino (Russia) 57.4500 85.1200 90 RA F 29253 Losinoborskoe(Russian Federat) 58.2733 89.2817 134 RA F 29313 Pudino(Russian Federation, As) 57.3375 79.2583 95 RA F 29328 Bakchar(Russian Federation, A) 57.0043 82.0375 110 RA F 29332 Molchanovo(Russian Federation) 57.3500 83.4562 112 RA F 29348 Pervomajskoe(Russian Federati) 57.0400 86.1300 114 RA F 29355 Tutalo-Culym River (Russia) 57.2700 88.2800 140 RA F 29356 Cindat (Russia) 57.2200 89.1900 150 RA F 29401 Sedelnikovo (Russia) 56.5700 75.1800 90 RA F

29405 Kystovka(Russian Federation, ) 56.3600 76.3400 0 RA F 29418 Severnoe(Russian Federation, ) 56.2100 78.2100 127 RA F 29430 Tomsk(Russian Federation, Asi) 56.3000 84.5500 139 RA F 29456 Tjuhtet (Russia) 56.3200 89.1900 205 RA F 29524 Krescenka(Russian Federation,) 55.5100 80.0362 129 RA F 29532 Kozevnikovo(Russian Federatio) 56.1500 83.5783 92 RA F 29539 Bolotnoe(Russian Federation, ) 55.4000 84.2400 193 RA F 29540 Anzero-Sudzensk (Russia) 56.0700 86.0000 259 RA F 29541 Tajga(Russian Federation, Asi) 56.0400 85.3700 251 RA F 29548 Barzas (Russia) 55.4300 86.1800 208 RA F 29551 Mariinsk(Russian Federation, ) 56.1100 87.4100 144 RA F 29552 Tjazin(Russian Federation, As) 56.0700 88.3100 223 RA F 29553 Bogotol(Russian Federation, A) 56.1400 89.3325 291 RA F 29557 Tisul'(Russian Federation, As) 55.4500 88.1800 211 RA F 29558 Ggp katek(Russian Federation,) 55.3200 89.1200 318 RA F 29602 Chany(Russian Federation, Asi) 55.1893 76.4513 111 RA F 29605 Tatarsk(Russian Federation, A) 55.1347 76.0113 112 RA F 29612 Barabinsk(Russian Federation,) 55.2127 78.1850 120 RA F 29613 Ubinskoe(Russian Federation, ) 55.1800 79.3700 140 RA F 29625 Culym(Russian Federation, Asi) 55.0600 80.5800 142 RA F 29626 Kocenevo(Russian Federation, ) 55.0200 82.1433 159 RA F 29631 Kolyvan'(Russian Federation, ) 55.1933 82.4500 147 RA F 29632 Moskovo(Russian Federation, A) 55.1900 83.3600 203 RA F 29634 UNNT Novosibirsk(Russian Federatio) 55.0500 82.5400 176 RA F 29636 Togucin(Russian Federation, A) 55.1400 84.2400 173 RA F 29638 Novosibirsk(Russian Federatio) 54.5400 82.5700 131 RA F 29642 UNEE Kemerovo(Russian Federation, ) 55.1400 86.0700 260 RA F 29645 Kemerovo(Russian Federation, ) 55.1500 86.1300 148 RA F 29649 Krapivino(Russian Federation,) 55.0000 86.4800 151 RA F 29653 Uzur(Russian Federation, Asia) 55.1800 89.4900 387 RA F 29654 Central'nyj Rudnik(Russian Fe) 55.1300 87.3900 498 RA F 29702 Cistoozernoje (Russia) 54.4300 76.4300 111 RA F 29706 Kupino(Russian Federation, As) 54.2317 77.1858 116 RA F 29712 Zdvinsk(Russian Federation, A) 54.4300 78.4000 0 RA F 29722 Uzaniha (Russia) 54.4000 81.0300 175 RA F 29724 Kocki(Russian Federation, Asi) 54.2017 80.2833 161 RA F 29726 Ordynskoe(Russian Federation,) 54.2200 81.5350 132 RA F 29735 Posevnaja(Russian Federation,) 54.1800 83.1883 293 RA F 29736 Masljanino(Russian Federation) 54.2000 84.1300 199 RA F 29745 Belovo(Russian Federation, As) 54.2700 86.2092 226 RA F 29752 Nenastnaja(Russian Federation) 54.4500 88.4900 1188 RA F 29756 Sira(Russian Federation, Asia) 54.3000 89.5600 474 RA F 29759 Kommunar(Russian Federation, ) 54.2000 89.1700 847 RA F 29802 Mihajlovka (Kazakhstan) 53.4900 76.3200 114 KZ F 29807 Irtyssk (Kazakhstan) 53.2100 75.2700 94 KZ UAAA F 29813 Krasnoozersk(Russian Federati) 53.5933 79.1520 0 RA F 29814 Karasuk(Russian Federation, A) 53.4400 78.0133 0 RA F 29816 Habary (Russia) 53.3700 79.3300 138 RA F 29822 Kamen'-Na-Obi(Russian Federat) 53.4900 81.1600 129 RA F 29827 Baevo(Russian Federation, Asi) 53.1600 80.4600 0 RA F 29832 Talmen'ka(Russian Federation,) 53.4900 83.3500 144 RA F 29833 Zalesovo (ctbt)(Russian Feder) 53.5600 84.4700 212 RA F 29836 Sorokino (Russia) 53.4500 84.5700 221 RA F 29837 Selaboliha (Russia) 53.2400 82.3600 170 RA F 29838 UNBB Barnaul(Russian Federation, A) 53.2600 83.3100 185 RA F 29839 Barnaul(Russian Federation, A) 53.3000 83.5000 145 RA F 29846 UNCE Novokuznetsk(Russian Federati) 53.4900 86.5300 309 RA F 29848 Togul(Russian Federation, Asi) 53.2800 85.5500 272 RA F 29849 Kuzodeevo(Russian Federation,) 53.2000 87.1000 293 RA F 29854 Mezdurecensk (Russia) 53.4100 88.0300 242 RA F 29855 Teba(Russian Federation, Asia) 53.3800 88.3400 304 RA F 29858 Neozidannij Priisk (Russia) 53.1700 89.1000 527 RA F 29915 Slavgorod(Russian Federation,) 52.5800 78.3900 126 RA F 29923 Rebriha(Russian Federation, A) 53.0400 82.2030 219 RA F 29937 Alejskaja(Russian Federation,) 52.3100 82.4600 176 RA F 29939 Bijsk Zonal'naja(Russian Fede) 52.4100 84.5553 225 RA F 29946 Kondoma (Russia) 52.5200 87.1700 354 RA F 29956 Tastyp(Russian Federation, As) 52.4800 89.5500 450 RA F

33008 Brest (Belarus) 52.0700 23.4115 146 BY UMMN S 33019 Pinsk (Belarus) 52.0700 26.0672 142 BY UMMN S 33027 Zitkovici (Belarus) 52.1283 27.5200 137 BY UMMN S 33036 Mozyr (Belarus) 52.0218 29.1153 190 BY UMMN S 33038 Vasilevici (Belarus) 52.1500 29.5043 142 BY UMMN S 33041 Gomel' (Belarus) 52.2400 30.5778 126 BY UMMN S 33049 Semenovka (Ukraine) 52.1100 32.3500 161 UR UKMS S 33058 Hutor Mihajlovskij (Ukraine) 52.0300 33.5700 190 UR UKMS S 33067 Svityaz (Ukraine) 51.2900 23.5000 165 UR UKMS S 33075 Pnevno (Ukraine) 51.4000 25.1600 152 UR UKMS S 33088 Sarny (Ukraine) 51.1700 26.3700 156 UR UKMS S 33105 Lel'cicy (Belorussia) 51.4700 28.2000 141 BY UMMN S 33124 Bragin (Belarus) 51.4780 30.1485 116 BY UMMN S 33135 Cernigov (Ukraine) 51.2800 31.1500 141 UR UKMS S 33136 Volskovtsky (Ukraine) 51.3400 31.5800 143 UR UKMS S 33146 Pridesnanskaya (Ukraine) 51.4600 32.5800 195 UR UKMS S 33156 Glukhov (Ukraine) 51.4100 33.5500 180 UR UKMS S 33173 Kovel' (Ukraine) 51.1300 24.4100 174 UR UKMS S 33177 Vladimir-Volynskij (Ukraine) 50.5000 24.1900 194 UR UKMS S 33182 Manevichi (Ukraine) 51.1700 25.3200 196 UR UKMS S 33187 Lutsk (Ukraine) 50.4200 25.3000 232 UR UKMS S 33203 Olevsk (Ukraine) 51.1300 27.4000 183 UR UKMS S 33213 Ovruc (Ukraine) 51.1900 28.4700 170 UR UKMS S 33215 Korosten (Ukraine) 50.5700 28.3900 189 UR UKMS S 33228 Teterev (Ukraine) 50.4200 29.3500 132 UR UKMS S 33231 Cernobyl' (Ukraine) 51.1700 30.1400 127 UR UKMS S 33236 Oster (Ukraine) 50.5700 30.5300 112 UR UKMS S 33246 Nezin (Ukraine) 51.0300 31.5400 126 UR UKMS S 33261 Konotop (Ukraine) 51.1400 33.1200 149 UR UKMS S 33268 Romny (Ukraine) 50.4600 33.2700 169 UR UKMS S 33275 Sumy (Ukraine) 50.5100 34.4000 181 UR UKMS S 33287 Rava Russkaja (Ukraine) 50.1500 23.3800 251 UR UKMS S 33288 Kamenka-Bugskaya (Ukraine) 50.0600 24.2100 228 UR UKMS S 33296 Dubno (Ukraine) 50.2400 25.4500 202 UR UKMS S 33297 Brody (Ukraine) 50.0600 25.0900 228 UR UKMS S 33299 Kremenec (Ukraine) 50.0800 25.4400 260 UR UKMS S 33301 UKLR Rovno (Ukraine) 50.3500 26.0800 231 UR UKMS S 33312 Novgorod Volynskij (Ukraine) 50.3600 27.3800 218 UR UKMS S 33317 Sepetovka (Ukraine) 50.1000 27.0200 278 UR UKMS S 33325 Zhytomyr (Ukraine) 50.1400 28.4400 224 UR UKMS S 33339 Fastov (Ukraine) 50.0500 29.5500 209 UR UKMS S 33342 Vyshgorod (Ukraine) 50.3500 30.3000 108 UR UKMS S 33345 Kiev (Ukraine) 50.2400 30.3400 167 UR UKMS S 33347 UKBB Borispol' (Ukraine) 50.2000 30.5800 122 UR UKMS S 33354 Barishevka (Ukraine) 50.2100 31.1900 101 UR UKMS S 33356 Jagotin (Ukraine) 50.1300 31.4800 128 UR UKMS S 33362 Priluki (Ukraine) 50.3500 32.2300 133 UR UKMS S 33376 Gadjac (Ukraine) 50.2200 33.5900 154 UR UKMS S 33377 Lubny (Ukraine) 50.0000 33.0100 158 UR UKMS S 33382 Lebedin (Ukraine) 50.3500 34.2900 142 UR UKMS S 33391 Mostiska (Ukraine) 49.4800 23.0900 216 UR UKMS S 33392 Yavorov (Ukraine) 49.5600 23.2300 229 UR UKMS S 33393 UKLL L'vov (Ukraine) 49.4900 23.5700 323 UR UKMS S 33398 Drogobyc (Ukraine) 49.2100 23.3100 276 UR UKMS S 33409 Berezany (Ukraine) 49.2600 24.5700 304 UR UKMS S 33415 Ternopil (Ukraine) 49.3200 25.4000 329 UR UKMS S 33421 Yampol (Ukraine) 49.5800 26.1500 282 UR UKMS S 33429 Khmelnytskyi (Ukraine) 49.2600 26.5900 350 UR UKMS S 33439 Hmelnik (Ukraine) 49.3400 27.5600 285 UR UKMS S 33446 Bilopillja (Ukraine) 49.5000 28.5300 258 UR UKMS S 33464 Bila Tserkva (Ukraine) 49.4500 30.0700 180 UR UKMS S 33466 Imeni Starcenko (Ukraine) 49.4000 31.0000 153 UR UKMS S 33475 Kanev (Ukraine) 49.4400 31.3100 98 UR UKMS S 33484 Zolotonosha (Ukraine) 49.4100 32.0200 96 UR UKMS S 33487 Cherkasy (Ukraine) 49.2500 32.0300 107 UR UKMS S 33495 Veselyj Podol (Ukraine) 49.3700 33.1600 96 UR UKMS S 33506 Poltava (Ukraine) 49.3600 34.3300 160 UR UKMS S 33511 Turka (Ukraine) 49.0900 23.0200 592 UR UKMS S

33513 Stryy (Ukraine) 49.1400 23.5100 296 UR UKMS S 33514 Velikiy Berezny (Ukraine) 48.5400 22.2800 195 UR UKMS S 33515 Skole (Ukraine) 49.0200 23.3100 549 UR UKMS S 33516 Slavskoe (Ukraine) 48.5100 23.2700 594 UR UKMS S 33517 Perechin (Ukraine) 48.4400 22.2800 198 UR UKMS S 33518 Nigniy Studeniy (Ukraine) 48.4200 23.2200 611 UR UKMS S 33524 Kalush (Ukraine) 49.0100 24.2200 285 UR UKMS S 33526 Ivano-Frankovsk (Ukraine) 48.5800 24.2400 280 UR UKMS S 33536 Certkov (Ukraine) 49.0100 25.4800 318 UR UKMS S 33548 Kamenets Podol'skij (Ukraine) 48.3900 26.4000 222 UR UKMS S 33557 Novaja Ulica (Ukraine) 48.5100 27.1600 290 UR UKMS S 33562 UKWW Vinnytsia (Ukraine) 49.1400 28.3600 298 UR UKMS S 33564 Gmerinka (Ukraine) 49.0100 28.0800 314 UR UKMS S 33577 Gajsin (Ukraine) 48.4800 29.2400 211 UR UKMS S 33581 Zhashkov (Ukraine) 49.1500 30.0600 224 UR UKMS S 33586 Zvenihorodka (Ukraine) 49.0500 30.5400 215 UR UKMS S 33587 Uman' (Ukraine) 48.4600 30.1400 216 UR UKMS S 33593 Rotmistrovka (Ukraine) 49.0800 31.4200 168 UR UKMS S 33598 Novo-Mirgorod (Ukraine) 48.5000 31.3900 178 UR UKMS S 33605 Chyhyryn (Ukraine) 49.0500 32.4000 124 UR UKMS S 33609 Znamenka (Ukraine) 48.4300 32.4000 181 UR UKMS S 33614 Svitlovods (Ukraine) 49.0300 33.1500 84 UR UKMS S 33615 Kremencug (Ukraine) 49.0200 33.2600 69 UR UKMS S 33621 Kobeliaky (Ukraine) 49.0900 34.1200 118 UR UKMS S 33631 UKLU Uzgorod (Ukraine) 48.3800 22.1600 124 UR UKMS S 33633 Zakarpatskaya (Ukraine) 48.3100 23.3000 455 UR UKMS S 33634 Beregovo (Ukraine) 48.1300 22.3800 114 UR UKMS S 33638 Hust (Ukraine) 48.1100 23.1800 166 UR UKMS S 33645 Yasnya (Ukraine) 48.1600 24.2200 731 UR UKMS S 33646 Pogigevskaya (Ukraine) 48.0900 24.3000 1451 UR UKMS S 33647 Rahov (Ukraine) 48.0300 24.1200 432 UR UKMS S 33651 Kolomyja (Ukraine) 48.3200 25.0200 298 UR UKMS S 33657 Seletin (Ukraine) 47.5200 25.1300 763 UR UKMS S 33658 Cernovcy (Ukraine) 48.2200 25.5400 246 UR UKMS S 33663 Mogilev-Podol'skij (Ukraine) 48.2700 27.4700 78 UR UKMS S 33664 Briceni (Moldova) 48.2100 27.0500 261 RM UKMS S 33678 Soroca (Moldova) 48.1200 28.1800 173 RM UKMS S 33679 Camenca (Moldova) 48.0200 28.4200 154 RM UKMS S 33686 Gayvoron (Ukraine) 48.2100 29.5200 151 UR UKMS S 33699 Pervomaijsk (Ukraine) 48.0300 30.5100 103 UR UKMS S 33705 Pomichna (Ukraine) 48.1400 31.2400 211 UR UKMS S 33711 Kirovograd (Ukraine) 48.3100 32.1200 171 UR UKMS S 33717 Bobrynets (Ukraine) 48.0400 32.0900 143 UR UKMS S 33719 Dolinskaya (Ukraine) 48.0700 32.4600 177 UR UKMS S 33723 Komissarovka (Ukraine) 48.2600 33.5400 118 UR UKMS S 33744 Falesti (Moldova) 47.3500 27.4200 162 RM UKMS S 33745 Bel'cy (Moldova) 47.4700 27.5700 102 RM UKMS S *N33746 LUBM Marculesti (Moldova) 47.52 28.13 95 RM UKMS S 33748 Kornesty (Moldova) 47.2000 28.0500 232 RM UKMS S 33749 Bravicea (Moldova) 47.2200 28.2600 78 RM UKMS S 33754 Ribnita (Moldova) 47.4600 29.0100 119 RM UKMS S 33759 Zatishe (Ukraine) 47.2000 29.5300 195 UR S 33761 Ljubasevka (Ukraine) 47.5100 30.1600 183 UR UKMS S 33777 Voznesensk (Ukraine) 47.3400 31.2000 34 UR UKMS S 33788 Bastanka (Russia) 47.2500 32.2800 84 RS S 33791 UKDR Kryvyi Rih/Lozuvatka (Ukraine) 48.0200 33.1300 124 UR UKMS S 33805 Nikopol' (Ukraine) 47.3500 34.2700 55 UR UKMS S 33810 Codrii (Moldova) 47.0700 28.2200 157 RM UKMS S 33815 UKII Kisinev (Moldova) 47.0100 28.5900 173 RM UKMS S 33817 Karpineny (Russia) 46.4500 28.2100 78 RS S 33821 Dubasari (Moldova) 47.1700 29.0800 40 RM UKMS S 33824 Baltata (Moldova) 47.0300 29.0200 79 RM UKMS S 33829 Tiraspol (Moldova) 46.5400 29.3600 40 RM UKMS S 33830 Belgorod Dnestrovskiy(Ukraine) 46.1100 30.2200 9 UR S 33833 Serbka (Ukraine) 47.0100 30.4500 73 UR UKMS S 33834 Razdel'naja (Ukraine) 46.5100 30.0500 148 UR UKMS S 33837 Odessa (Ukraine) 46.2600 30.4600 42 UR UKMS S 33846 Mikolaiv (Ukraine) 47.0200 31.5700 50 UR UKMS S

33848 Ochakov (Ukraine) 46.3700 31.3300 36 UR UKMS S 33862 Velikaia/Aleksandrovk(Ukraine) 47.1900 33.1700 56 UR UKMS S 33869 Nova Kakhovka (Ukraine) 46.4700 33.2200 25 UR UKMS S 33877 Niznie Serogozy (Ukraine) 46.5100 34.2400 53 UR UKMS S 33881 Leova (Moldova) 46.2900 28.1700 156 RM UKMS S 33883 Komrat (Moldova) 46.1800 28.3800 133 RM UKMS S 33885 Cahul (Moldova) 45.5100 28.1600 113 RM UKMS S 33886 Ceadir-Lunga (Moldova) 46.0600 28.5400 180 RM UKMS S 33887 Bolgrad (Ukraine) 45.4100 28.3800 82 UR S 33889 Izmail (Ukraine) 45.2200 28.5100 30 UR UKMS S 33892 Stefan-Voda (Moldova) 46.3100 29.2900 173 RM UKMS S 33896 Sarata (Ukraine) 46.0100 29.4000 14 UR UKMS S 33898 Vilkovo (Ukraine) 45.2400 29.3600 2 UR UKMS S 33899 Ostrov zmeiniy (Ukraine) 45.1500 30.1200 25 UR UKMS S 33902 Herson (Ukraine) 46.3800 32.3400 54 UR UKMS S 33907 Behtery (Ukraine) 46.1500 32.1800 7 UR UKMS S 33910 Genicesk (Ukraine) 46.1000 34.4900 15 UR UKMS S 33915 Askanija-Nova (Ukraine) 46.2700 33.5300 30 UR UKMS S 33917 Primorskiy (Ukraine) 46.0300 33.2700 12 UR UKMS S 33922 Novo-Selovskoye (Ukraine) 45.2700 33.3600 15 UR UKMS S 33924 Cernomorskoe (Ukraine) 45.3100 32.4200 10 UR UKMS S 33929 Evpatorija (Ukraine) 45.1100 33.2200 6 UR UKMS S 33933 Ishum (Ukraine) 45.5300 33.4900 5 UR UKMS S 33934 Dzankoj (Russia) 45.4300 34.2400 8 RS S 33939 Klepynine (Ukraine) 45.3900 34.1200 37 UR S 33945 Poctovoe (Ukraine) 44.5000 33.5700 176 UR UKMS S 33946 UKFF Simferopol' (Ukraine) 44.4100 34.0800 181 UR UKMS S 33957 Karadagskaj (Ukraine) 44.5400 35.1200 42 UR UKMS S 33958 Angarskiy Pereval (Ukraine) 44.4500 34.2100 769 UR UKMS S 33959 Alusta (Ukraine) 44.4100 34.2600 7 UR UKMS S 33960 Sovetskiy (Ukraine) 45.2100 34.5700 18 UR UKMS S 33961 Strelkovoe (Ukraine) 45.5300 34.5300 3 UR UKMS S 33962 Niznegorsk (Ukraine) 45.2700 34.4400 20 UR UKMS S 33966 Krymskaya (Ukraine) 45.0300 34.3600 205 UR UKMS S 33973 Vladislavovka (Russia) 45.1000 35.2300 37 RS S 33976 Feodosija (Ukraine) 45.0200 35.2300 26 UR UKMS S 33981 Cape Kazantip Lighth (Ukraine) 45.2800 35.5200 101 UR UKMS S 33983 Kerc' (Ukraine) 45.2400 36.2500 49 UR UKMS S 33990 Yalta (Ukraine) 44.2900 34.1000 72 UR UKMS S 33994 Sevastopol/Belbek (Ukraine) 44.4100 33.3400 85 UR UKMS S 33995 Nikitskiy Sad (Ukraine) 44.3100 34.1500 194 UR UKMS S 33998 Ai-Petri (Ukraine) 44.2600 34.0500 1180 UR UKMS S 33999 Aj-Petri (Ukraine) 44.2800 34.0400 1180 UR UKMS S 34003 Ponyri (Russia) 52.1900 36.1800 251 RS S 34009 Kursk (Russia) 51.4600 36.1000 247 RS S 34013 Livny(Russian Federation, Eur) 52.2600 37.3600 179 RS S 34027 Novo-Kastornoe (Russia) 51.4700 38.0800 191 RS S 34047 Zerdevka(Russian Federation, ) 51.5000 41.2900 147 RS S 34056 Rtiscevo(Russian Federation, ) 52.1500 43.4700 213 RS S 34063 Petrovsk(Russian Federation, ) 52.1700 45.2400 199 RS S 34069 Atkarsk(Russian Federation, E) 51.5200 45.0200 208 RS S 34072 Karabulak(Russian Federation,) 52.2000 46.2200 302 RS S 34083 Hvalynsk(Russian Federation, ) 52.3000 48.0500 88 RS S 34098 Pugacev(Russian Federation, E) 52.0200 48.5000 38 RS S 34106 Kursk (Russia) 51.4400 36.1600 209 RS S 34109 Obojan'(Russian Federation, E) 51.1200 36.1900 192 RS S 34110 Bogoroditskoe-Fenino(Russian ) 51.1000 37.2100 226 RS S 34116 Staryj Oskol(Russian Federati) 51.1800 37.5300 217 RS S 34122 UUOO Voronez Metar(Russian Federat) 51.3900 39.1500 104 RS S 34123 Voronez (Russia) 51.4200 39.1300 149 RS S 34139 Kamennaja Step' (Russia) 51.0300 40.4200 194 RS S 34146 Borisoglebsk (Russia) 51.2200 42.0500 106 RS S 34152 Balasov(Russian Federation, E) 51.3300 43.0900 159 RS S 34163 Oktjabr'skij Gorodok(Russian ) 51.3800 45.2700 201 RS S 34171 Saratov(Russian Federation, E) 51.3395 46.0235 156 RS S 34172 UWSS Saratov(Russian Federation, E) 51.3400 46.0200 156 RS S 34186 Ersov(Russian Federation, Eur) 51.2200 48.1800 111 RS S 34199 Ozinki(Russian Federation, Eu) 51.1200 49.4400 104 RS S

34202 Gotnja(Russian Federation, Eu) 50.4800 35.4600 226 RS S 34213 Novyj Oskol(Russian Federatio) 50.4500 37.5200 140 RS S 34214 UUOB Belgorod(Russian Federation, ) 50.3800 36.3500 224 RS S 34231 Liski(Russian Federation, Eur) 51.0000 39.3000 115 RS S 34238 Anna(Russian Federation, Euro) 51.2900 40.2500 154 RS S 34240 Urjupinsk(Russian Federation,) 50.4800 42.0000 106 RS S 34247 Kalac(Russian Federation, Eur) 50.2500 41.0300 92 RS S 34253 Elan'(Russian Federation, Eur) 50.5700 43.4400 133 RS S 34254 Novo-Annenskij(Russian Federa) 50.3200 42.4100 98 RS S 34262 Rudnya(Russian Federation, Eu) 50.5000 44.3400 115 RS S 34267 Danilovka (Russia) 50.2200 44.0700 102 RS S 34273 Krasnyj Kut(Russian Federatio) 50.5700 46.5800 50 RS S 34300 UKHH Kharkiv (Ukraine) 49.5800 36.0800 155 UR UKMS S 34302 Bogoduhov (Ukraine) 50.1200 35.3200 203 UR UKMS S 34304 Kolomak (Ukraine) 49.5100 35.1400 178 UR UKMS S 34312 Velykyi Burluk (Ukraine) 50.0400 37.2300 175 UR UKMS S 34317 Komsomolskoe (Ukraine) 49.3600 36.3200 102 UR UKMS S 34319 Kupjansk (Ukraine) 49.3800 37.4200 83 UR UKMS S 34320 Troickoe (Ukraine) 49.5500 38.1500 152 UR UKMS S 34321 Valujki (Russia) 50.1300 38.0600 112 RS S 34329 Novopskov (Ukraine) 49.3200 39.0800 91 UR S 34336 Bogucar(Russian Federation, E) 49.5600 40.3400 84 RS S 34344 Kazanskaja (Russia) 49.4800 41.0900 72 RS S 34356 Frolovo (Russia) 49.4800 43.4000 119 RS S 34357 Serafimovic(Russian Federatio) 49.3400 42.4400 129 RS S 34363 Kamysin(Russian Federation, E) 50.0400 45.2200 119 RS S 34373 Pallasovka(Russian Federation) 50.0300 46.5300 37 RS S 34385 Asce Uzjak (Russia) 49.4600 47.4500 0 RS S 34391 Aleksandrov Gaj (Russia) 50.0900 48.3300 25 RS S 34398 Furmanovo (Kazakhstan) 49.4000 49.2900 10 KZ UAAA S 34401 Krasnograd (Ukraine) 49.2300 35.2700 159 UR UKMS S 34407 Hubynykha (Ukraine) 48.4800 35.1500 127 UR UKMS S 34409 Lozovaja (Ukraine) 48.5400 36.1900 177 UR UKMS S 34415 Izjum (Ukraine) 49.1100 37.1800 78 UR UKMS S 34421 Svatavo (Ukraine) 49.2500 38.1000 89 UR UKMS S 34432 Certkovo(Russian Federation, ) 49.2300 40.1000 145 RS S 34434 Belovodsk (Ukraine) 49.1300 39.3500 75 UR UKMS S 34438 Millerovo(Russian Federation,) 48.5600 40.2300 155 RS S 34445 Bokovskaja (Russia) 49.1300 41.5000 91 RS S 34461 Ilovlya(Russian Federation, E) 49.1800 44.0000 44 RS S 34476 El'ton(Russian Federation, Eu) 49.0800 46.5100 6 RS S 34502 Pavlograd (Ukraine) 48.3200 35.5000 91 UR S 34504 UKDD Dnepropetrovsk (Ukraine) 48.3600 34.5800 143 UR UKMS S 34505 Sinelnikovo (Ukraine) 48.2100 35.2700 145 UR UKMS S 34509 Caplino (Ukraine) 48.0800 36.1400 175 UR UKMS S 34510 Artemovsk (Ukraine) 48.3600 37.5900 124 UR UKMS S 34514 Aleksandropol (Ukraine) 48.3600 36.3300 125 UR UKMS S 34519 UKCC Doneck (Ukraine) 48.0400 37.4600 225 UR UKMS S 34523 Luhansk (Ukraine) 48.3400 39.1500 62 UR UKMS S 34524 Debal'cevo (Ukraine) 48.2100 38.2600 334 UR UKMS S 34535 Kamensk-Sahtinskij(Russian Fe) 48.1800 40.1800 58 RS S 34537 Dar'evka (Ukraine) 48.0500 39.3000 302 UR UKMS S 34545 URRM Morozovsk (Russia) 48.2100 41.5200 90 RS S 34555 Nizhny-Chir(Russian Federatio) 48.2000 43.0700 74 RS S 34560 URWW Volgograd(Russian Federation,) 48.4700 44.2200 134 RS S 34578 Cernyj Jar(Russian Federation) 48.0400 46.0700 5 RS S 34579 Verhnij Baskuncak(Russian Fed) 48.1300 46.4400 35 RS S 34581 Urda(Russian Federation, Euro) 48.4600 47.2600 4 RS S 34601 Zaporizhzhia (Ukraine) 47.4800 35.0100 112 UR UKMS S 34606 Gulyaypole (Ukraine) 47.4000 36.1500 135 UR UKMS S 34607 Prisib (Ukraine) 47.1600 35.2000 88 UR UKMS S 34609 Kirillovka (Ukraine) 47.2000 36.2000 221 UR UKMS S 34615 Volnovakha (Ukraine) 47.3700 37.2100 267 UR UKMS S 34622 Amvrosievka (Ukraine) 47.4800 38.3100 164 UR UKMS S 34625 Matveev Kurgan (Russia) 47.3400 38.5300 43 RS S 34635 Sahty(Russian Federation, Eur) 47.4200 40.1600 117 RS S 34644 Konstantinovskij(Russian Fede) 47.3500 41.0600 62 RS S 34646 Cimljansk(Russian Federation,) 47.3800 42.0700 66 RS S

34655 Kotel 'Nikovo (Russia) 47.3800 43.0900 47 RS S 34662 Malye Derbety(Russian Federat) 47.5600 44.4200 9 RS S 34687 Kharabali (Russia) 47.2500 47.1500 -16 RS S 34691 Novyj Ustogan (Kazakhstan) 47.5400 48.4800 -10 KZ UAAA S 34704 Militopol' (Ukraine) 46.5000 35.2200 34 UR UKMS S 34708 Botevo (Ukraine) 46.4100 35.5100 19 UR UKMS S 34712 Mariupol (Ukraine) 47.0200 37.3000 70 UR UKMS S 34717 Berdyansk (Ukraine) 46.4800 36.4700 54 UR UKMS S 34719 Dolzhanka (Russia) 46.3700 37.4800 2 RS S 34720 Taganrog(Russian Federation, ) 47.1200 38.5400 32 RS S 34723 Donskaja (Russia) 47.0700 39.2500 4 RS S 34727 Ejsk(Russian Federation, Euro) 46.4800 38.1600 3 RS S 34730 Rostov-Na-Donu(Russian Federa) 47.1500 39.4900 82 RS S 34731 URRR Rostov-Na-Donu(Russian Federa) 47.1500 39.4900 78 RS S 34737 Kuscevskaja(Russian Federatio) 46.3200 39.3700 22 RS S 34740 Gigant(Russian Federation, As) 46.3100 41.2100 79 RS S 34743 Zimovniki(Russian Federation,) 47.0900 42.2900 72 RS S 34747 Celina (Russia) 46.3300 41.0300 112 RS S 34748 Proletarsk (Russia) 46.4200 41.4400 25 RS S 34753 Zavetnoe(Russian Federation, ) 47.0700 43.5600 81 RS S 34759 Remontnoe(Russian Federation,) 46.3400 43.4000 106 RS S 34772 Yusta (Russia) 47.0700 46.1900 3 RS S 34785 Dosang(Russian Federation, Eu) 46.5500 47.5600 -19 RS S 34798 Ganjuskino (Kazakhstan) 46.3600 49.1600 -23 KZ UAAA S 34824 Primorsko Ahtarsk (Russia) 46.0200 38.0900 4 RS S 34825 Kanevskaja (Russia) 46.0400 38.5800 17 RS S 34838 Tihoreck(Russian Federation, ) 45.5100 40.0500 78 RS S 34845 Gorodovikovsk (Russia) 46.0400 41.5800 87 RS S 34858 Divnoe(Russian Federation, Eu) 45.5500 43.2100 86 RS S 34861 URWI Elista(Russian Federation, Eu) 46.1800 44.1100 197 RS S 34866 Jaskul' (Russia) 46.1100 45.2100 -7 RS S 34868 Iki-burul(Russian Federation,) 45.4800 44.3800 112 RS S 34871 Utta(Russian Federation, Euro) 46.2200 46.0100 -7 RS S 34880 URWA Astrahan'(Russian Federation,) 46.1700 47.5900 -21 RS S 34887 Liman (Russia) 45.4800 47.1300 -18 RS S 34915 Kubanskaya (Russia) 45.1900 37.2300 3 RS S 34917 Taman' (Russia) 45.1400 36.4500 5 RS S 34922 Timasevskaja(Russian Federati) 45.3800 38.5600 22 RS S 34924 Slavjansk N/Kubani (Russia) 45.1700 38.0700 9 RS S 34927 Krasnodar-Kruglik(Russian Fed) 45.0300 39.0200 29 RS S 34929 URKK Krasnodar(Russian Federation,) 45.0200 39.0900 34 RS S 34936 Kropotkin'(Russian Federation) 45.2600 40.3400 106 RS S 34949 URMT Stavropol'(Russian Federation) 45.0700 42.0500 452 RS S 34954 Svetlograd(Russian Federation) 45.2100 42.5100 141 RS S 34958 Blagodarny(Russian Federation) 45.0600 43.2700 163 RS S 34964 Arzgir(Russian Federation, Eu) 45.2400 44.1200 103 RS S 34975 Komsomol skij(Russian Federat) 45.2100 46.0200 -1 RS S 34984 Kaspijsk(Russian Federation, ) 45.2400 47.2100 -25 RS S 34989 Iskusstvennij Ostrov (Russia) 45.2400 47.4800 -25 RS S 35001 Bol'saja Gluscica(Russian Fed) 52.2300 50.2800 64 RA S 35007 Pereljub(Russian Federation, ) 51.5200 50.2000 71 RA S 35011 Sorocinsk(Russian Federation,) 52.2600 53.0800 123 RA S 35015 Novosergievka(Russian Federat) 52.0500 53.3800 139 RA S 35026 Zilair(Russian Federation, As) 52.1432 57.2713 521 RA S 35037 Ak'jar(Russian Federation, As) 51.5200 58.1338 341 RA S 35041 Bredy (Russia) 52.2600 60.2100 310 RA F 35042 Zabelovka (Russia) 52.1800 61.1900 279 RA F 35053 Kusmurun (Russia) 52.2800 64.4000 110 RA F 35067 Esil' (Kazakhstan) 51.5300 66.2000 221 KZ UAAA F 35078 Atbasar (Kazakhstan) 51.4900 68.2200 304 KZ UAAA F 35085 Alekseevka (Kazakhstan) 52.0000 70.5700 384 KZ UAAA F 35108 UARR Ural'sk (Kazakhstan) 51.1500 51.1700 37 KZ UAAA S 35118 Cingirlau (Russia) 51.0200 54.0600 105 RA S 35121 Orenburg(Russian Federation, ) 51.4100 55.0470 118 RA S 35125 Beljaevka (Russia) 51.2500 56.2500 131 RA S 35127 Ak-Bulak (Russia) 51.0100 55.3800 144 RA S 35133 Adamovka (Russia) 51.3100 59.5700 285 RA S 35138 UWOR Orsk(Russian Federation, Asia) 51.0400 58.3600 285 RA S

35157 Aralkol (Russia) 51.0500 62.4200 230 RA F 35163 Kijma (Russia) 51.3600 67.3400 272 RA F 35173 Dzaltyr (Kazakhstan) 51.3700 69.4800 305 KZ UAAA F 35188 UACC Celinograd (Kazakhstan) 51.0800 71.2200 350 KZ UAAA F 35191 Jermentau (Russia) 51.3800 73.1000 397 RA F 35217 Dzambejty (Kazakhstan) 50.1500 52.3400 32 KZ UAAA S 35225 Martuk (Russia) 50.4500 56.3200 178 RA S 35229 UATT Aktobe (Kazakhstan) 50.1700 57.0900 219 KZ UAAA S 35302 Capaevo (Kazakhstan) 50.1200 51.1000 17 KZ UAAA S 35321 Novoaleksjevka (Russia) 50.0800 55.4200 142 RA S 35344 Karabutak (Russia) 49.5700 60.0800 229 RA F 35345 Tamabulak (Russia) 49.5900 61.2900 221 RA F 35357 Barshino (Kazakhstan) 49.4100 69.3100 349 KZ F 35358 Turgaj (Kazakhstan) 49.3800 63.3000 123 KZ F 35361 Amangeldy (Russia) 50.0800 65.1400 142 RA F 35363 Arkalyk (Russia) 50.1300 66.5000 343 RA F 35368 Senber (Russia) 49.4500 66.0900 229 RA F 35376 Berlik (Kazakhstan) 49.5300 69.3100 349 KZ UAAA F 35386 Kazgorodok (Russia) 49.5700 71.3500 422 RA F 35394 UAKK Karaganda (Kazakhstan) 49.4800 73.0900 553 KZ UAAA F 35404 Dzhangala (Russia) 49.1300 50.1800 7 RA S 35406 Kalmykovo (Kazakhstan) 49.0300 51.5200 2 KZ UAAA S 35416 Uil (Kazakhstan) 49.0400 54.4100 95 KZ UAAA S 35426 Temir-Gorod (Kazakhstan) 49.0900 57.0700 234 KZ UAAA S 35430 Taldyk (Russia) 49.1500 59.3300 260 RA S 35436 Dzhurun (Russia) 49.1400 57.4000 234 RA S 35437 Emba(Russian Federation, Asia) 48.4900 58.1300 230 RA S 35449 Nura(Russian Federation, Asia) 48.5000 62.0600 0 RA F 35459 Bisary (Russia) 48.4900 64.3700 122 RA F 35478 Algabas (Russia) 48.5300 68.0500 506 RA F 35497 Zaryk (Kazakhstan) 48.5100 72.5200 656 KZ UAAA F 35514 Karabau (Russia) 48.2700 52.5500 0 RA S 35519 Sagiz (Russia) 48.1200 54.5600 73 RA S 35522 Karaul Kel'dy (Russia) 48.4400 56.0200 186 RA S 35529 Kozasaj (Russia) 48.1300 57.0700 0 RA S 35532 Mugodzarskaja (Kazakhstan) 48.3800 58.3000 398 KZ UAAA S 35542 Irgiz (Russia) 48.3700 61.1600 114 RA F 35549 Taup(Russian Federation, Asia) 48.1500 62.0000 0 RA F 35576 Kzyl-Zar (Kazakhstan) 48.1800 69.3900 361 KZ F 35582 Atasu (Russia) 48.4200 71.3800 488 RA F 35605 Mahambet (Russia) 47.4000 51.3500 -15 RA S 35633 Celkar (Russia) 47.5100 59.3700 176 RA S 35663 Karsakpaj (Russia) 47.5000 66.4500 488 RA F 35671 UAKD Dzezkazgan (Kazakhstan) 47.4800 67.4300 346 KZ UAAA F 35683 Kzyl-Tau (Russia) 47.5100 72.0500 810 RA F 35687 Koktas (Russia) 47.3100 70.5400 471 RA F 35699 Bektau-Ata (Kazakhstan) 47.2700 74.4900 620 KZ UAAA F 35700 UATG Atyrau (Kazakhstan) 47.0700 51.5500 -22 KZ UAAA S 35715 Kulsary (Russia) 46.4800 53.5500 18 RA S 35721 Zambike (Russia) 47.0200 55.0800 45 RA S 35739 Ayak-Kum (Russia) 46.4300 59.1000 114 RA S 35746 UATA Aral'sk (Kazakhstan) 46.4700 61.3900 62 KZ UAAA F 35749 Monsyr (Russia) 46.4300 62.3000 80 RA F 35756 Kara-Kum (Russia) 46.5300 64.4000 79 RA F 35777 Jeti-Konur (Russia) 46.3500 68.3700 276 RA F 35791 Mointy (Russia) 47.1200 73.2100 581 RA F 35796 UAAH Balhash (Kazakhstan) 46.4800 75.0500 350 KZ UAAA F 35849 Kazalinsk (Kazakhstan) 45.4600 62.0700 68 KZ UAAA F 35884 Betpak-Dala Steppe (Russia) 46.0000 70.0000 325 RA F 35907 Ostrov Kulaly (Russia) 45.0100 50.0200 -22 RA S 35925 Sam (Kazakhstan) 45.2400 56.0700 88 KZ UAAA S 35941 Barsakelmes Island (Russia) 45.4100 59.5500 80 RA UAAA S 35953 Dzusaly (Kazakhstan) 45.3000 64.0500 103 KZ UAAA F 35969 Zliha (Kazakhstan) 45.1500 67.0400 138 KZ UAAA F 35997 Ciganak (Russia) 45.0600 73.5800 349 RA F 36001 Ekibastuz (Russia) 51.4200 75.2200 234 RA F 36003 UASP Pavlodar (Kazakhstan) 52.1800 76.5600 122 KZ UAAA F 36012 Scerbakty (Russia) 52.2100 78.2000 149 RA F

36020 Rodino(Russian Federation, As) 52.3000 80.1097 159 RA F 36021 Kljuci(Russian Federation, As) 52.1500 79.1192 143 RA F 36022 Volciha(Russian Federation, A) 52.0100 80.2042 208 RA F 36034 Rubcovsk(Russian Federation, ) 51.3453 81.1197 219 RA F 36036 Krasno-Scekovo (Russia) 51.4000 82.4400 240 RA F 36038 Zmeinogorsk(Russian Federatio) 51.0900 82.1022 355 RA F 36045 Solonesnoje (Russia) 51.4000 84.1900 411 RA F 36052 Majma (Russia) 52.0100 85.5400 331 RA F 36058 Cemal(Russian Federation, Asi) 51.2325 86.0128 419 RA F 36061 Turocak(Russian Federation, A) 52.1500 87.0762 327 RA F 36064 Yajlju(Russian Federation, As) 51.4600 87.3600 480 RA F 36126 Bajanaul (Russia) 50.4800 75.4200 504 RA F 36152 Semijarka (Kazakhstan) 50.5200 78.2100 149 KZ UAAA F 36177 UASS Semipalatinsk (Kazakhstan) 50.2500 80.1800 196 KZ UAAA F 36186 Semonaiha (Russia) 50.3800 81.5500 320 RA F 36208 Leninogorsk (Kazakhstan) 50.2000 83.3300 811 KZ UAAA F 36213 Ust-Kan (Russia) 50.5700 84.5500 1037 RA F 36229 Ust-Koksa(Russian Federation,) 50.1700 85.3700 978 RA F 36231 Ongudaj(Russian Federation, A) 50.4500 86.0800 833 RA F 36259 Kos-Agac(Russian Federation, ) 50.0100 88.4100 1760 RA F 36335 Karkaralinsk (Russia) 49.2300 75.3100 812 RA F 36358 Kajnar (Russia) 49.1200 77.2200 842 RA F 36394 Carskaja (Russia) 49.3500 81.0300 334 RA F 36397 Zangiz-Tobe (Kazakhstan) 49.1300 81.1300 455 KZ F 36403 Ust-Kamenogorsk (Russia) 49.5800 82.3800 292 RA F 36428 Bol'soe Narymskoe (Kazakhstan) 49.1200 84.3100 401 KZ UAAA F 36439 Katon-Karagaj (Russia) 49.1100 85.3700 1081 RA F 36442 Katun (Russia) 49.4400 86.3300 1800 RA F 36443 Ak-Kem (Russia) 49.5800 86.4200 2050 RA F 36467 Aktogaj (Russia) 48.1800 74.5800 780 RA F 36487 Ogiztau (Russia) 48.1600 77.1900 699 RA F 36498 Barshatas (Russia) 48.1000 78.2500 643 RA F 36501 Karaul (Russia) 49.0000 79.2000 618 RA F 36535 Kokpekty (Kazakhstan) 48.4500 82.2200 512 KZ UAAA F 36546 Kurcum (Russia) 48.3300 83.4100 427 RA F 36622 Ajaguz (Russia) 47.5800 80.2700 655 RA F 36639 Urdzar (Kazakhstan) 47.0700 81.3700 491 KZ UAAA F 36665 Zajsan (Russia) 47.2800 84.5500 603 RA F 36686 Algazy Ostrov (Kazakhstan) 46.3300 76.5200 349 KZ UAAA F 36729 Uc-Aral(Russian Federation, A) 46.1000 80.5600 397 RA F 36736 Bahty (Russia) 46.3900 82.4500 441 RA F 36744 Aul (Russian Federation, Asia) 45.3800 75.0700 353 RA F 36770 Mulaly (Russia) 45.2700 78.2000 564 RA F 36778 Taldy-Kurgan (Russia) 45.0000 78.2300 602 RA F 36803 Uzynbulak (Russia) 45.5100 82.1100 362 RA F 36819 Ajdarly (Russia) 44.0800 75.5100 499 RA F 36821 Bakanas (Kazakhstan) 44.5000 76.1600 396 KZ UAAA F 36859 Panfilov (Kazakhstan) 44.1000 80.0400 645 KZ UAAA F 36864 Otar (Kazakhstan) 43.3200 75.1500 743 KZ UAAA F 36870 UAAA Almaty (Kazakhstan) 43.1400 76.5600 851 KZ UAAA F 36872 Almaty (Kazakhstan) 43.2100 77.0000 662 KZ UAAA F 36877 Prudky (Russia) 43.1000 76.0300 992 RA F 36911 Tokmak (Kyrgyzstan) 42.5000 75.1700 817 KY UAFF F 36919 Kockorka (Russia) 42.1300 75.4400 1812 RA F 36927 Rybacje (Russia) 42.2800 76.1100 1660 RA F 36934 Colpon-Ata (Russia) 42.3900 77.0600 1645 RA F 36944 Kyzyl-Suu (Kyrgyzstan) 42.2100 78.2100 1769 KY F 36948 Bolsaja Kzyl (Russia) 42.1200 78.1200 1719 RA F 36963 Dolon Pass (Russia) 41.4800 75.4600 3040 RA F 36974 Naryn (Kyrgyzstan) 41.2600 76.0000 2041 KY UAFF F 36982 Tjan-San' (Kyrgyzstan) 41.5300 78.1400 3639 KY UAFF F 36983 Darhan (Russia) 42.1900 77.5400 1700 RA F 36985 Karakolka (Russia) 41.2900 77.2400 3080 RA F 36994 Ak-Syjrak (Russia) 41.4900 78.4400 3540 RA F 37001 Anapa(Russian Federation, Eur) 44.5300 37.1700 32 RS S 37004 Gelendzik(Russian Federation,) 44.3400 38.0500 15 RS S 37006 Novorossijsk(Russian Federati) 44.4300 37.5200 3 RS S 37009 Dzugba(Russian Federation, Eu) 44.2000 38.4300 23 RS S

37013 Belorecenskaja(Russian Federa) 44.4500 39.5400 139 RS S 37014 Gorjacij Kljuc(Russian Federa) 44.3800 39.0600 62 RS S 37017 Gornyij(Russian Federation, E) 44.1700 39.1600 323 RS S 37018 Tuapse(Russian Federation, Eu) 44.0600 39.0400 62 RS S 37021 URKM Majkop(Russian Federation, Eu) 44.3700 40.0500 219 RS S 37031 Armavir(Russian Federation, E) 44.5900 41.0700 159 RS S 37036 Nevinnomysok(Russian Federati) 44.3800 41.5800 343 RS S 37050 Pjatigorsk(Russian Federation) 44.0300 43.0200 538 RS S 37054 URMM Mineral'nye Vody(Russian Fede) 44.1400 43.0400 328 RS S 37058 Georgievsk(Russian Federation) 44.0800 43.2700 288 RS S 37061 Budennovsk(Russian Federation) 44.4700 44.0800 136 RS S 37085 Kocubej(Russian Federation, E) 44.2400 46.3300 -21 RS S 37089 Ostrov Tjulenij(Russian Feder) 44.2800 47.2900 -23 RS S 37099 Sotchi(Russian Federation, Eu) 43.3500 39.4600 131 RS S 37107 Krasnaya Polyana(Russian Fede) 43.4100 40.1200 567 RS S 37116 Karatchaevsk (Russia) 43.4700 41.5400 862 RS S 37126 Shadzhatmaz(Russian Federatio) 43.4400 42.4000 2056 RS S 37144 Prohladnaya(Russian Federatio) 43.4500 44.0300 199 RS S 37145 Mozdok(Russian Federation, Eu) 43.4400 44.4000 136 RS S 37163 Kizljar(Russian Federation, E) 43.5000 46.4300 -5 RS S 37171 URSS Adler(Russian Federation, Eur) 43.2600 39.5400 13 RS S 37177 Gagry (Georgia) 43.1500 40.1600 7 GG UGGG S 37178 Picunda (Russia) 43.1200 40.2100 4 RS S 37187 Gudauta Bay (Russia) 43.0600 40.3800 11 RS S 37193 Teberda(Russian Federation, E) 43.2700 41.4400 1325 RS S 37209 Verkhnaya Balkariya (Russia) 43.0300 42.4300 1441 RS S 37212 Nal'cik(Russian Federation, E) 43.3200 43.3800 425 RS S 37218 Nazran(Russian Federation, Eu) 43.0900 44.5100 664 RS S 37228 Wladikawkas(Russian Federatio) 43.0200 44.4100 703 RS S 37235 Groznyj(Russian Federation, E) 43.1500 45.4300 258 RS S 37244 Gudermes (Russia) 43.2100 46.0700 75 RS S 37248 Hasavjurt(Russian Federation,) 43.1500 46.3500 117 RS S 37259 Mahachkala(Former USSR, Europ) 43.0100 47.2900 -19 RS S 37260 UGSS Suhumi (Georgia) 42.5200 41.0800 13 GG UGGG S 37267 Ocemciri (Georgia) 42.4200 41.2800 5 GG UGGG S 37278 Gali(Russian Federation, Euro) 42.3800 41.4200 63 RS S 37279 Zugdidi (Georgia) 42.3100 41.5300 118 GG S 37286 Lebarde (Russia) 42.4400 42.2900 1610 RS S 37295 Lentekhi (Georgia) 42.4700 42.4400 731 GG S 37298 Tsageri (Georgia) 42.3800 42.4500 474 GG S 37308 Ambrolauri (Georgia) 42.3160 43.0833 544 GG S 37309 Oni (Georgia) 42.3500 43.2700 789 GG UGGG S 37316 Nizhniy-Zaramag (Russia) 42.4200 43.5800 1730 RS S 37334 Kazbek Mountain (Russia) 42.4200 44.3100 5033 RS S 37367 Botlih(Russian Federation, Eu) 42.4100 46.1200 980 RS S 37379 Poti (Georgia) 42.0858 41.4135 1 GG S 37380 Miha Chakaja (Georgia) 42.1600 42.0400 34 GG S 37385 Samtredia (Georgia) 42.1100 42.2200 26 GG UGGG S 37386 Culukidze (Russia) 42.1800 42.2500 114 RS S 37388 Lanchkhuti (Russia) 42.0500 42.0000 20 RS S 37390 Orpiri (Russia) 42.2000 42.4900 175 RS S 37393 Tkibuli (Georgia) 42.2000 42.5900 541 GG UGGG S 37395 Kutaisi (Georgia) 42.1522 42.3800 113 GG UGGG S 37403 Sachkhere (Georgia) 42.2100 43.2500 455 GG S 37404 Zestafont (Georgia) 42.0800 43.0100 148 GG S 37409 Mta-Sabueti (Georgia) 42.0200 43.2900 1246 GG S 37416 Chinvaly (Georgia) 42.1400 43.5900 871 GG UGGG S 37417 Khashuri (Georgia) 42.0000 43.3700 690 GG S 37429 Leningori (Russia) 42.0700 44.2900 760 RS S 37432 Pasanauri (Georgia) 42.2135 44.4112 1072 GG UGGG S 37437 Duseti (Georgia) 42.0500 44.4200 902 GG UGGG S 37439 Tianeti (Georgia) 42.0700 44.5800 1091 GG UGGG S 37448 Akhmeta (Russia) 42.0200 45.1300 546 RS S 37463 Gunib(Russian Federation, Eur) 42.2400 46.5800 1409 RS S 37470 Derbent(Russian Federation, E) 42.0400 48.1800 -17 RS S 37471 Bujnaksk(Russian Federation, ) 42.4900 47.0700 466 RS S 37472 Mahachkala(Russian Federation) 43.0000 47.3000 -19 RS S 37473 Izberg(Russian Federation, Eu) 42.3200 47.5500 -16 RS S

37475 Sergokala (Russia) 42.2700 47.4000 519 RS S 37481 Kobuleti (Georgia) 41.5240 41.4700 7 GG S 37483 Anaseuli (Georgia) 41.5500 41.5900 174 GG UGGG S 37484 Batumi (Georgia) 41.3800 41.3600 7 GG UGGG S 37492 Bakhmaro (Georgia) 41.5100 42.1900 1924 GG S 37498 Khulo (Georgia) 41.3900 42.1900 946 GG S 37503 Abastumani (Russia) 41.4300 42.5000 1265 RS S 37506 Ahalcihe (Russia) 41.3800 42.5900 982 RS S 37507 Adigeni (Russia) 41.4200 42.4200 1185 RS S 37508 Vale(Russian Federation, Euro) 41.3700 42.5200 1097 RS S 37513 Tsipa (Russia) 42.0100 43.2700 673 RS S 37514 Akhaltsikhe (Georgia) 41.3900 43.0042 994 GG S 37515 Borzomi (Russia) 41.5000 43.2300 794 RS S 37524 Bakuriani (Russia) 41.4300 43.3100 1665 RS S 37525 Tabatskuri Lake (Russia) 41.3900 43.3700 1995 RS S 37531 Gori (Georgia) 41.5983 44.0683 609 GG UGGG S 37535 Manglisi (Georgia) 41.4200 44.2300 1195 GG UGGG S 37537 Calka (Georgia) 41.3600 44.0500 1458 GG S 37539 Tetri-Tskaro (Russia) 41.3300 44.2800 1140 RS S 37541 UGMM Muhrani (Georgia) 41.5600 44.3500 551 GG UGGG S 37545 Tbilisi (Georgia) 41.4500 44.4600 428 GG UGGG S 37549 Tbilisi (Georgia) 41.4100 44.5700 462 GG UGGG S 37553 Telavi (Georgia) 41.5600 45.3073 566 GG UGGG S 37556 Sagaredzo (Georgia) 41.4400 45.2000 806 GG UGGG S 37563 Kvareli (Georgia) 41.5800 45.5000 449 GG UGGG S 37566 Gurdzhaani (Russia) 41.4500 45.4800 410 RS S 37572 Lagodehi (Georgia) 41.4900 46.1800 435 GG UGGG S 37575 Zakatala (Azerbaijan) 41.4000 46.3900 490 AJ S 37577 Cnoris (Azerbaijan) 41.3600 46.0300 291 AJ S 37578 Danachy (Russia) 41.3300 46.2500 213 RS S 37579 Alibay (Azerbaijan) 41.3900 46.4300 1746 AJ S 37590 Saribash (Azerbaijan) 41.3200 47.0400 1794 AJ S 37597 Kasumkent(Russian Federation,) 41.4000 48.0300 477 RS S 37602 Akhalkalaki (Georgia) 41.2500 43.2900 1716 GG S 37609 Ashotsk (Armenia) 41.0200 43.5258 2012 AW S 37618 Kalinino (Armenia) 41.0700 44.1700 1507 AW S 37621 Bolnisi (Georgia) 41.2700 44.3355 537 GG UGGG S 37626 Bagratashen (Armenia) 41.1500 44.4900 451 AW UGGG S 37627 Odzun (Armenia) 41.0355 44.3682 1105 AW UGGG S 37632 Gardabani (Georgia) 41.2700 45.0600 303 GG UGGG S 37636 Jeyranchel (Azerbaijan) 41.1800 45.2800 421 AJ S 37639 Agstapha (Azerbaijan) 41.0800 45.2500 333 AJ S 37642 Tovuz (Azerbaijan) 41.0600 45.3300 333 AJ S 37651 Dedoplistskaro(Russian Federa) 41.2800 46.0500 801 RS S 37661 Shaki (Azerbaijan) 41.1300 47.1000 641 AJ S 37663 Ahty(Russian Federation, Euro) 41.2800 47.4500 1015 RS S 37668 Oguz (Azerbaijan) 41.0400 47.2800 598 AJ S 37670 Nabran (Azerbaijan) 41.4700 48.4200 -15 AJ S 37673 Khachmaz Aerodrome(Azerbaijan) 41.2500 48.5300 27 AJ S 37674 Giriz (Azerbaijan) 41.1300 48.1400 2071 AJ S 37675 Guba (Azerbaijan) 41.2200 48.3100 552 AJ S 37676 Khinalig (Azerbaijan) 41.1100 48.0800 2305 AJ S 37677 Khaltan (Azerbaijan) 41.0000 48.4200 1107 AJ S 37682 Amasia (Armenia) 40.5698 43.4700 1876 AW S 37686 UDSG Gumri (Armenia) 40.4627 43.5137 1513 AW S 37689 Artik (Armenia) 40.3755 43.5718 1724 AW S 37690 Tcahkahovit (Armenia) 40.3800 44.1320 2101 AW S 37693 Stepanavan (Armenia) 41.0000 44.2435 1397 AW S 37694 Pushkini Iernantck (Armenia) 40.5453 44.2600 2066 AW S 37695 Spitak (Armenia) 40.5000 44.1600 1555 AW S 37698 Hankavan (Armenia) 40.3800 44.2900 1992 AW S 37699 Aparan (Armenia) 40.3232 44.2345 1889 AW S 37704 Vanadzor (Armenia) 40.5032 44.2617 1376 AW S 37706 Dilidjan (Armenia) 40.4452 44.5182 1256 AW S 37708 Semyonovka (Armenia) 40.3960 44.5400 2104 AW S 37709 Sevan (Armenia) 40.3300 44.5600 1937 AW S 37711 Idjevan (Armenia) 40.5200 45.0900 732 AW S 37713 Berd (Armenia) 40.5500 45.2800 697 AW S

37717 Sevan (Armenia) 40.3400 45.0050 1917 AW S 37719 Chambarak (Armenia) 40.3560 45.2135 1853 AW S 37729 Gadabay (Azerbaijan) 40.4100 45.4900 1476 AJ S 37734 Shamkir (Azerbaijan) 40.5000 46.0200 410 AJ S 37735 Gyanja (Azerbaijan) 40.4300 46.2500 311 AJ S 37736 Gyanca (Azerbaijan) 40.4400 46.2400 328 AJ S 37740 Gabala (Azerbaijan) 40.5900 47.5200 682 AJ S 37744 Mingachevir (Azerbaijan) 40.4600 47.0300 94 AJ S 37746 Naftalan Airport (Azerbaijan) 40.3600 46.4800 201 AJ S 37747 Evlakh (Azerbaijan) 40.3700 47.0900 15 AJ S 37749 Gyoychay (Azerbaijan) 40.3900 47.4500 95 AJ S 37750 Ismailly (Azerbaijan) 40.4700 48.0800 550 AJ S 37753 Altiagach (Azerbaijan) 40.5200 48.5600 1082 AJ S 37756 Maraza (Azerbaijan) 40.3200 48.5600 755 AJ S 37759 Shamakhy (Azerbaijan) 40.3800 48.3800 892 AJ S 37769 Sumgait (Azerbaijan) 40.3600 49.3800 -19 AJ S 37770 Aparan Jrambar (Armenia) 40.5700 43.4678 1842 AW S 37772 Talin (Armenia) 40.2313 43.5342 1637 AW S 37781 Aragac h/m (Armenia) 40.2847 44.1100 3227 AW S 37782 Amberd (Armenia) 40.2313 44.1562 2071 AW S 37783 Merdzavan (Armenia) 40.1113 44.2400 942 AW S 37785 Ashtarak (Armenia) 40.1738 44.2100 1090 AW S 37786 Egvard (Armenia) 40.1900 44.2900 1336 AW S 37787 Armavir (Armenia) 40.0800 43.5420 861 AW S 37788 UDYZ Yerevan (Armenia) 40.0900 44.2423 854 AW S 37789 UGEE Yerevan Arabkir (Armenia) 40.1200 44.3178 1013 AW S 37791 Lusavan/Charentsava (Armenia) 40.2400 44.4008 1780 AW S 37792 Hrazdan (Armenia) 40.3000 44.4600 1765 AW S 37801 Kamo (Armenia) 40.2100 45.0800 1960 AW S 37802 Shorja (Armenia) 40.3000 45.1600 1917 AW S 37808 Martuni (Armenia) 40.0800 45.1800 1943 AW S 37813 Shamkir Gyol-Gyol (Azerbaijan) 40.3000 45.5300 2478 AJ S 37815 Mec Mazra (Armenia) 40.1242 45.4588 1934 AW S 37816 Dashkasan (Azerbaijan) 40.2800 46.0500 1658 AJ S 37825 Gyoy-Gyol (Azerbaijan) 40.2500 46.2000 1602 AJ S 37831 Tartar (Azerbaijan) 40.2100 47.0100 227 AJ S 37832 Barda (Azerbaijan) 40.2200 47.0700 69 AJ S 37835 Zardab (Azerbaijan) 40.1200 47.1300 -5 AJ S 37843 Sabirabad (Azerbaijan) 40.0100 48.2800 -15 AJ S 37844 Kurdamir (Azerbaijan) 40.2000 48.1000 4 AJ S 37849 Gazimammad (Azerbaijan) 40.0100 48.5500 -5 AJ S 37850 Baku (Azerbaijan) 40.2100 49.5000 5 AJ S 37851 Baku (Azerbaijan) 40.2500 49.4700 85 AJ S 37852 Shubany (Azerbaijan) 40.2200 49.4600 224 AJ S 37853 Baku/Zabrat (Azerbaijan) 40.3000 49.5900 -5 AJ S 37860 Mashtaga (Azerbaijan) 40.3200 50.0000 28 AJ S 37861 Neft Dashlary (Azerbaijan) 40.1400 50.4900 -15 AJ S 37864 UBBB Baku/Bine (Azerbaijan) 40.2700 50.0400 0 AJ S 37866 Pirallahi (Azerbaijan) 40.2800 50.1900 -24 AJ S 37869 Chilov Island (Azerbaijan) 40.2000 50.3700 -17 AJ S 37871 Artashat (Armenia) 39.5593 44.3128 829 AW S 37872 Urcadzor (Armenia) 39.5528 44.4970 1064 AW S 37873 Yanikh (Armenia) 39.5727 45.1477 2334 AW S 37874 Ararat (Armenia) 39.4900 44.3473 818 AW S 37875 Areni (Armenia) 39.4300 45.0300 1009 AW S 37876 Ehgnadzor (Armenia) 39.4600 45.2000 1317 AW S 37877 Sharur (Azerbaijan) 39.3300 44.5800 813 AJ S 37878 Ananun Iernantck (Armenia) 40.5700 45.0410 2122 AW S 37880 Vorotani Lernantck (Armenia) 39.4215 45.4375 2387 AW S 37882 Djermuk (Armenia) 39.5000 45.4022 2064 AW S 37883 Istisu (Azerbaijan) 39.5600 45.5800 2257 AJ S 37893 Agdam (Azerbaijan) 39.5900 46.4500 252 AJ S 37895 Khankandy (Azerbaijan) 39.4900 46.4500 827 AJ S 37896 Khojaly (Azerbaijan) 39.5400 46.4700 611 AJ S 37897 Sisian (Armenia) 39.3050 46.0202 1580 AW S 37898 Lachin (Azerbaijan) 39.3900 46.3200 1099 AJ S 37899 Shusha (Azerbaijan) 39.4600 46.4500 1355 AJ S 37901 Khojavand (Azerbaijan) 39.4700 47.0600 399 AJ S

37905 Beylagan (Azerbaijan) 39.4600 47.4500 71 AJ S 37907 Fizuli (Azerbaijan) 39.3600 47.0900 439 AJ S 37912 Jafarkhan (Azerbaijan) 39.5600 48.3200 -15 AJ S 37913 Salyan (Azerbaijan) 39.3500 48.5800 -21 AJ S 37914 Imishly (Azerbaijan) 39.5200 48.0300 -1 AJ S 37923 Alat (Azerbaijan) 39.5800 49.2400 -16 AJ S 37925 Neftchala (Azerbaijan) 39.2400 49.1500 -24 AJ S 37936 Nakhchivan (Azerbaijan) 39.1200 45.2500 885 AJ S 37941 Shahbuz (Azerbaijan) 39.2400 45.3400 1195 AJ S 37946 Paragachay (Azerbaijan) 39.0700 45.5900 2223 AJ S 37947 Julfa (Azerbaijan) 38.5700 45.3800 717 AJ S 37950 Kadjaran (Armenia) 39.0900 46.0893 1843 AW S 37952 Kalvaz (Azerbaijan) 38.4000 48.2300 1832 AJ S 37953 Goris (Armenia) 39.3100 46.2083 1550 AW S 37957 Ordubad (Azerbaijan) 38.5500 46.0100 787 AJ S 37958 Megri (Armenia) 38.5400 46.1462 627 AW S 37959 Kapan (Armenia) 39.1200 46.2677 705 AW S 37968 Minjivan (Azerbaijan) 39.0000 46.4000 315 AJ S 37972 Bilasuvar (Azerbaijan) 39.2800 48.3300 3 AJ S 37978 Gyoytapa (Azerbaijan) 39.4200 48.3600 4 AJ S 37981 Yardimly (Azerbaijan) 38.5400 48.1500 794 AJ S 37984 Lerik (Azerbaijan) 38.4600 48.2400 1113 AJ S 37985 Lankaran (Azerbaijan) 38.4400 48.5000 -12 AJ S 37989 Astara (Azerbaijan) 38.2700 48.5300 -22 AJ S 38001 Fort Sevcenko (Kazakhstan) 44.3300 50.1500 -25 KZ UAAA S 38002 Tuscikuduk(Russian Federation) 44.4400 51.5800 56 RA S 38019 Duken(Russian Federation, Asi) 44.1900 54.3600 143 RA S 38023 Karakapalkia (Uzbekistan) 44.5100 56.2000 125 UZ UTTW S 38044 Ujaly (Russia) 44.3500 61.0900 55 RA F 38049 Cirik-Rabat (Russia) 44.0400 62.5400 88 RA F 38051 Karak (Russia) 44.5300 63.1000 92 RA F 38062 UAOO Kyzylorda (Kazakhstan) 44.5100 65.3000 130 KZ UAAA F 38064 Kyzylorda (Kazakhstan) 44.4600 65.3100 133 KZ UAAA F 38069 Ciili (Kazakhstan) 44.1000 66.4500 153 KZ UAAA F 38081 Tasty (Russia) 44.4800 69.0700 190 RA F 38082 Kzyl-Orda (Russia) 49.4900 65.3000 128 RA F 38091 Ulanbel (Russia) 44.4800 71.0400 266 RA F 38111 Sevcenko (Russia) 43.3500 51.0500 -15 RA S 38141 Jaslyk (Uzbekistan) 43.5300 57.5300 127 UZ UTTW S 38146 Mujnak (Uzbekistan) 43.4700 59.0200 54 UZ UTTW S 38149 Kungrad (Uzbekistan) 43.0500 58.5600 60 UZ UTTW S 38162 Cabankazgan (Russia) 43.3600 61.5600 64 RA F 38178 Ak-Bajtal (Uzbekistan) 43.0900 64.2000 237 UZ UTTW F 38196 Acisaj (Kazakhstan) 43.3300 68.5400 822 KZ UAAA F 38198 Turkestan (Kazakhstan) 43.1600 68.1300 207 KZ UAAA F 38203 Ujuk(Russian Federation, Asia) 43.4700 70.5600 366 RA F 38207 Cajan (Russia) 43.0200 69.2200 365 RA F 38220 Manas (Kyrgyzstan) 42.5100 74.5200 626 KY F 38222 Novo-Troick (Kazakhstan) 43.4200 73.4700 456 KZ UAAA F 38232 Ak-Kuduk (Kazakhstan) 42.5800 54.0700 78 KZ UAAA S 38261 Ak-Depe (Turkmenistan) 42.0300 59.2200 74 TR S 38262 Cimbaj (Uzbekistan) 42.5700 59.4800 93 UZ UTTW S 38264 Nukus (Uzbekistan) 42.2900 59.3700 75 UZ UTTW S 38267 Keneurgench (Turkmenistan) 42.1800 59.0800 71 TR S 38284 Kul-Kuduk (Russia) 42.3200 63.1700 333 RA F 38316 Arys' (Russia) 42.2600 68.4800 240 RA F 38317 Bajrkum (Russia) 42.0400 68.0700 238 RA F 38328 UAII Shymkent (Kazakhstan) 42.1900 69.4200 604 KZ UAAA F 38334 Vannovka (Kazakhstan) 42.2900 70.1800 808 KZ UAAA F 38339 Olbaing (Uzbekistan) 42.1000 70.5300 2162 UZ UTTW F 38341 UADD Dzambul (Kazakhstan) 42.5100 71.2300 655 KZ UAAA F 38343 Lugovaja (Kazakhstan) 42.5700 72.4500 683 KZ UAAA F 38345 Talas (Kyrgyzstan) 42.3100 72.1300 1218 KY UAFF F 38352 Belovodskoe (Russia) 42.5100 74.0600 726 RA F 38353 UAFF Bishkek (Kyrgyzstan) 42.5100 74.3200 760 KY UAFF F 38358 Susamyr (Russia) 42.0900 73.5900 2092 RA F 38367 Karabogazkel (Turkmenistan) 41.0300 52.5500 -22 TR UTAA S 38383 Shasenem (Turkmenistan) 41.3500 58.4300 62 TR UTAA S

38388 Ekedge (Turkmenistan) 41.0200 57.4600 62 TR UTAA S 38392 UTAT Dashkhovuz (Turkmenistan) 41.4500 59.4900 82 TR UTAA S 38396 Urgench (Uzbekistan) 41.3400 60.3800 100 UZ UTTW F 38403 Buzaubaj (Uzbekistan) 41.4500 62.2800 97 UZ UTTW F 38413 UTSM Tamdy (Uzbekistan) 41.4400 64.3700 236 UZ UTTW F 38423 Toruk (Russia) 41.4800 66.4300 202 RA F 38427 Machialuk (Uzbekistan) 41.0300 65.1700 199 UZ UTTW F 38439 Chardara (Kazakhstan) 41.2200 68.0000 275 KZ UAAA F 38457 UTTT Tashkent (Uzbekistan) 41.2000 69.1800 477 UZ UTTW F 38462 Pskem (Uzbekistan) 41.5400 70.2200 1255 UZ UTTW F 38466 Ters(Russian Federation, Asia) 41.4000 70.4300 1759 RA F 38473 Toktogul (Russia) 41.5000 72.5200 986 RA F 38474 Urta-Tokaiskoe (Russia) 41.2200 71.2700 1120 RA F 38475 Andizan (Uzbekistan) 40.4400 72.1900 475 UZ UTTW F 38507 UTAK Krasnovodsk (Turkmenistan) 40.0300 53.0000 82 TR UTAA S 38511 Chagyl (Turkmenistan) 40.4700 55.2000 115 TR UTAA S 38527 Davaly (Turkmenistan) 40.0400 57.2300 47 TR UTAA S 38529 Deverze (Turkmenistan) 40.1100 58.2900 84 TR UTAA S 38545 Dargan-Ata (Turkmenistan) 40.2800 62.1700 142 TR UTAA F 38551 Djangeldy (Uzbekistan) 40.5100 63.2000 206 UZ UTTW F 38553 Ajakasetma (Uzbekistan) 40.4100 64.2900 217 UZ UTTW F 38565 Nurata (Uzbekistan) 40.3300 65.4100 484 UZ UTTW F 38567 UTSA Navoi (Uzbekistan) 40.0800 65.2100 340 UZ UTTW F 38579 UTED Dzizak (Uzbekistan) 40.0700 67.5000 343 UZ UTTW F 38582 Pahta-Aral (Russia) 40.5000 68.3000 266 RA F 38583 Syr-Dar'ja (Uzbekistan) 40.4900 68.4100 263 UZ UTTW F 38589 Jangier (Uzbekistan) 40.1700 68.5000 316 UZ UTTW F 38598 Kajrakkumskoe Vodohranilishche 40.1600 69.4900 347 UZ UTTW F 38599 UTDL Khudjand (Tajikistan) 40.1300 69.4400 427 TA UTDD F 38602 Dzarbulak (Russia) 40.4800 70.3800 699 RA F 38606 Kokand (Uzbekistan) 40.3300 70.5700 399 UZ UTTW F 38609 Isfara (Tajikistan) 40.0800 70.3600 873 TA UTDD F 38611 UTFN Namangan (Uzbekistan) 41.0000 71.3500 474 UZ UTTW F 38613 Dzalal-Abad (Kyrgyzstan) 40.5500 72.5700 765 KY UAFF F 38615 Os (Kyrgyzstan) 40.3200 72.4800 887 KY UAFF F 38616 Kara-Suu (Kyrgyzstan) 40.4200 72.5400 868 KY UAFF F 38618 Fergana (Uzbekistan) 40.2300 71.4500 577 UZ UTTW F 38627 Gulca (Russia) 40.1900 73.3300 1555 RA F 38634 Nebitdag (Turkmenistan) 39.3000 54.2000 -8 TR UTAA S 38637 Ogryda (Turkmenistan) 39.0600 53.0600 -26 TR UTAA S 38641 Jasga (Turkmenistan) 39.4100 55.3400 -9 TR UTAA S 38647 Kazandzik (Turkmenistan) 39.1500 55.3100 31 TR UTAA S 38656 Erbent (Turkmenistan) 39.1900 58.3600 87 TR UTAA S 38665 Akmolla (Turkmenistan) 39.3500 59.5700 108 TR UTAA S 38683 UTSB Buhara (Uzbekistan) 39.4300 64.3700 224 UZ UTTW F 38684 Djachev (Turkmenistan) 39.1900 63.1200 182 TR UTAA F 38685 Karakul' (Uzbekistan) 39.3000 63.5100 196 UZ UTTW F 38687 UTAV Cardzou (Turkmenistan) 39.0500 63.3600 190 TR UTAA F 38696 UTSS Samarkand (Uzbekistan) 39.3800 66.5700 725 UZ UTTW F 38705 Pendzikent (Tajikistan) 39.3000 67.3600 1015 TA F 38713 Ura-Tyube (Tajikistan) 39.5400 68.5900 1004 TA UTDD F 38715 Sahristan Pass (Tajikistan) 39.3400 68.3500 3143 TA F 38716 Songiston (Russia) 39.2300 68.3700 1522 RA F 38718 Iskanderkul (Tajikistan) 39.0600 68.2300 2204 TA F 38719 Anzobskij Pereval (Tajikistan) 39.0500 68.5200 3373 TA F 38725 Madrushkat (Tajikistan) 39.2600 69.4000 2234 TA F 38734 Dehavz (Tajikistan) 39.2700 70.1200 2561 TA F 38744 Lahsh (Tajikistan) 39.1700 71.5200 1198 TA F 38745 Sary-Tas (Russia) 39.4400 73.1600 3155 RA F 38750 Esengyly (Turkmenistan) 37.2800 53.5800 -22 TR UTAA S 38755 Bygdaili (Turkmenistan) 38.3200 54.1800 -1 TR UTAA S 38756 Bekibent (Turkmenistan) 38.3700 55.1100 206 TR UTAA S 38759 Gyzyletrek (Turkmenistan) 37.3700 54.4700 29 TR UTAA S 38763 Kizyl-Arvat (Turkmenistan) 38.5900 56.1700 92 TR UTAA S 38767 Garryqala (Turkmenistan) 38.2600 56.1800 312 TR UTAA S 38773 Bokyrdak (Turkmenistan) 38.4500 58.2800 84 TR UTAA S 38774 Bakharden (Turkmenistan) 38.2600 57.2500 159 TR UTAA S 38791 Cheshme (Turkmenistan) 38.4100 61.1200 147 TR UTAA F

38799 Uc-Adzi (Turkmenistan) 38.0500 62.4800 185 TR UTAA F 38804 Repetek (Turkmenistan) 38.3400 63.1100 185 TR UTAA F 38806 Burdalyk (Turkmenistan) 38.2800 64.2200 212 TR UTAA F 38812 UTSK Karshi (Uzbekistan) 38.4500 65.4300 375 UZ UTTW F 38815 Guzar (Uzbekistan) 38.3700 66.1600 523 UZ UTTW F 38816 Minchikur (Uzbekistan) 38.3900 66.5600 2132 UZ UTTW F 38818 Akrabat (Uzbekistan) 38.1500 66.5000 1599 UZ UTTW F 38829 Denau (Uzbekistan) 38.1600 67.5400 516 UZ UTTW F 38835 Sahrinau (Russia) 38.3400 68.2000 821 RA F 38836 UTDD Dushanbe (Tajikistan) 38.3500 68.4400 800 TA UTDD F 38838 Gandzhina (Tajikistan) 37.5800 68.3800 752 TA UTDD F 38840 Nurek (Russia) 38.2500 69.2100 549 RA F 38844 Sanglok (Tajikistan) 38.1500 69.1400 2239 TA F 38846 Khovaling (Tajikistan) 38.2200 69.5900 1468 TA F 38847 Dangara (Tajikistan) 38.0400 69.1700 669 TA F 38848 Kangurt (Russia) 38.1500 69.3100 908 RA F 38851 Rasht (Tajikistan) 39.0000 70.1800 1316 TA F 38856 Darvaz (Tajikistan) 38.2800 70.5300 1288 TA F 38862 Fedcenko Glacier (Russia) 38.5500 72.1000 4169 RA F 38867 Humragi (Russia) 38.1700 71.2000 1737 RA F 38869 Irht (Tajikistan) 38.1000 72.3800 3276 TA F 38871 Karakul Lake (Russia) 39.0500 73.2500 3930 RA F 38875 Karakul (Tajikistan) 39.0100 73.3300 3930 TA F 38878 Murgab (Tajikistan) 38.1000 73.5800 3576 TA F 38880 UTAA Ashgabat Keshi (Turkmenistan) 37.5500 58.0800 312 TR UTAA S 38885 Kaka (Turkmenistan) 37.2100 59.3800 308 TR UTAA S 38886 Tedzen (Turkmenistan) 37.2300 60.3100 186 TR UTAA F 38895 Bajram-Ali (Turkmenistan) 37.3600 62.1100 240 TR UTAA F 38899 Ilotan (Turkmenistan) 37.1800 62.2500 259 TR UTAA F 38911 Kerki (Turkmenistan) 37.5000 65.1200 240 TR UTAA F 38915 Carsanga (Turkmenistan) 37.3100 66.0100 265 TR UTAA F 38921 Sirabad (Uzbekistan) 37.4000 67.0100 409 UZ UTTW F 38927 UTST Termez (Uzbekistan) 37.1700 67.1900 311 UZ UTTW F 38930 Ajvadz (Russia) 36.5900 68.0200 349 RA F 38932 Gandzhina (Tajikistan) 37.5700 68.3400 752 TA F 38933 Kurgan-Tyube (Tajikistan) 37.4900 68.4700 427 TA UTDD F 38937 Shaartuz (Tajikistan) 37.1900 68.0800 380 TA UTDD F 38943 Kulyab (Tajikistan) 37.5500 69.4700 659 TA UTDD F 38944 Parkhar (Tajikistan) 37.2900 69.2300 447 TA UTDD F 38947 Pyandj (Tajikistan) 37.1400 69.0500 327 TA UTDD F 38951 Rushan (Tajikistan) 37.5700 71.3300 1981 TA UTDD F 38954 Khorog (Tajikistan) 37.3000 71.3000 2075 TA UTDD F 38956 Bulun-Kul (Russia) 37.4200 72.5700 3744 RA F 38957 Iskasim (Tajikistan) 36.4300 71.3600 2523 TA F 38974 Serahs (Turkmenistan) 36.3200 61.1300 275 TR UTAA F 38987 Kuska (Turkmenistan) 35.1700 62.2100 625 TR UTAA F 38989 Tagtabazar (Turkmenistan) 35.5700 62.5500 349 TR UTAA F 38998 Lekker (Turkmenistan) 36.1600 63.4200 787 TR UTAA F * * Syria * 40001 OSKL Kamishli(Syrian Arab Republic) 37.0300 41.1300 455 SY S 40005 Jarablus(Syrian Arab Republic) 36.4900 38.0000 351 SY S 40007 OSAP Aleppo (Syrian Arab Republic) 36.1100 37.1200 384 SY S 40009 Tel Abiad(Syrian Arab Republi) 36.4200 38.5700 349 SY S 40016 Hassakah(Syrian Arab Republic) 36.3000 40.4500 308 SY S 40017 Edleb (Syrian Arab Republic) 35.5600 36.3700 451 SY S 40022 Lattakia(Syrian Arab Republic) 35.3200 35.4600 7 SY S 40025 Basel Assad(Syrian Arab Repub) 35.2400 35.5600 50 SY S 40027 Etheria (Syrian Arab Republic) 35.2400 37.5100 460 SY S 40029 Salamya (Syrian Arab Republic) 35.0000 37.0200 481 SY S 40030 Hama (Syrian Arab Republic) 35.0700 36.4500 303 SY S 40039 Raqqa (Syrian Arab Republic) 35.5600 39.0100 246 SY S 40041 Al-Rastan(Syrian Arab Republi) 34.5600 36.4400 450 SY S 40045 OSDZ Deir Ezzor(Syrian Arab Republ) 35.1900 40.0900 212 SY S 40050 Tartous (Syrian Arab Republic) 34.5300 35.5300 5 SY S 40055 Homs (Syrian Arab Republic) 34.4500 36.4300 485 SY S 40061 OSPR Palmyra (Syrian Arab Republic) 34.3300 38.1800 404 SY S

40066 Safita (Syrian Arab Republic) 34.4900 36.0800 359 SY S 40067 Sweida (Syrian Arab Republic) 32.4200 35.3600 997 SY S 40072 Abu Kamal(Syrian Arab Republi) 34.2500 40.5500 182 SY S 40080 OSDI Damascus(Syrian Arab Republic) 33.2500 36.3100 609 SY S 40083 Nabk (Syrian Arab Republic) 34.0200 36.4300 1333 SY S 40085 Sabe Abar(Syrian Arab Republi) 33.4700 37.4200 824 SY S 40087 Jabal Ettanf(Syrian Arab Repu) 33.2900 38.4000 708 SY S 40095 Dara'a (Syrian Arab Republic) 32.3600 36.0600 543 SY S * * Lebanon * 40100 OLBA Beirut (Lebanon) 33.4900 35.2900 19 LB S 40101 Houche-Al-Oumara (Lebanon) 33.4900 35.5100 920 LB S 40102 Rayack (Lebanon) 33.5200 36.0000 920 LB S 40103 OLKK Tripoli (Lebanon) 34.2700 35.4800 5 LB S 40104 Merdjayoun (Lebanon) 33.2200 35.3500 773 LB S 40105 Al-Arz (Lebanon) 34.1500 36.0300 1916 LB S 40110 Dahr Baidar (Lebanon) 33.4900 35.4600 1524 LB S * * Israel * 40153 Mt. Kenaan (Israel) 32.5800 35.3000 934 IS S 40155 LLHA Haifa (Israel) 32.4800 35.0200 8 IS S 40165 LLRD Ramat-David (Israel) 32.4000 35.1100 50 IS S 40176 LLSD Dov (Israel) 32.0600 34.4700 4 IS S 40179 Bet Dagan (Israel) 32.0000 34.4900 35 IS S 40180 LLBG Tel Aviv (Israel) 32.0000 34.5400 49 IS S 40183 Jerusalem Centre (Israel) 31.4600 35.1300 815 IS S 40184 Jerusalem (Israel) 31.5200 35.1300 757 IS S 40186 Ashdod North (Israel) 31.5200 34.4100 20 IS S 40190 Beer Sheva City (Israel) 31.1500 34.4800 280 IS S 40191 LLBS Beer-Sheva (Israel) 31.1400 34.4700 280 IS S 40198 LLOV Ovda (Israel) 30.0000 34.5000 445 IS S 40199 LLET Eilat (Israel) 29.3300 34.5700 20 IS S * * Jordan * 40215 Tulkarm (Other) 32.1900 35.0100 0 F 40223 Nablus (Other) 32.1300 35.1500 0 F 40224 Meithloun (Other) 32.2100 35.1600 0 F 40226 Jenin (Other) 32.2800 35.1800 0 F 40230 Gaza Int. Airport (Other) 31.1400 34.1600 0 F 40233 Gaza (Other) 31.3000 34.2700 0 F 40240 Hebron (Other) 31.3200 35.0600 0 F 40242 Al-arroub (Other) 31.5600 35.1300 0 F 40250 OJHR Irwaished (Jordan) 32.3000 38.1200 683 JD S 40253 Baqura (Jordan) 32.3800 35.3700 -170 JD S 40255 OJBD Irbid (Jordan) 32.3300 35.5100 616 JD S 40256 Wadi Rayan (Jordan) 32.2400 35.3500 -200 JD S 40257 Ras Muneef (Jordan) 32.2200 35.4500 1150 JD S 40260 OJHF Safawi (Jordan) 32.1200 37.0800 674 JD S 40265 OJMF Mafraq (Jordan) 32.2200 36.1500 683 JD S 40267 Wadi Dhulail (Jordan) 32.0900 36.1700 580 JD S 40268 Salt (Jordan) 32.0200 35.4400 915 JD S 40270 OJAM Amman (Jordan) 31.5900 35.5900 779 JD S 40272 OJAI Queen Alia (Jordan) 31.4300 35.5900 722 JD S 40275 Qatraneh (Jordan) 31.1500 36.0700 768 JD S 40280 OJJO Jericho (Jordan) 31.5200 35.3000 -275 JD S 40285 Deir Alla (Jordan) 32.1300 35.3700 -224 JD S 40288 Azraq South (Jordan) 31.5000 36.4900 527 JD S 40290 LLJR Jerusalem (Jordan) 31.5200 35.1300 759 JD S 40292 Er Rabbah (Jordan) 31.1600 35.4500 920 JD S 40296 Ghor El Safi (Jordan) 31.0200 35.2800 -350 JD S 40298 Tafileh (Jordan) 30.4700 35.4300 1200 JD S 40300 Shoubak (Jordan) 30.3100 35.3200 1365 JD S 40305 Jafer (Jordan) 30.1700 36.0900 853 JD S 40310 OJMN Ma'an (Jordan) 30.1000 35.4700 1069 JD S 40340 OJAQ Aqaba (Jordan) 29.3300 35.0000 51 JD S

40341 Aqaba Port (Jordan) 29.2900 34.5900 2 JD S * * Saudi Arabia * 40356 OETR Turaif (Saudi Arabia) 31.4100 38.4400 852 SD S 40357 OERR Arar (Saudi Arabia) 30.5400 41.0800 549 SD S 40360 OEGT Guriat (Saudi Arabia) 31.2400 37.1700 504 SD S 40361 OESK Al-Jouf (Saudi Arabia) 29.4700 40.0600 689 SD S 40362 OERF Rafha (Saudi Arabia) 29.3700 43.2900 444 SD S 40363 Al-Zaberah (Saudi Arabia) 28.0000 41.2700 617 SD S 40364 Jubbah (Saudi Arabia) 28.0200 40.5700 945 SD S 40366 Liss (Saudi Arabia) 31.1400 38.1200 843 SD S 40367 Qibah (Saudi Arabia) 27.2400 44.1900 476 SD F 40368 Tawqah (Saudi Arabia) 31.1300 39.1600 948 SD S 40369 Haql (Saudi Arabia) 29.3000 35.0000 2 SD S 40370 Mashthobah (Saudi Arabia) 27.2100 45.0100 244 SD F 40371 Tobage (Saudi Arabia) 29.4000 38.4300 1016 SD S 40372 Maarik (Saudi Arabia) 30.3200 38.5400 813 SD S 40373 OEPA Al Qaysumah (Saudi Arabia) 28.1900 46.0800 358 SD S 40374 Al-Muwaylah (Saudi Arabia) 27.4200 35.2900 26 SD S 40375 OETB Tabuk (Saudi Arabia) 28.2300 36.3600 768 SD S 40376 Tayma (Saudi Arabia) 27.3600 38.3400 860 SD S 40377 OEKK Hafr Al-Batin (Saudi Arabia) 27.5500 45.3100 414 SD S 40380 Al-Khafji (Saudi Arabia) 28.2400 48.3000 8 SD S 40381 Al-Hoage (Saudi Arabia) 28.5300 38.5400 884 SD S 40386 Al-Hulaifah (Saudi Arabia) 26.0000 40.4900 976 SD F 40387 Shamly (Saudi Arabia) 27.1000 40.2800 900 SD F 40388 Samera (Saudi Arabia) 26.3000 42.0700 1006 SD F 40390 Baga (Saudi Arabia) 27.5500 42.2800 683 SD S 40392 Al-Ghazalah (Saudi Arabia) 26.4700 41.1900 1189 SD F 40394 OEHL Hail (Saudi Arabia) 27.2600 41.4100 1002 SD F 40395 Hail Airport (Saudi Arabia) 27.2600 41.4100 1002 SD F 40397 Al-Jubail (Saudi Arabia) 27.0500 49.4000 1 SD F 40398 Garb (Saudi Arabia) 28.1900 38.3700 935 SD S 40399 Al-Arabiah Isl (Saudi Arabia) 27.2400 50.0600 2 SD F 40400 OEWJ Wejh (Saudi Arabia) 26.1200 36.2900 24 SD F 40401 Alula (Saudi Arabia) 26.2900 38.0700 624 SD F 40402 Tabah (Saudi Arabia) 27.0100 42.1000 1000 SD F 40404 Gassim Airport (Saudi Arabia) 26.1800 43.4600 648 SD F 40405 OEGS Gassim (Saudi Arabia) 26.1800 43.4600 648 SD F 40410 OEKB Khayber (Saudi Arabia) 25.4000 39.1800 754 SD F 40415 OEDF Dammam (Saudi Arabia) 26.2600 49.4800 12 SD F 40416 OEDR Dhahran (Saudi Arabia) 26.1600 50.1000 17 SD F 40417 King Farad int. Airport(Saudi) 26.2700 49.4900 12 SD F 40418 Al-Qatif-Gosp-3 (Saudi Arabia) 26.5000 49.5800 1 SD F 40419 Dammam (Saudi Arabia) 26.2400 50.0800 10 SD F 40420 OEAH Al Ahsa (Saudi Arabia) 25.1800 49.2900 178 SD F 40421 Hufuf (Saudi Arabia) 25.1800 49.3900 151 SD F 40422 Dammam (Saudi Arabia) 26.2400 50.1100 4 SD F 40430 OEMA Madinah (Saudi Arabia) 24.3300 39.4200 636 SD F 40432 Uqlat As Suqur (Saudi Arabia) 25.5000 42.1500 783 SD F 40433 Dukhna (Saudi Arabia) 25.2200 43.3700 700 SD F 40434 Dhariah (Saudi Arabia) 25.2200 42.4400 920 SD F 40435 Al-Dawadami (Saudi Arabia) 24.3000 44.2100 991 SD F 40436 Sajer (Saudi Arabia) 25.1000 44.3700 732 SD F 40437 OERK King Khaled (Saudi Arabia) 24.5600 46.4300 614 SD F 40438 OERY Riyadh (Saudi Arabia) 24.4200 46.4400 620 SD F 40439 OEYN Yenbo (Saudi Arabia) 24.0800 38.0400 10 SD F 40440 Yenbo (Saudi Arabia) 24.0100 38.1400 11 SD F 40441 Riyadh (Saudi Arabia) 24.3400 46.5200 561 SD F 40445 OEKJ Al-Kharj (Saudi Arabia) 24.0900 47.1900 439 SD F 40450 Al-Khusaria (Saudi Arabia) 23.4400 44.3800 1080 SD F * * Kuwait * 40550 Abdaly (Kuwait) 30.0500 47.4100 25 KW S 40551 Mitribah (Kuwait) 29.4900 47.2100 119 KW S 40552 Jal aliyah (Kuwait) 29.3700 47.3500 120 KW S

40553 Sabriyah (Kuwait) 29.4500 47.5100 0 KW S 40564 Umm Al-Aish (Kuwait) 29.4800 47.4600 34 KW S 40568 Bubiyan (Kuwait) 29.4700 48.2200 6 KW S 40569 Beacon N6 (Kuwait) 29.3400 48.1200 5 KW F 40570 Al-Salmi (Kuwait) 29.0600 46.4000 289 KW S 40571 Beacon M28 (Kuwait) 29.3100 48.3600 8 KW F 40572 South Dolphin (Kuwait) 29.2500 48.0000 7 KW F 40573 Abraque Alhabri (Kuwait) 29.1800 47.0000 237 KW S 40580 Experimental Farm (Kuwait) 29.1800 47.5600 21 KW S 40581 Shuwaikh (Kuwait) 29.2300 48.0000 7 KW S 40582 OKBK Kuwait (Kuwait) 29.1300 47.5900 47 KW S 40583 Ahmadi (Kuwait) 29.0400 48.1000 20 KW F 40584 Fahaaheel (Kuwait) 29.0400 48.0900 16 KW S 40585 Salmiyah (Kuwait) 29.2100 48.0600 8 KW S 40586 Al Jahra (Kuwait) 29.1900 47.4000 55 KW S 40587 Sulaibiya (Kuwait) 29.1600 47.4300 55 KW S 40588 Failaka Island (Kuwait) 29.2700 48.2000 7 KW F 40589 Sib Sea Island (Kuwait) 29.0700 48.1800 0 KW F 40590 Managish (Kuwait) 29.0400 47.3200 189 KW S 40591 Ahmadi Light Vessel (Kuwait) 28.5600 48.5300 0 KW F 40592 Al-Wafra (Kuwait) 28.3300 48.0400 107 KW S 40593 Julaia Port (Kuwait) 28.5200 48.1700 9 KW S 40594 Nuwasib (Kuwait) 28.3300 48.2300 20 KW S 40595 Qaruh Island (Kuwait) 28.4900 48.4600 6 KW F 40596 Umm-Al-Maradim (Kuwait) 28.4100 48.3900 8 KW F * * Iraq * 40602 Rabiah (Iraq) 36.4800 42.0600 382 IQ S 40603 Tel-Afer (Iraq) 36.2200 42.2900 373 IQ S 40604 Sinjar (Iraq) 36.1900 41.5000 583 IQ S 40605 Zakho (Iraq) 37.0800 42.4300 433 IQ S 40606 Duhook (Iraq) 36.5200 43.0000 276 IQ S 40607 Aqraa (Iraq) 36.4500 43.5300 716 IQ S 40608 KQTU Mosul (Iraq) 36.1900 43.0900 223 IQ S 40609 Tel-Abta (Iraq) 35.5500 42.4300 200 IQ S 40610 Baaj (Iraq) 36.0200 41.4400 321 IQ S 40611 Salahaddin (Iraq) 36.2300 44.1200 1075 IQ S 40612 Soran (Iraq) 36.5200 44.3800 927 IQ S 40616 Erbeel (Iraq) 36.0900 44.0000 420 IQ S 40619 Makhmoor (Iraq) 35.4500 43.3600 270 IQ S 40620 Halabcha (Iraq) 35.1200 45.5700 620 IQ S 40621 KQTX Kirkuk (Iraq) 35.2800 44.2400 331 IQ S 40622 Chamchamal (Iraq) 35.3200 44.5000 701 IQ S 40623 ORBL Sulaimaniya (Iraq) 35.3200 45.2700 843 IQ S 40627 Al-Kaem (Iraq) 34.2300 41.0100 178 IQ S 40629 Ana (Iraq) 34.2200 41.5700 175 IQ S 40631 Baiji (Iraq) 34.5400 43.3200 116 IQ S 40632 Tuz (Iraq) 34.5300 44.3900 220 IQ S 40633 Tikrit (Iraq) 34.3400 43.4200 107 IQ S 40634 Haditha (Iraq) 34.0800 42.2100 108 IQ S 40635 Samaraa (Iraq) 34.1100 43.5300 75 IQ S 40637 Kanaqin (Iraq) 34.2100 45.2300 202 IQ S 40638 Al-Khalis (Iraq) 33.5000 44.3200 44 IQ S 40640 Kilo-160 (Iraq) 33.1300 41.4700 400 IQ S 40641 Toraybeel (Iraq) 32.4300 38.4400 800 IQ S 40642 Rutbah (Iraq) 33.0200 40.1700 631 IQ S 40643 Aukashat (Iraq) 33.4800 40.0800 583 IQ S 40644 H1 (Iraq) 33.4700 41.3800 409 IQ S 40645 Ramadi (Iraq) 33.2700 43.1900 48 IQ S 40646 Heet (Iraq) 33.3800 43.4500 58 IQ S 40648 Habanyah (Iraq) 33.2300 43.3400 44 IQ S 40650 KQTZ Baghdad (Iraq) 33.1800 44.2400 32 IQ S 40653 Tickreet (Iraq) 34.3500 44.1800 107 IQ S 40655 Ainaltamer (Iraq) 32.3300 44.4300 28 IQ S 40656 Karbalaa (Iraq) 32.3400 44.0300 29 IQ S 40657 Hella (Iraq) 32.2700 44.2700 27 IQ S 40658 Nukaib (Iraq) 32.0200 42.1700 305 IQ S

40660 Azizyah (Iraq) 32.5500 45.0400 25 IQ S 40662 Badrah (Iraq) 33.0600 45.5700 64 IQ S 40664 Kut (Iraq) 32.3000 45.4900 19 IQ S 40665 Kut-Al-Hai (Iraq) 32.0800 46.0200 17 IQ S 40666 Ali-Algharbi (Iraq) 32.2800 46.4300 14 IQ S 40670 ORBN Najaf (Iraq) 31.5700 44.1900 53 IQ S 40672 Diwaniya (Iraq) 31.5700 44.5700 20 IQ S 40674 Semawa (Iraq) 31.1600 45.1600 11 IQ S 40675 Rafaei (Iraq) 31.4300 46.0600 6 IQ S 40676 ORMN Nasiriya (Iraq) 31.0100 46.1400 5 IQ S 40680 ORMA Amarah (Iraq) 31.5000 47.1000 9 IQ S 40684 Al-Salman (Iraq) 30.2900 44.3300 220 IQ S 40686 Bussaya (Iraq) 30.0600 46.0700 144 IQ S 40688 ORMS Shaibah/Basrah (Iraq) 30.2500 47.3900 19 IQ S 40689 ORMM Basrah (Iraq) 30.3100 47.4700 2 IQ S 40690 Basrah Int. Airport (Iraq) 30.3100 47.4700 3 IQ S 40691 Fao (Iraq) 29.5900 48.3000 2 IQ S 40699 Basrah port (Iraq) 29.4100 48.4800 17 IQ S * * Iran * 40700 Pars Abad Moghan (Iran) 39.3900 47.5500 32 IR S 40701 Makko (Iran) 39.2200 44.2300 1411 IR S 40703 OITK Khoy (Iran) 38.3300 44.5800 1103 IR S 40704 Ahar (Iran) 38.2600 47.0400 1390 IR S 40706 OITT Tabriz (Iran) 38.0500 46.1700 1361 IR S 40708 Ardebil (Iran) 38.1300 48.1900 1335 IR S 40710 Sarab (Iran) 37.5600 47.3200 1682 IR S 40712 OITR Orumieh (Iran) 37.3900 45.0300 1328 IR S 40713 Maragheh (Iran) 37.2100 46.1000 1478 IR S 40716 Meyaneh (Iran) 37.2700 47.4200 1110 IR S 40718 OIEP Anzali (Iran) 37.2800 49.2700 -24 IR S 40719 OIGG Rasht (Iran) 37.1900 49.3700 -9 IR S 40721 Maraveh-Tappeh (Iran) 37.5400 55.5700 460 IR S 40723 OIMN Bojnourd (Iran) 37.2800 57.2000 1091 IR S *N40725 OINE Kalaleh (Iran) 37.23 55.27 130 IR S 40726 Mohabad (Iran) 36.4500 45.4200 1352 IR S 40727 OITS Saghez (Iran) 36.1500 46.1600 1523 IR S *N40728 OINK Gonbad Ghabus (Iran) 37.15 55.06 33 IR S 40729 OITZ Zanjan (Iran) 36.4100 48.2900 1663 IR S 40731 OIIK Ghazvin (Iran) 36.1400 50.0200 1279 IR S 40732 OINR Ramsar (Iran) 36.5400 50.4000 -20 IR S 40734 OINN Noshahr (Iran) 36.3900 51.3000 -21 IR S 40736 OIEB Babulsar (Iran) 36.4300 52.3900 -21 IR S 40737 Gharakhil (Iran) 36.2700 52.4600 15 IR S 40738 OING Gorgan (Iran) 36.5100 54.1600 13 IR S 40739 OIMJ Shahrud (Iran) 36.2500 54.5700 1349 IR S 40740 Ghuchan (Iran) 37.0400 58.3000 1287 IR S 40741 Sarakhs (Iran) 36.3200 61.1000 235 IR F 40743 OIMS Sabzevar (Iran) 36.1300 57.4000 978 IR S 40745 OIMM Mashhad (Iran) 36.1600 59.3800 999 IR S 40747 OICS Sanandaj (Iran) 35.2000 47.0000 1373 IR S 40754 OIII Tehran-Mehrabad (Iran) 35.4100 51.1900 1191 IR S 40757 OIIS Semnan (Iran) 35.3500 53.2500 1127 IR S 40762 OIMH Torbat-Heydarieh (Iran) 35.1600 59.1300 1451 IR S 40763 Kashmar (Iran) 35.1200 58.2800 1110 IR S 40765 OICG Ghasre-Shirin (Iran) 34.3100 45.3500 378 IR S 40766 OICC Kermanshah (Iran) 34.2100 47.0900 1319 IR S 40767 OIHH Nowjeh (Iran) 35.1200 48.4100 1642 IR S 40768 Hamedan (Iran) 34.5200 48.3200 1741 IR S 40769 Arak (Iran) 34.0400 49.4700 1703 IR S *N40772 OIGK Kermanshan (Iran) 34.19 47.05 1295 IR S *N40775 OICJ Boroujerd (Iran) 34.54 48.38 1600 IR S 40780 Ilam (Iran) 33.3800 46.2600 1337 IR S 40782 OICK Khorram Abad (Iran) 33.2600 48.1700 1148 IR S 40783 Ali-Goodarz (Iran) 33.2400 49.4200 2022 IR S 40785 OIFK Kashan (Iran) 33.5900 51.2700 982 IR S 40789 Khor (Iran) 33.4700 55.0500 845 IR S

40791 OIMT Tabas (Iran) 33.3600 56.5500 711 IR S 40792 Ferdous (Iran) 34.0100 58.1000 1293 IR S 40794 Safi-Abad Dezful (Iran) 32.1600 48.2500 83 IR S 40795 OIAD Dezful (Iran) 32.2400 48.2300 152 IR S 40798 OIFS Shahre-Kord (Iran) 32.1700 50.5100 2049 IR S 40800 OIFM Esfahan (Iran) 32.2800 51.4000 1550 IR S 40809 OIMB Birjand (Iran) 32.5200 59.1200 1491 IR S 40811 OIAW Ahwaz (Iran) 31.2000 48.4000 22 IR S 40812 OIAI Masjed-Soleyman (Iran) 31.5600 49.1700 320 IR S 40818 OISA Abadeh (Iran) 31.1100 52.4000 2030 IR S 40821 OIYY Yazd (Iran) 31.5400 54.1700 1237 IR S 40827 Nehbandan (Iran) 31.3200 60.0200 1211 IR F 40829 OIZB Zabol (Iran) 31.0300 61.2900 489 IR F 40830 Omidieh (Iran) 30.4600 49.3900 14 IR S 40831 OIAA Abadan (Iran) 30.2200 48.1500 6 IR S *N40832 OIAM Bandar Mahshahr (Iran) 30.30 49.12 4 IR S 40833 OIAG Agha Jari (Iran) 30.4600 49.4000 27 IR S 40835 OIAH Gach Saran Du Gunbadan (Iran) 30.2600 50.4600 699 IR S 40836 Yasoge (Iran) 30.5000 51.4100 1831 IR S 40841 OIKK Kerman (Iran) 30.1500 56.5800 1754 IR S 40845 Kharg (Iran) 29.1600 50.1600 3 IR S 40848 OISS Shiraz (Iran) 29.3200 52.3600 1484 IR S 40851 Sirjan (Iran) 29.2800 55.4300 1739 IR S 40853 Baft (Iran) 29.1400 56.3400 2280 IR S 40854 OIKM Bam (Iran) 29.0500 58.2700 940 IR S 40856 OIZH Zahedan (Iran) 29.2800 60.5300 1370 IR F 40857 Bushehr (Iran) 28.5700 50.5100 8 IR S 40858 OIBB Bushehr (Iran) 28.5800 50.4900 23 IR S 40859 OISF Fasa (Iran) 28.5800 53.4100 1288 IR S 40872 Bandar-e-Dayyer (Iran) 27.5000 51.5600 4 IR S 40875 OIKB Bandar Abbas (Iran) 27.1300 56.2200 10 IR F 40876 OIKO Minab (Iran) 27.0720 57.0600 27 IR F 40877 Kahnuj (Iran) 27.5800 57.4200 470 IR S 40878 Saravan (Iran) 27.2000 62.2000 1195 IR F 40879 OIZI Iranshahr (Iran) 27.1200 60.4200 591 IR F 40882 Kish Island (Iran) 26.3000 53.5900 30 IR F 40883 OIBL Bandar Lengeh (Iran) 26.3100 54.4900 23 IR F 40888 OMSN Sir Abu Nair(United Arab Emir) 25.1392 54.1266 26 IR F 40889 Siri Island (Iran) 25.5200 54.2900 4 IR F 40890 Abu Musa (Iran) 25.5000 54.5000 6 IR F 40893 OIZJ Jask (Iran) 25.3800 57.4600 5 IR F 40897 Konarak (Iran) 25.2600 60.2200 10 IR F 40898 OIZC Chahbahar (Iran) 25.1700 60.3700 8 IR F * * Afghanistan * 40904 OAFZ Faizabad (Afghanistan) 37.0700 70.3100 1200 AH F 40905 Shighnan (Afghanistan) 37.3400 71.3000 2265 AH F 40906 Andkhoi (Afghanistan) 36.5600 65.0700 310 AH F 40908 OASG Shebirghan (Afghanistan) 36.4000 65.4300 360 AH F 40909 Qar-Qin (Afghanistan) 37.2500 66.0500 262 AH F 40911 OAMS Mazar-I-Sharif (Afghanistan) 36.4200 67.1200 378 AH F 40913 OAUZ Kunduz (Afghanistan) 36.4000 68.5500 433 AH F 40914 Baghlan-Farm (Afghanistan) 36.0600 68.3900 550 AH F 40916 Hairatan (Afghanistan) 37.1300 67.2500 300 AH F 40918 Iskachem (Afghanistan) 36.4200 71.3400 2620 AH F 40920 OAZB Zebak (Afghanistan) 36.3000 71.1500 2600 AH F 40921 Turghundi (Afghanistan) 35.1400 62.1700 680 AH F 40922 OAMN Mimana (Afghanistan) 35.5600 64.4600 815 AH F 40923 Bala-Moorghab (Afghanistan) 35.3500 63.1900 470 AH F 40925 Qaisar (Afghanistan) 35.4000 64.1600 1300 AH F 40930 North-Salang (Afghanistan) 35.1900 69.0100 3366 AH F 40931 South-Salang (Afghanistan) 35.1800 69.0400 3172 AH F 40932 OAJS Jabul-Saraj (Afghanistan) 35.0800 69.1500 1630 AH F 40935 Islam-Qala (Afghanistan) 34.3900 61.3500 800 AH F 40937 Qala-I-Now (Afghanistan) 35.0000 63.0700 914 AH F 40938 OAHR Herat (Afghanistan) 34.1300 62.1300 964 AH F 40940 Obe (Afghanistan) 34.2200 63.0900 1298 AH F

40942 OACC Chakhcharan (Afghanistan) 33.3200 65.1600 2183 AH F 40945 OABN Bamiyan (Afghanistan) 34.4900 67.4900 2550 AH F 40948 OAKB Kabul (Afghanistan) 34.3300 69.1300 1791 AH F 40949 Karizimir (Afghanistan) 34.3800 69.0300 1905 AH F 40950 Logar (Afghanistan) 34.0600 69.0300 1935 AH F 40951 Sarobi (Afghanistan) 34.3500 69.4500 1020 AH F 40952 Laghman (Afghanistan) 34.3900 70.1300 770 AH F 40953 Ghaziabad (Afghanistan) 34.1900 70.4600 510 AH F 40954 OAJL Jalalabad (Afghanistan) 34.2600 70.2800 580 AH F 40957 OASD Shindand (Afghanistan) 33.2400 62.1700 1150 AH F 40968 OAGN Ghazni (Afghanistan) 33.3200 68.2500 2183 AH F 40970 Gardiz (Afghanistan) 33.3700 69.1400 2350 AH F 40971 OAKS Khost (Afghanistan) 33.2100 69.5700 1146 AH F 40974 OAFR Farah (Afghanistan) 32.2200 62.1100 700 AH F 40977 Tirin Kot (Afghanistan) 32.3700 65.5200 1350 AH F 40980 Mokur (Afghanistan) 32.5000 67.4700 2000 AH F 40984 Urgoon (Afghanistan) 32.5500 69.0800 2262 AH F 40986 OAZG Zaranj (Afghanistan) 31.0000 61.5100 478 AH F 40988 OABT Bust (Afghanistan) 31.3300 64.2200 780 AH F 40990 OAKN Kandahar (Afghanistan) 31.3000 65.5100 1010 AH F 40996 Deshoo (Afghanistan) 30.2600 63.1800 590 AH F * * Saudi Arabia * 41001 OYAM Mukayris (Yemen) 13.5700 45.4020 2175 YE F 41006 OEMH Muwaih (Saudi Arabia) 22.2600 41.4500 971 SD F 41008 Zulm (Saudi Arabia) 22.4300 42.1000 870 SD F 41010 Layla (Saudi Arabia) 22.2000 46.4400 543 SD F 41014 Obaylah (Saudi Arabia) 21.5900 50.5600 144 SD F 41016 Shawalah (Saudi Arabia) 22.2000 54.0000 468 SD F 41018 Mahazat Al-Said1(Saudi ArabiA) 22.1500 41.3800 1394 SD F 41019 Mahazat Al-Said2(Saudi ArabiA) 22.2100 42.0400 1407 SD F 41020 Jeddah/I.E. (Saudi Arabia) 21.2500 39.1300 10 SD F 41023 Jeddah Marine (Saudi Arabia) 21.3900 39.0600 2 SD F 41024 OEJN Jeddah (Saudi Arabia) 21.4200 39.1100 17 SD F 41026 OEJD Jeddah (Saudi Arabia) 21.3000 39.1200 15 SD F 41030 OEMK Makkah (Saudi Arabia) 21.2600 39.4600 240 SD F 41031 Mina (Saudi Arabia) 21.2500 39.5200 394 SD F 41033 Muzdalifah (Saudi Arabia) 21.2300 39.5200 300 SD F 41035 Al-Hada (Saudi Arabia) 21.2000 40.1600 2089 SD F 41036 OETF Taif (Saudi Arabia) 21.2900 40.3300 1453 SD F 41055 OEBA Al Baha (Saudi Arabia) 20.1800 41.3900 1652 SD F 41056 Al-Baha a.w.s. (Saudi Arabia) 19.5800 41.3100 2395 SD F 41060 Wadi Al Dawasser(Saudi Arabia) 20.2600 44.4100 701 SD F 41061 OEWD Wadi Al Dawasser(Saudi Arabia) 20.3000 45.1500 622 SD F 41062 OESL Sulayil (Saudi Arabia) 20.2800 45.4000 616 SD F 41080 Al-Qunfudah (Saudi Arabia) 19.0700 41.0500 0 SD F 41084 OEBH Bisha (Saudi Arabia) 19.5900 42.3800 1162 SD F 41100 Al-Soudah (Saudi Arabia) 18.1800 42.2100 2869 SD F 41106 Abha sub. (Saudi Arabia) 18.1400 42.2800 2489 SD F 41112 OEAB Abha (Saudi Arabia) 18.1400 42.3900 2093 SD F 41114 OEKM Khamis Mushait (Saudi Arabia) 18.1800 42.4800 2056 SD F 41116 Sarat Abidah (Saudi Arabia) 18.0500 43.0800 2381 SD F 41120 Wadi Dilah (Saudi Arabia) 17.5900 42.2900 2381 SD F 41128 OENG Najran (Saudi Arabia) 17.3700 44.2500 1212 SD F 41136 OESH Sharurah (Saudi Arabia) 17.2800 47.0600 725 SD F 41140 OEGN Gizan (Saudi Arabia) 16.5300 42.3500 7 SD F 41141 Gizan (Saudi Arabia) 16.5400 42.3200 5 SD F * * Bahrain * 41150 OBBI Bahrain (Bahrain) 26.1600 50.3900 2 BN F * * Qatar * 41151 Jarim (Bahrain) 26.2900 50.3500 3 BN F 41152 Hawar Island (Bahrain) 25.4300 50.4700 2 BN F 41153 King Fahad Causeway (Bahrain) 26.1100 50.1900 3 BN F

41154 Jabal Al Dukhan (Bahrain) 26.0200 50.3200 135 BN F 41155 F1 (Bahrain) 26.0100 50.3000 5 BN F 41156 Ras Al Bar (Bahrain) 25.5100 50.3300 2 BN F 41160 Al Ruwais (Qatar) 26.0790 51.1160 4 QT F 41161 OTBK Al Khawr (Qatar) 25.3780 51.3040 3 QT F 41162 Al Shehaimiya (Qatar) 25.5100 50.5800 2 QT F 41164 Al Guwayriyah (Qatar) 25.5000 51.1500 18 QT F 41167 Dukhan (Qatar) 25.2400 50.4500 5 QT F 41168 Doha Port (Qatar) 25.1800 51.3300 4 QT F 41170 OTBD Doha (Qatar) 25.1500 51.3400 10 QT F 41171 Qatar University (Qatar) 25.2200 51.2900 11 QT F 41173 Al Wakrah (Qatar) 25.1100 51.3700 5 QT F 41175 Alkaranaa (Qatar) 25.0000 51.0200 49 QT F 41176 Umm Said (Qatar) 24.5400 51.3300 5 QT F 41177 Turayna (Qatar) 24.4300 51.1300 41 QT F 41178 Abu Samra (Qatar) 24.4500 50.4900 8 QT F * * UAE * 41184 OMRK Ras Al Khaimah(United Arab Em) 25.3700 55.5600 31 ER F 41194 OMDB Dubai (United Arab Emirates) 25.1500 55.2000 5 ER F 41196 OMSJ Sharja (United Arab Emirates) 25.2000 55.3100 33 ER F 41198 OMFJ Fujairah(United Arab Emirates) 25.0600 56.2000 28 ER F 41211 OMDL Delma (United Arab Emirates) 24.2820 52.1920 25 ER F 41216 OMAD Abu Dhabi(United Arab Emirate) 24.2600 54.2800 3 ER F 41217 OMAA Abu Dhabi(United Arab Emirate) 24.2600 54.3900 27 ER F 41218 OMAL Al Ain (United Arab Emirates) 24.1600 55.3600 262 ER F 41219 OMAM Abu Dhabi/Al Dhafra(United Ar) 24.1500 54.3300 23 ER F 41226 OMLW Medina Zayed(United Arab Emir) 23.3800 53.3800 130 ER F * * Oman * 41240 OOKB Khasab Port (Oman) 26.2000 56.2300 3 OM F 41241 Khasab Airport (Oman) 26.1000 56.1400 3 OM F 41242 Dina (Oman) 25.3700 56.1500 20 OM F 41244 OOBR Buraimi (Oman) 24.1400 55.4700 299 OM F 41246 OOSH Majis (Oman) 24.2800 56.3800 4 OM F 41249 Qumaira (Oman) 23.5590 56.1210 633 OM F 41252 Ibri (Oman) 23.2500 56.3100 244 OM F 41253 Rustaq (Oman) 23.2400 57.2500 322 OM F 41254 OOSQ Saiq (Oman) 23.0400 57.3800 1755 OM F 41255 Nizwa (Oman) 22.5100 57.3200 460 OM F 41256 OOMS Muscat (Oman) 23.3500 58.1700 15 OM F 41257 Samail (Oman) 23.1800 57.5600 414 OM F 41258 Qaboos Port (Oman) 23.3700 58.3400 4 OM F 41259 Jabal Shams (Oman) 23.0700 57.0900 3009 OM F 41262 OOFD Fahud (Oman) 22.2000 56.2900 170 OM F 41263 Bahla (Oman) 22.5900 57.1800 589 OM F 41264 Adam (Oman) 22.2300 57.3100 285 OM F 41265 Ibra (Oman) 22.4400 58.3000 469 OM F 41267 Qalhat (Oman) 22.3900 59.2400 12 OM F 41268 OOSR Sur (Oman) 22.3200 59.2800 14 OM F 41270 Ras Al Hadd (Oman) 22.1800 59.4800 10 OM F 41272 Suwaiq (Oman) 23.4950 57.1670 39 OM F 41275 Qarn Alam (Oman) 21.2200 57.0300 139 OM F 41276 Umzamaim (Oman) 20.4770 57.0700 126 OM F 41280 Al Amerat (Oman) 23.3000 58.2880 105 OM F 41287 Joba (Oman) 20.5100 58.1500 46 OM F 41288 OOMA Masirah (Oman) 20.4000 58.5400 19 OM F 41290 Duqm (Oman) 19.3700 57.3800 40 OM F 41291 Duqm Jaaluni Airport (Oman) 19.3070 57.3940 102 OM F 41293 Bidiya (Oman) 22.2780 58.5120 316 OM F 41295 Yaaloni (Oman) 19.5700 57.0700 153 OM F 41304 Marmul (Oman) 18.0800 55.1000 269 OM F 41312 Raysut Port (Oman) 16.5400 53.5500 33 OM F 41314 OOTH Thumrait (Oman) 17.4000 54.0100 467 OM F 41315 Qairoon Hairiti (Oman) 17.1500 54.0500 878 OM F 41316 OOSA Salalah (Oman) 17.0200 54.0500 23 OM F

* * Yemen * 41326 OYZM Al-Hazm (Yemen) 16.1200 44.4700 1900 YE F 41341 OYAS Abbs (Yemen) 16.0492 43.1002 2000 YE F 41344 Sana'A (Yemen) 15.3100 44.1100 2206 YE F 41350 OYMB - (Yemen) 15.2600 45.2000 1070 YE F 41360 Hodeidah (Yemen) 14.4500 42.5900 9 YE F 41363 Al-Bouqe (Yemen) 17.1900 44.3600 1154 YE F 41367 Thamud (Yemen) 17.2200 49.5700 610 YE F 41372 Saada (Yemen) 17.0200 43.4600 1890 YE F 41382 OYMK Mokha (Yemen) 13.1500 43.1700 4 YE F 41390 Taiz (Yemen) 13.4100 44.0800 1402 YE F 41391 Hajjah (Yemen) 15.5000 43.3500 1760 YE F 41393 Al-Jouf (Yemen) 16.0900 44.4700 1070 YE F 41396 Seiyoun (Yemen) 15.5900 48.5700 700 YE F 41398 Al-Ghaidah (Yemen) 16.0500 52.0500 42 YE F 41399 Amran (Yemen) 15.4600 44.0100 0 YE F 41404 OYSN Sana'a (Yemen) 15.3100 44.1100 2190 YE F 41407 Marib (Yemen) 15.2600 45.2000 1070 YE F 41408 Al-Mahwit (Yemen) 15.3000 43.3000 0 YE F 41416 Kamaran (Yemen) 15.2200 42.3500 15 YE F 41428 Al-Gheida (Yemen) 16.1150 52.1050 30 YE F 41431 OYHD Hodeidah (Yemen) 14.4500 42.5900 115 YE F 41434 Dhamar (Yemen) 14.3500 44.2500 2425 YE F 41436 Seiyoin (Yemen) 15.5900 48.5700 580 YE F 41437 OYAT Ataq (Yemen) 14.3100 46.5100 1067 YE F 41438 Al-Saddah (Yemen) 14.0800 44.2200 2463 YE F 41443 OYAR Riyan (Yemen) 14.3500 49.1500 25 YE F 41444 Ataq (Yemen) 14.3100 46.5100 1097 YE F 41448 Riyan (Yemen) 14.3500 49.1500 25 YE F 41451 Mukeiras (Yemen) 13.2500 45.4100 1800 YE F 41452 Ibb (Yemen) 14.0000 44.2000 1920 YE F 41453 Al-Baydha (Yemen) 14.0600 45.2600 2027 YE F 41466 OYTZ Taiz (Yemen) 13.4100 44.0800 1385 YE F 41467 ODAA Aden Khormaksar (Yemen) 12.5000 45.0200 3 YE F 41477 OYMC Mokha (Yemen) 13.1500 43.1700 3 YE F 41480 OYAA Aden (Yemen) 12.5000 45.0200 3 YE F 41482 Sahareeg (Yemen) 12.4700 45.1000 0 YE F 41494 OYSQ Socotra (Yemen) 12.3800 53.5400 47 YE F 41499 Socotra (Yemen) 12.3800 53.5400 45 YE F * * Pakistan * 41504 Gupis (Pakistan) 36.1000 73.2400 2156 PK F 41505 Hunza (Pakistan) 36.1900 74.3900 2374 PK F 41506 Chitral (Pakistan) 35.5100 71.5000 1500 PK F 41507 Timergara Obs. (Pakistan) 34.5000 71.4900 786 PK F 41508 Dir (Pakistan) 35.1200 71.5100 1370 PK F 41509 Mir Khani (Pakistan) 35.3000 71.4200 1250 PK F 41510 Kalam (Pakistan) 35.5000 72.5900 2123 PK F 41515 Drosh (Pakistan) 35.3400 71.4700 1465 PK F 41516 Gilgit (Pakistan) 35.5500 74.2000 1459 PK F 41517 Skardu (Pakistan) 35.1800 75.4100 2181 PK F 41518 Bunji (Pakistan) 35.4000 74.3800 1470 PK F 41519 Chillas (Pakistan) 35.2500 74.0600 1251 PK F 41520 Astore (Pakistan) 35.2200 74.5400 2168 PK F 41523 Saidu Sharif (Pakistan) 34.4400 72.2100 951 PK F 41524 Pattan (Pakistan) 35.0600 73.0000 752 PK F 41525 Malam Jabba (Pakistan) 34.4500 72.5400 2652 PK F 41526 Babusar (Pakistan) 35.1300 74.0600 2854 PK F 41529 Peshawar (Pakistan) 34.0200 71.5600 329 PK F 41530 OPPS Peshawar (Pakistan) 34.0100 71.3500 360 PK F 41531 Battal (Pakistan) 34.3500 73.0900 1676 PK F 41532 Muzaffar Abad (Pakistan) 34.2200 73.2900 2303 PK F 41533 OPRS Risalpur (Pakistan) 34.0400 71.5900 317 PK F 41535 Kakul (Pakistan) 34.1100 73.1500 1309 PK F 41536 Balakot (Pakistan) 34.2300 73.2100 981 PK F

41560 Parachinar (Pakistan) 33.5200 70.0500 1726 PK F 41562 Bannu (Pakistan) 33.0000 70.0600 406 PK F 41564 Kohat (Pakistan) 33.3400 71.2600 513 PK F 41565 Cherat (Pakistan) 33.4900 71.5300 1372 PK F 41571 OPRN Islamabad (Pakistan) 33.3700 73.0600 508 PK F 41573 Murree (Pakistan) 33.5500 73.2300 2127 PK F 41574 Rawalakot (Pakistan) 33.5100 73.4800 1677 PK F 41576 Mangla (Pakistan) 33.0400 73.3800 283 PK F 41577 Islamabad City (Pakistan) 33.4300 73.0600 525 PK F 41592 OPMI Mianwali (Pakistan) 32.3300 71.3100 212 PK F 41593 Sargodha (Pakistan) 32.0300 72.4000 187 PK F 41594 OPSR Sargodha (Pakistan) 32.0300 72.4000 188 PK F 41596 Met. observatory gujranwala 32.2200 74.2100 226 PK F 41597 Mandi Bahauddin (Pakistan) 32.3500 73.3000 253 PK F 41598 Jhelum (Pakistan) 32.5600 73.4300 234 PK F 41599 Sialkot Int Airport (Pakistan) 32.3200 74.0200 248 PK F 41600 Sialkot (Pakistan) 32.3000 74.3200 256 PK F 41620 OPFS Zhob (Pakistan) 31.2100 69.2800 1407 PK F 41624 OPDI Dera Ismail Khan (Pakistan) 31.4900 70.5500 173 PK F 41630 Faisal Abad (Pakistan) 31.2600 73.0600 184 PK F 41636 Jhang (Pakistan) 31.1600 72.1900 153 PK F 41638 Toba Tek Singh (Pakistan) 30.5900 72.2800 156 PK F 41640 OPLH Lahore City (Pakistan) 31.3300 74.2000 215 PK F 41641 OPLA Lahore (Pakistan) 31.3100 74.2400 217 PK F 41646 Okara (Pakistan) 30.4800 73.2600 180 PK F 41652 Dera Ghazi Khan (Pakistan) 30.0300 70.3800 125 PK F 41660 OPQT Quetta (Pakistan) 30.1500 66.5300 1589 PK F 41661 Quetta (Pakistan) 30.1600 66.5500 1621 PK F 41672 Rafiqui (Pakistan) 30.4600 72.1200 150 PK F 41675 OPMT Multan (Pakistan) 30.1200 71.2600 123 PK F 41678 Bahawalnagar (Pakistan) 29.5700 73.1500 163 PK F 41685 Bar Khan (Pakistan) 29.5300 69.4300 1098 PK F 41696 Kalat (Pakistan) 29.0200 66.3500 2017 PK F 41697 OPSB Sibi (Pakistan) 29.3300 67.5300 134 PK F 41700 Bahawalpur (Pakistan) 29.2400 71.4700 113 PK F 41701 Bahawalpur Airport (Pakistan) 29.2400 71.4700 117 PK F 41710 Nokkundi (Pakistan) 28.4900 62.4500 683 PK F 41712 Dal Bandin (Pakistan) 28.5300 64.2400 850 PK F 41715 OPJA Jacobabad (Pakistan) 28.1800 68.2800 56 PK F 41716 Rahim Yar Khan (Pakistan) 28.2600 70.1900 83 PK F 41718 Khanpur (Pakistan) 28.3900 70.4100 88 PK F 41725 Rohri (Pakistan) 27.4000 68.5400 68 PK F 41738 Turbat (Pakistan) 26.0100 63.0400 154 PK F 41739 OPPG Panjgur (Pakistan) 26.5800 64.0600 981 PK F 41744 Khuzdar (Pakistan) 27.5000 66.3800 1232 PK F 41745 Agromet Observatory, Sakrand 25.0800 68.1600 11 PK F 41746 Pad Idan (Pakistan) 26.5100 68.0800 47 PK F 41749 OPNH Nawabshah (Pakistan) 26.1500 68.2200 38 PK F 41756 OPJI Jiwani (Pakistan) 25.0400 61.4800 57 PK F 41757 Gawadar (Pakistan) 25.0800 62.2000 96 PK F 41759 Pasni (Pakistan) 25.1600 63.2900 6 PK F 41764 OPKD Hyderabad (Pakistan) 25.2300 68.2500 30 PK F 41765 Hyderabad (Pakistan) 25.2300 68.2500 0 PK F 41768 Chhor (Pakistan) 25.3100 69.4700 6 PK F 41780 OPKC Karachi (Pakistan) 24.5400 67.0800 22 PK F 41781 Karachi Masroor (Pakistan) 24.5400 66.5600 16 PK F 41782 Karachi Manora (Pakistan) 24.4800 66.5900 4 PK F 41785 Badin (Pakistan) 24.3800 68.5400 11 PK F * * Bangladesh * 41852 Thakurgaon (Bangladesh) 26.0100 88.2400 0 BW F 41858 Saidpur (Bangladesh) 25.4500 88.5500 44 BW F 41859 VGRG Rangpur (Bangladesh) 25.4400 89.1400 34 BW F 41863 Dinajpur (Bangladesh) 25.3900 88.4100 37 BW F 41883 VGBG Bogra (Bangladesh) 24.5100 89.2200 20 BW F 41884 Jamalpur (Bangladesh) 24.5600 89.5700 20 BW F 41895 VGRJ Rajshahi (Bangladesh) 24.2200 88.4200 20 BW F

41898 Serajgonj (Bangladesh) 24.2700 89.4200 16 BW F 41907 VGIS Ishurdi (Bangladesh) 24.0800 89.0300 14 BW F 41909 Tangail (Bangladesh) 24.1500 89.5600 0 BW F 41926 Chuadanga (Bangladesh) 23.3900 88.4900 12 BW F 41929 Farodpur (Bangladesh) 23.3600 89.5100 9 BW F 41936 VGJR Jessore (Bangladesh) 23.1100 89.1000 7 BW F 41946 Satkhira (Bangladesh) 22.4300 89.0500 6 BW F 41947 Khulna (Bangladesh) 22.4700 89.3200 4 BW F * * India * 41958 Mongla (Bangladesh) 22.3600 89.3000 0 BW F 42026 Gulmarg (India) 34.0300 74.2400 2655 IN F 42027 Srinagar (India) 34.0500 74.5000 1587 IN F 42029 Sonamarg (India) 34.1900 75.1900 2515 IN F 42030 Dras (India) 34.2600 75.4600 3120 IN F 42034 Leh (India) 34.0900 77.3400 3514 IN F 42042 Srinagar (India) 33.5900 74.4700 1666 IN F 42044 Qazi Gund (India) 33.3500 75.0500 1739 IN F 42045 Banihal (India) 33.3000 75.1000 1630 IN F 42056 Jammu (India) 32.4000 74.5000 323 IN F 42059 Dalhousie (India) 32.3200 75.5800 1959 IN F 42060 Kathua (India) 32.2000 75.3000 381 IN F 42062 Dharmsala (India) 32.1600 76.2300 1211 IN F 42063 Kyelong (India) 32.3500 77.0400 3166 IN F 42065 Manali (India) 32.1600 77.1000 2039 IN F 42071 VIAR Amritsar (India) 31.3800 74.5200 234 IN F 42074 Kapurthala (India) 31.2000 75.2000 229 IN F 42075 Jullundur (India) 31.2800 75.3500 0 IN F 42077 Una (India) 31.2800 76.1600 370 IN F 42078 Mandi (India) 31.4300 76.5800 761 IN F 42079 Sundernagar (India) 31.3200 76.5400 875 IN F 42080 VABI Bilaspur (India) 31.1500 76.4000 596 IN F 42081 Bhuntar (India) 31.5000 77.1000 1093 IN F 42083 Shimla (India) 31.0600 77.1000 2202 IN F 42096 Ferozepur (India) 30.5500 74.4000 200 IN F 42097 Bhatinda (India) 30.1000 74.3500 211 IN F 42099 Ludhiana (India) 30.5200 75.5600 255 IN F 42101 Patiala (India) 30.2000 76.2800 252 IN F 42103 Ambala (India) 30.2300 76.4600 273 IN F 42104 Nahan (India) 30.2400 76.4600 959 IN F 42105 Chandigarh (India) 30.4400 76.5300 347 IN F 42107 Dharmpur (India) 30.5400 77.0100 1469 IN F 42108 Uttarkashi (India) 30.4400 78.2700 1200 IN F 42110 Pauri (India) 30.0900 78.4700 1845 IN F 42111 Dehra Dun (India) 30.1900 78.0200 683 IN F 42112 Mussoorie (India) 30.2700 78.0500 2042 IN F 42114 Tehri (India) 30.2400 78.2900 770 IN F 42115 Mana 2 (India) 30.4700 79.3000 3231 IN F 42116 Joshimath (India) 30.3300 79.3400 1875 IN F 42117 Chamoli (India) 30.2400 79.2000 1160 IN F 42121 Munsyari (India) 30.0700 80.1500 2202 IN F 42122 Anupgarh (India) 29.1000 73.1000 154 IN F 42123 Ganganagar (India) 29.5500 73.5300 177 IN F 42131 VIHR Hissar (India) 29.1000 75.4400 210 IN F 42135 Sangrur (India) 30.1000 75.5000 236 IN F 42137 Karnal (India) 29.4200 77.0200 249 IN F 42139 Meerut (India) 29.0100 77.4300 222 IN F 42140 Roorkee (India) 29.5100 77.5300 273 IN F 42143 Najibabad (India) 29.3700 78.2300 270 IN F 42146 Nainital (India) 29.2400 79.2800 1953 IN F 42147 Mukteshwar Kumaon (India) 29.2800 79.3900 2311 IN F 42148 Pantnagar (India) 29.0200 79.2800 233 IN F 42151 Dharchula (India) 29.5100 80.3200 817 IN F 42165 VIBK Bikaner (India) 28.0000 73.1800 224 IN F 42170 Churu (India) 28.1500 74.5500 286 IN F 42174 Pilani (India) 28.2000 75.3500 301 IN F 42176 Rohtak (India) 28.5000 76.3500 222 IN F

42177 Narnaul (India) 28.0000 76.0500 308 IN F 42178 Gurgaon (India) 28.2500 77.0000 224 IN F 42181 VIDP New Delhi/Palam (India) 28.3400 77.0700 226 IN F 42182 VIDD New Delhi/Safdarjung (India) 28.3500 77.1200 216 IN F 42183 Bulandshahr (India) 28.2400 77.5200 218 IN F 42187 Moradabad (India) 28.5000 78.4500 202 IN F 42188 Rampur (India) 28.4500 79.0000 191 IN F 42189 VIBY Bareilly (India) 28.2200 79.2400 169 IN F 42190 Pilibhit (India) 28.3800 79.4800 188 IN F 42191 Budaun (India) 28.0300 79.0700 0 IN F 42206 Haldia (India) 22.0400 88.0400 5 IN F 42209 Tadong (India) 27.2000 85.3800 1322 IN F 42237 Phalodi (India) 27.0800 72.2200 234 IN F 42242 Nagaur (India) 27.1000 73.4000 298 IN F 42249 Sikar (India) 27.3700 75.0800 429 IN F 42255 Alwar (India) 27.3000 76.3500 271 IN F 42257 Mathura (India) 27.3000 77.4100 172 IN F 42258 Bharatpur (India) 27.1300 77.3000 176 IN F 42260 VIAG Agra (India) 27.0900 77.5800 168 IN F 42261 Agra (India) 27.1000 78.0200 169 IN F 42262 Aligarh (India) 27.5300 78.0400 191 IN F 42265 Mainpuri (India) 27.1400 79.0300 157 IN F 42266 Shahjahanpur (India) 27.5300 79.5400 155 IN F 42270 Kheri (India) 27.5400 80.4800 147 IN F 42271 Hardoi (India) 27.2300 80.1000 142 IN F 42273 Bahraich (India) 27.3400 81.3600 124 IN F 42274 Gonda (India) 27.0800 81.5800 110 IN F 42279 Basti (India) 26.4800 82.4400 90 IN F 42282 Nautanwa (India) 27.2600 83.2500 99 IN F 42295 Darjeeling (India) 27.0300 88.1600 2134 IN F 42296 Kalimpong (India) 27.0400 88.2800 1209 IN F 42299 Gangtok (India) 27.2000 88.3700 1756 IN F 42328 Jaisalmer (India) 26.5400 70.5500 257 IN F 42339 VIJO Jodhpur (India) 26.1800 73.0100 221 IN F 42343 Ajmer (India) 26.2700 74.3700 490 IN F 42348 VIJP Jaipur/Sanganer (India) 26.4900 75.4800 390 IN F 42349 Tonk (India) 26.1000 75.4500 272 IN F 42353 Supaul (India) 26.0800 86.3500 50 IN F 42354 Dholpur (India) 26.4000 77.5000 176 IN F 42358 Bhind (India) 26.3400 78.4800 168 IN F 42361 VIGR Gwalior (India) 26.1400 78.1500 207 IN F 42364 Etawah (India) 26.2700 79.0100 151 IN F 42366 Kanpur (India) 26.2600 80.2200 126 IN F 42367 VICX Kanpur/Chakeri (India) 26.2400 80.2400 126 IN F 42368 Lucknow (India) 26.5200 80.5600 111 IN F 42369 VILK Lucknow/Amausi (India) 26.4500 80.5300 124 IN F 42372 Fursatganj (India) 26.1500 81.2200 116 IN F 42374 Faizabad (India) 26.4500 82.0500 107 IN F 42375 Sultanpur (India) 26.1500 82.0000 97 IN F 42379 VEGK Gorakhpur (India) 26.4500 83.2200 77 IN F 42381 Azamgarh (India) 26.0300 83.1300 78 IN F 42382 Raxaul (India) 26.5900 84.5100 79 IN F 42383 Motihari (India) 26.4000 84.5500 67 IN F 42387 Muzaffarpur (India) 26.0700 85.2400 53 IN F 42390 Muzaffarpur (India) 26.0700 85.1900 58 IN F 42391 Darbhanga (India) 26.1000 85.5400 50 IN F 42393 Supaul (India) 26.0800 86.3500 50 IN F 42395 Forbesganj (India) 26.1800 87.1600 61 IN F 42397 Siliguri (India) 26.4000 88.2200 123 IN F 42398 VEBD Siliguri (India) 26.3800 88.1900 131 IN F 42399 Jalpaiguri (India) 26.3200 88.4300 81 IN F 42403 Cooch Behar (India) 26.2000 89.2800 43 IN F 42404 Dhubri (India) 26.0100 89.5900 35 IN F 42406 Dhubri Rupsi (India) 26.0900 89.5500 35 IN F 42435 Barmer (India) 25.4500 71.2300 193 IN F 42439 Jalore (India) 25.2100 72.3700 168 IN F 42441 Erinpura/Jawai Dam Site(India) 25.0500 73.0500 295 IN F 42447 Bhilwara (India) 25.2100 74.3800 425 IN F

42450 Bundi (India) 25.2700 75.3800 267 IN F 42452 VIKO Kota (India) 25.0900 75.5100 279 IN F 42453 Sawai Madhopur (India) 25.5900 76.2200 264 IN F 42456 Sheopur (India) 25.4000 76.4100 235 IN F 42459 Shivpuri (India) 25.2000 77.3900 464 IN F 42460 Datia (India) 25.4000 78.2800 229 IN F 42463 VIJN Jhansi (India) 25.2700 78.3700 262 IN F 42467 Nowgong (India) 25.0400 79.2700 229 IN F 42468 Orai (India) 25.5900 79.3000 145 IN F 42469 Hamirpur (India) 25.5700 80.0900 109 IN F 42471 Fatehpur (India) 25.5600 80.5000 114 IN F 42472 Pratapgarh (India) 25.5400 81.5700 99 IN F 42473 Banda (India) 25.2800 80.2200 121 IN F 42475 VIAL Allahabad/Bamhrauli (India) 25.2700 81.4400 98 IN F 42477 Jaunpur (India) 25.4500 82.4100 80 IN F 42479 VIBN Varanasi/Babatpur (India) 25.2700 82.5200 89 IN F 42482 Ghazipur (India) 25.2400 83.3300 67 IN F 42483 Varanasi (India) 25.1800 83.0100 90 IN F 42484 Ballia (India) 25.4500 84.1000 63 IN F 42487 Arrah (India) 25.3400 84.4000 59 IN F 42488 Chapra (India) 25.4700 84.4400 58 IN F 42492 VEPT Patna (India) 25.3600 85.1000 57 IN F 42498 Bhagalpur (India) 25.1400 86.5700 44 IN F 42499 Sabaur (India) 25.1400 87.0400 37 IN F 42500 Purnea (India) 25.1600 87.2800 38 IN F 42503 Malda (India) 25.0200 88.0800 31 IN F 42506 Balurghat (India) 25.1300 88.4700 26 IN F 42539 Deesa (India) 24.1200 72.1200 136 IN F 42540 Mount Abu (India) 24.3600 72.4300 1171 IN F 42542 VIUD Udaipur Dabok (India) 24.3700 73.5300 514 IN F 42543 Udaipur (India) 24.3500 73.4200 586 IN F 42546 Chittorgarh (India) 24.5300 74.3800 404 IN F 42547 Nimach (India) 24.2800 74.5400 496 IN F 42552 Chambal/Rawat Bhata (India) 24.5500 75.3500 364 IN F 42555 Jhalawar (India) 24.3200 76.1000 321 IN F 42557 Rajgarh (India) 24.0000 76.4300 382 IN F 42559 VAGN Guna (India) 24.3900 77.1900 481 IN F 42562 Tikamgarh (India) 24.4600 78.5000 330 IN F 42567 Khajuraho (India) 24.5900 79.5500 221 IN F 42570 Panna (India) 24.4300 80.1000 354 IN F 42571 VIST Satna (India) 24.3400 80.5000 316 IN F 42574 Rewa (India) 24.3200 81.1800 299 IN F 42577 Sidhi (India) 24.2500 81.5200 266 IN F 42587 Daltonganj (India) 24.0300 84.0400 221 IN F 42588 Dehri (India) 24.5500 84.1100 107 IN F 42591 VEGY Gaya (India) 24.4500 84.5700 116 IN F 42595 Jamui (India) 24.5600 86.1800 82 IN F 42599 Dumka (India) 24.1600 87.1500 149 IN F 42603 Berhampore (India) 24.0800 88.1600 19 IN F 42631 Naliya (India) 23.1500 68.5100 25 IN F 42634 VABJ Bhuj-Rudramata (India) 23.1500 69.4800 117 IN F 42638 Kandla (India) 23.0900 70.0700 33 IN F 42639 New Kandla (India) 23.0000 70.1300 23 IN F 42643 Radhanpur (India) 23.5000 71.3600 29 IN F 42647 VAAH Ahmadabad (India) 23.0400 72.3800 56 IN F 42651 Idar (India) 23.5000 73.0200 219 IN F 42652 Dungarpur (India) 23.5000 73.4000 291 IN F 42654 Gandhinagar (India) 23.1400 72.4300 82 IN F 42655 Banswara (India) 23.3300 74.2700 220 IN F 42661 Ratlam (India) 23.1900 75.0300 485 IN F 42662 Ujjain (India) 23.1100 75.4700 498 IN F 42665 Shajapur (India) 23.2600 76.1900 446 IN F 42667 VABP Bhopal/Bairagarh (India) 23.1700 77.2100 521 IN F 42669 Vidisha (India) 23.3200 77.4900 430 IN F 42671 Sagar (India) 23.5100 78.4500 555 IN F 42672 Raisen (India) 23.1900 77.5000 440 IN F 42674 Damoh (India) 23.5000 79.2700 371 IN F 42675 VAJB Jabalpur (India) 23.1200 79.5700 398 IN F

42679 Umaria (India) 23.3200 80.5300 459 IN F 42693 Ambikapur (India) 23.1000 83.1500 611 IN F 42699 Hazaribagh (India) 23.5900 85.2200 611 IN F 42700 Ranchi W. (India) 23.2600 85.2400 0 IN F 42701 VERC Ranchi M.O. (India) 23.1900 85.1900 646 IN F 42703 Dhanbad (India) 23.4700 86.2600 258 IN F 42704 VEPH Panagarh (India) 23.2800 87.2600 72 IN F 42705 Purulia (India) 23.2000 86.2500 255 IN F 42706 Bankura (India) 23.2300 87.0500 99 IN F 42707 Bankura (India) 23.1400 87.0400 99 IN F 42708 Shanti Niketan (India) 23.3900 87.4200 59 IN F 42709 Burdwan (India) 23.1300 87.5300 24 IN F 42711 Krishnanagar (India) 23.2400 88.3100 15 IN F 42714 Bagati (India) 22.5900 88.2200 12 IN F 42715 Malanjkhand (India) 22.0000 80.4200 578 IN F 42729 Mandvi (India) 22.4900 69.1600 10 IN F 42730 Okha (India) 22.2900 69.0700 7 IN F 42731 Dwarka (India) 22.2200 69.0500 11 IN F 42734 Jamnagar (India) 22.2700 70.0500 20 IN F 42737 VARK Rajkot (India) 22.1800 70.4700 138 IN F 42740 Surendranagar (India) 22.4400 71.3600 74 IN F 42744 Vallabh Vidyanagar (India) 22.3400 72.5600 43 IN F 42747 Baroda (India) 22.1800 73.1500 33 IN F 42748 Baroda (India) 22.2000 73.1600 52 IN F 42751 Dohad (India) 22.5000 74.1600 333 IN F 42752 Dhar (India) 22.3600 75.1800 583 IN F 42753 Alirajpur (India) 22.1700 74.2400 293 IN F 42754 VAID Indore (India) 22.4300 75.4800 567 IN F 42759 Kannod (India) 22.4000 76.4400 353 IN F 42763 Hoshangabad (India) 22.4600 77.4600 302 IN F 42767 Pachmarhi (India) 22.2800 78.2600 1062 IN F 42768 Chhindwara (India) 22.0600 79.0000 685 IN F 42770 Narsinghpur (India) 22.5700 79.1100 356 IN F 42771 Seoni (India) 22.0500 79.3300 619 IN F 42776 Mandla (India) 22.3500 80.2200 443 IN F 42779 Pendra (India) 22.4600 81.5400 625 IN F 42782 Bilaspur (India) 22.0600 82.1000 275 IN F 42783 Champa (India) 22.0200 82.4200 245 IN F 42790 Jashpurnagar (India) 22.5300 84.0800 771 IN F 42792 Sundargarh (India) 22.0700 84.0200 241 IN F 42793 Rourkela (India) 22.1300 84.5300 196 IN F 42795 Chaibasa (India) 22.3300 85.4900 226 IN F 42798 VEJS Jamshedpur (India) 22.4900 86.1100 143 IN F 42799 Jamshedpur (India) 22.4900 86.1100 129 IN F 42803 Midnapore (India) 22.2500 87.1900 45 IN F 42805 Uluberia (India) 22.3000 87.5700 5 IN F 42807 Calcutta/Alipore (India) 22.3200 88.2000 6 IN F 42809 VECC Calcutta/Dum Dum (India) 22.3900 88.2700 6 IN F 42810 Basirhat (India) 22.3900 88.5200 6 IN F 42811 Diamond Harbour (India) 22.1100 88.1200 7 IN F 42812 Canning (India) 22.1500 88.4000 4 IN F 42830 Porbandar (India) 21.3900 69.4000 7 IN F 42832 Keshod (India) 21.1900 70.1900 51 IN F 42834 Amreli (India) 21.3600 71.1300 115 IN F 42837 Mahuva (India) 21.0500 71.4700 9 IN F 42838 VABV Bhaunagar (India) 21.4500 72.1200 9 IN F 42840 Surat (India) 21.1200 72.5000 10 IN F 42841 Broach (India) 21.4400 73.0000 20 IN F 42846 Nandurbar (India) 21.2000 74.1500 205 IN F 42849 Khargone (India) 21.4900 75.3700 252 IN F 42851 Jalgaon (India) 21.0300 75.3400 201 IN F 42855 VAKD Khandwa (India) 21.5000 76.2200 318 IN F 42860 Betul (India) 21.5200 77.5600 653 IN F 42866 Nagpur (India) 21.0900 79.0700 312 IN F 42867 VANP Nagpur Sonegaon (India) 21.0600 79.0300 310 IN F 42871 Gondia (India) 21.2800 80.1200 313 IN F 42872 Mana (India) 21.1400 81.3900 318 IN F 42874 Pbo Raipur (India) 21.1400 81.3900 296 IN F

42875 VARP Raipur (India) 21.1300 81.4000 295 IN F 42876 Durg (India) 21.1100 81.1700 301 IN F 42883 Sambalpur (India) 21.2800 83.5800 149 IN F 42884 Raigarh (India) 21.5300 83.2300 222 IN F 42886 VEJH Jharsuguda (India) 21.5500 84.0500 230 IN F 42891 Keongjhargarh (India) 21.3700 85.3100 486 IN F 42894 Baripada (India) 21.5600 86.4600 54 IN F 42895 Balasore (India) 21.3100 86.5600 18 IN F 42900 Contai (India) 21.4700 87.4500 11 IN F 42901 Digha (India) 21.3700 87.3000 5 IN F 42903 Sagar Island (India) 21.3900 88.0300 3 IN F 42909 Veraval (India) 20.5400 70.2200 12 IN F 42914 Diu (India) 20.4300 70.5500 15 IN F 42915 Bulsar (India) 20.3700 72.5600 15 IN F 42916 Daman (India) 20.2500 72.5100 0 IN F 42920 Nasik Ozar (India) 20.0800 73.5500 609 IN F 42921 Nasik (India) 19.5800 73.4900 601 IN F 42925 Malegaon (India) 20.3300 74.3200 437 IN F 42931 Buldana (India) 20.3200 76.1400 650 IN F 42933 Akola (India) 20.4200 77.0200 282 IN F 42934 VAAK Akola (India) 20.4200 77.0400 309 IN F 42935 Washim (India) 20.0700 77.0800 572 IN F 42937 Amraoti (India) 20.5600 77.4700 370 IN F 42939 Wardha (India) 20.4000 78.3500 284 IN F 42943 Yeotmal (India) 20.2400 78.0900 451 IN F 42946 Bramhapuri (India) 20.3600 79.5100 234 IN F 42948 Rajnandgaon (India) 21.0600 81.0200 330 IN F 42953 Kanker (India) 20.1600 81.2900 402 IN F 42961 Titlagarh (India) 20.1800 83.1800 211 IN F 42963 Bolangir (India) 20.4200 83.3000 190 IN F 42966 Phulbani (India) 20.2900 84.1600 489 IN F 42969 Angul (India) 20.5000 85.0600 139 IN F 42970 Cuttack (India) 20.2800 85.5600 27 IN F 42971 VEBS Bhubaneswar (India) 20.1500 85.5000 49 IN F 42973 Chandbali (India) 20.4700 86.4400 6 IN F 42976 Paradip (India) 20.1800 86.4100 9 IN F 42977 Sandheads (India) 20.5100 88.1500 9 IN F 43001 Dahanu (India) 19.5800 72.4300 5 IN F 43002 Bombay/Juhu (India) 19.0700 72.5000 4 IN F 43003 VABB Bombay/Santacruz (India) 19.0700 72.5100 15 IN F 43005 T.b.i.a (India) 19.0900 72.0000 15 IN F 43009 Ahmadnagar (India) 19.0500 74.4800 655 IN F 43011 Bir (India) 19.0000 75.4300 519 IN F 43012 Jalna (India) 19.5000 75.4800 538 IN F 43013 Aurangabad (India) 19.5300 75.2000 581 IN F 43014 VAAU Aurangabad Chikalthan (India) 19.5100 75.2400 585 IN F 43017 Parbhani (India) 19.0800 76.5000 423 IN F 43019 Pusad (India) 19.5500 77.3500 334 IN F 43021 Nanded (India) 19.0500 77.2000 358 IN F 43022 Priyadarshini (India) 19.4500 78.0200 459 IN F 43025 Adilabad (India) 19.3900 78.3200 269 IN F 43029 Chandrapur (India) 19.5800 79.1800 193 IN F 43041 Jagdalpur (India) 19.0500 82.0200 554 IN F 43042 Bhawanipatna (India) 19.5500 83.1100 261 IN F 43049 Gopalpur (India) 19.1600 84.5300 17 IN F 43053 Puri (India) 19.4800 85.4900 6 IN F 43057 Bombay/Colaba (India) 18.5400 72.4900 11 IN F 43058 Alibag (India) 18.3800 72.5200 7 IN F 43060 Matheran (India) 18.5900 73.1700 696 IN F 43061 Khandala (India) 18.4600 73.2200 438 IN F 43062 Bhira (India) 18.2700 73.2400 96 IN F 43063 Poona (India) 18.3200 73.5100 558 IN F 43064 Poona/Lohogaon (India) 18.3500 73.5500 593 IN F 43067 Pashan cti (India) 18.3200 73.5100 561 IN F 43069 Baramati (India) 18.0900 74.3500 551 IN F 43071 Jeur (India) 18.1200 75.1200 520 IN F 43076 Udgir (India) 18.0400 77.0700 639 IN F 43081 Nizamabad (India) 18.4000 78.0600 381 IN F

43083 Medak (India) 18.0300 78.1600 472 IN F 43086 VORG Ramgundam (India) 18.4600 79.2600 160 IN F 43087 Hanamkonda (India) 18.0100 79.3400 269 IN F 43089 Sironcha (India) 18.5100 79.5800 123 IN F 43093 Bailadila (India) 18.3500 81.1400 1144 IN F 43097 Koraput (India) 18.4900 82.4300 883 IN F 43105 Kalingapatam (India) 18.2000 84.0800 7 IN F 43109 Harnai (India) 17.4900 73.0600 20 IN F 43110 Ratnagiri (India) 16.5900 73.2000 91 IN F 43111 Mahabaleshwar (India) 17.5600 73.4000 1383 IN F 43113 Satara (India) 17.3100 74.0300 661 IN F 43117 VASL Sholapur (India) 17.4000 75.5400 479 IN F 43121 Gulbarga (India) 17.2100 76.5100 459 IN F 43125 Bidar (India) 17.5500 77.3200 664 IN F 43128 VOHY Hyderabad (India) 17.2700 78.2800 535 IN F 43129 VOHS Hyderabad/Rajiv Gandhi (India) 17.1500 78.2600 545 IN F 43133 Nalgonda (India) 17.0000 79.1500 227 IN F 43136 Bhadrachalam (India) 17.4000 80.5300 54 IN F 43137 Khammam (India) 17.1500 80.0900 112 IN F 43147 Tuni (India) 17.2100 82.3300 19 IN F 43149 Vishakhapatnam (India) 17.4300 83.1800 4 IN F 43150 VOVZ Cwc Vishakhapatnam/Waltair 17.4100 83.1800 70 IN F 43153 Devgarh (India) 16.2300 73.2100 36 IN F 43157 VAKP Kolhapur (India) 16.4200 74.1400 570 IN F 43158 Sangli (India) 16.5100 74.3600 549 IN F 43160 Bagalkote (India) 16.4200 75.4500 542 IN F 43161 Bijapur (India) 16.4900 75.4300 595 IN F 43168 Mahabubnagar (India) 16.4500 78.0000 505 IN F 43169 Raichur (India) 16.1500 77.2000 390 IN F 43177 Rentachintala (India) 16.3400 79.3300 106 IN F 43180 Vijayawada (India) 16.3100 80.3700 20 IN F 43181 VOBZ Vijayawada/Gannavaram (India) 16.3200 80.4800 25 IN F 43182 Nandigama (India) 16.4700 80.1700 57 IN F 43184 Nidadavole (India) 16.5000 81.3500 16 IN F 43185 Machilipatnam (India) 16.1200 81.0900 10 IN F 43187 Narsapur (India) 16.2600 81.4200 9 IN F 43189 Kakinada (India) 16.5700 82.1400 8 IN F 43192 Goa/Panjim (India) 15.2900 73.4900 64 IN F 43193 Vengurla (India) 15.5200 73.3800 16 IN F 43194 VAGO Goa/Dabolim (India) 15.2300 73.4900 62 IN F 43196 Mormugao (India) 15.2500 73.4700 62 IN F 43197 Belgaum (India) 15.5100 74.3200 753 IN F 43198 VABM Belgaum/Sambra (India) 15.5100 74.3700 755 IN F 43200 Dharwad (India) 15.2900 74.5900 686 IN F 43201 Gadag (India) 15.2500 75.3800 669 IN F 43205 VOBI Bellary (India) 15.0900 76.5100 449 IN F 43207 Parangipettai (India) 11.3000 79.4600 3 IN F 43212 Nandyal (India) 15.2800 78.2900 215 IN F 43213 Kurnool (India) 15.4800 78.0400 289 IN F 43220 Bapatla (India) 15.5400 80.2800 10 IN F 43221 Ongole (India) 15.2900 80.0500 22 IN F 43225 Karwar (India) 14.4700 74.0800 4 IN F 43226 Honavar (India) 14.1700 74.2700 60 IN F 43227 Haveri (India) 14.4700 75.2400 564 IN F 43228 Koppal (India) 15.2100 76.0900 535 IN F 43229 Shirali (India) 14.0400 74.3200 45 IN F 43230 Davangere (India) 14.3000 75.5500 620 IN F 43233 Chitradurga (India) 14.1400 76.2600 732 IN F 43237 Anantapur (India) 14.3500 77.3800 372 IN F 43241 VOCP Cuddapah (India) 14.2900 78.5000 130 IN F 43243 Kavali (India) 14.5500 80.0000 22 IN F 43245 Nellore (India) 14.2700 79.5900 21 IN F 43257 Agumbe (India) 13.3000 75.0500 659 IN F 43258 Shimoga (India) 13.5600 75.3800 572 IN F 43259 Balehonur (India) 13.2200 75.2700 923 IN F 43260 Chickmagalur (India) 13.1500 75.4500 1058 IN F 43263 Hassan (India) 12.5800 76.2000 920 IN F 43264 Chikkanahalli (India) 13.4000 77.5500 666 IN F

43266 Agathi Airport (India) 10.5100 72.2800 4 IN F 43268 Tumkur (India) 13.2000 77.0500 822 IN F 43271 Arogyavaram (India) 13.3200 78.3000 701 IN F 43272 Chintamani (India) 13.1200 78.0400 858 IN F 43275 Tirupathi (India) 13.4000 79.3500 103 IN F 43277 Tiruttani (India) 13.0900 79.3200 88 IN F 43278 Madras (India) 13.0400 80.1200 6 IN F 43279 VOMM Madras/Minambakkam (India) 13.0000 80.1100 16 IN F 43284 VOML Mangalore/Bajpe (India) 12.5500 74.5300 106 IN F 43285 Mangalore/Panambur (India) 12.5700 74.5000 32 IN F 43287 Madikeri (India) 12.2500 75.4400 1150 IN F 43289 Mandya (India) 12.3000 76.5000 695 IN F 43291 Mysore (India) 12.1800 76.4200 760 IN F 43295 VOBG Bangalore (India) 12.5800 77.3500 923 IN F 43296 Bangalore/Hindustan (India) 12.5700 77.3800 897 IN F 43299 Kolar Gold Fields (India) 12.5700 78.1800 882 IN F 43301 Dharmapuri (India) 12.0800 78.0200 473 IN F 43302 Tiruppattur (India) 12.2900 78.3400 386 IN F 43303 VOVR Vellore (India) 12.5500 79.0900 214 IN F 43311 Amini Divi (India) 11.0700 72.4400 12 IN F 43312 Agatti (India) 10.5100 72.2800 3 IN F 43314 Kozhikode (India) 11.1500 75.4700 5 IN F 43315 Cannanore (India) 11.5000 75.2000 18 IN F 43316 Nilambur (India) 11.1700 76.1400 31 IN F 43317 Udhagamandalam (India) 11.2400 76.4400 2266 IN F 43318 Coonoor (India) 11.2100 76.4800 1747 IN F 43319 Coimbatore (India) 11.0000 76.5800 409 IN F 43320 Karipur Airport (India) 11.0800 75.5700 107 IN F 43321 VOCB Coimbatore/Peelamedu (India) 11.0200 77.0300 400 IN F 43322 Chamarajnagar (India) 11.5600 76.5600 750 IN F 43324 Ariyalur (India) 11.1000 79.0000 76 IN F 43325 Salem (India) 11.3900 78.1000 278 IN F 43327 Karaikudi (India) 10.0400 78.4800 86 IN F 43328 Pondicherry (India) 11.5500 79.5000 6 IN F 43329 Cuddalore (India) 11.4600 79.4600 6 IN F 43330 Thanjavur (India) 10.4700 79.0800 71 IN F 43331 Pondicherry (India) 11.5800 79.4900 38 IN F 43334 Androth (India) 10.4800 73.5900 5 IN F 43335 Palghat (India) 10.4600 76.3900 92 IN F 43336 VOCI Cochin Int. Airport Nedumbasse 10.0900 76.2400 9 IN F 43337 Kavaratti Island (India) 10.3200 72.3700 4 IN F 43338 Erode (India) 11.2900 77.4600 173 IN F 43339 Kodaikanal (India) 10.1400 77.2800 2343 IN F 43340 Yercaud (India) 11.4500 78.1000 1464 IN F 43341 Valparai (India) 10.1700 77.0000 1041 IN F 43342 K. Paramathy (India) 10.5700 78.0500 186 IN F 43343 Tiruchirapalli town (India) 10.4600 78.4300 94 IN F 43344 VOTR Tiruchchirapalli (India) 10.4600 78.4300 94 IN F 43345 Kudimiamalai (India) 10.2400 78.4000 123 IN F 43346 Karaikal (India) 10.5500 79.5000 6 IN F 43347 Nagappattinam (India) 10.4600 79.5100 3 IN F 43348 Atiramapattinam (India) 10.2000 79.2300 4 IN F 43349 Vedaranniyam (India) 10.2200 79.5100 4 IN F 43351 Fort Cochin (India) 9.5800 76.1400 3 IN F 43352 Alleppey (India) 9.3300 76.2500 4 IN F 43353 VOCC Cochin/Willingdon (India) 9.5700 76.1600 3 IN F 43354 Punalur (India) 9.0000 76.5500 34 IN F 43355 Kottayam (India) 9.3200 76.3600 78 IN F 43356 Periakulum (India) 10.0000 77.0800 301 IN F 43357 Thrissur (India) 10.3100 76.1300 40 IN F 43358 Kovilangulam (India) 9.3300 78.0500 104 IN F 43359 Madurai (India) 9.5500 78.0700 133 IN F 43360 VOMD Madurai (India) 9.5000 78.0500 141 IN F 43361 Tondi (India) 9.4400 79.0200 5 IN F 43363 Pamban (India) 9.1600 79.1300 11 IN F 43369 Minicoy (India) 8.1800 73.0900 2 IN F 43371 Trivandrum (India) 8.2900 76.5700 64 IN F 43372 VOTV Trivandrum (India) 8.2800 76.5700 5 IN F

43373 Trivandrum Met.Obs./Thumba 8.3200 76.5200 7 IN F 43374 Kovalam (India) 8.0500 77.1500 35 IN F 43376 Palayankottai (India) 8.4400 77.4500 51 IN F 43377 Kanniyakumari (India) 8.0500 77.3000 37 IN F 43379 Tuticorin New Port (India) 8.4800 78.0900 4 IN F * * Sri Lanka * 43400 Kankesanturai (Sri Lanka) 9.4800 80.0400 15 SB F 43404 Jaffna (Sri Lanka) 9.3900 80.0100 3 SB F 43410 Mullaittivu (Sri Lanka) 9.1600 80.4900 2 SB F 43413 Mannar (Sri Lanka) 8.5900 79.5500 3 SB F 43415 Vavuniya (Sri Lanka) 8.4500 80.3000 98 SB F 43418 VCCT Trincomalee (Sri Lanka) 8.3500 81.1500 3 SB F 43421 VCCA Anuradhapura (Sri Lanka) 8.2000 80.2500 93 SB F 43422 Maha Illuppallama (Sri Lanka) 8.0700 80.2800 117 SB F 43424 Puttalam (Sri Lanka) 8.0200 79.5000 2 SB F 43436 VCCB Batticaloa (Sri Lanka) 7.4300 81.4200 8 SB F 43441 Kurunegala (Sri Lanka) 7.2800 80.2200 116 SB F 43444 Kandy (Sri Lanka) 7.2000 80.3800 477 SB F 43450 VCBI Katunayake (Sri Lanka) 7.1000 79.5300 8 SB F 43466 Colombo (Sri Lanka) 6.5400 79.5200 7 SB F 43467 VCCC Ratmalana (Sri Lanka) 6.4900 79.5300 5 SB F 43473 Nuwara Eliya (Sri Lanka) 6.5800 80.4600 1895 SB F 43475 Pottuvil (Sri Lanka) 6.5300 81.5000 8 SB F 43476 Diyatalawa (Sri Lanka) 6.5000 80.5900 1225 SB F 43479 Badulla (Sri Lanka) 6.5900 81.0300 670 SB F 43486 Ratnapura (Sri Lanka) 6.4100 80.2400 86 SB F 43495 Galle (Sri Lanka) 6.0200 80.1300 13 SB F 43497 Hambantota (Sri Lanka) 6.0700 81.0800 16 SB F * * Maldives * 43533 Hanimadu (Maldives) 6.4478 73.1000 2 MV F 43555 VRMM Male (Maldives) 4.1150 73.3200 3 MV F 43577 Kadhdhoo (Maldives) 1.5150 73.3118 2 MV F 43588 Kaadedhdhoo (Maldives) 0.2930 72.5977 2 MV F 43599 VRGN Gan (Maldives) -0.4160 73.0933 3 MV F 43601 VQPR Paro (Bhutan) 27.2418 89.2550 2235 MV F 44214 Uigi (Mongolia) 48.5600 89.5600 1715 MO F * * Nepal * 44404 Dadeldhura (Nepal) 29.1800 80.3500 1848 NP F 44406 Dipayal (Nepal) 29.1500 80.5700 617 NP F 44409 Dhangadhi (Nepal) 28.4800 80.3300 187 NP F 44416 VNSK Surkhet (Nepal) 28.3600 81.3700 670 NP F 44418 Nepalgunj Airport (Nepal) 28.0600 81.4000 165 NP F 44424 VNJL Jumla (Nepal) 29.1700 82.1000 2300 NP F 44429 Dang (Nepal) 28.0300 82.3000 634 NP F 44434 VNPK Pokhara (Nepal) 28.1300 84.0000 827 NP F 44438 VNBW Bhairawa (Nepal) 27.3100 83.2700 109 NP F 44449 VNSI Simra (Nepal) 27.1000 84.5900 137 NP F 44454 VNKT Kathmandu (Nepal) 27.4200 85.2200 1337 NP F 44461 Syangboche (Nepal) 27.4900 86.4300 3700 NP F 44462 Okhaldhunga (Nepal) 27.1800 86.3000 1720 NP F 44474 VNTJ Taplejung (Nepal) 27.2100 87.4000 1732 NP F 44477 Dhankuta (Nepal) 26.5900 87.2100 1210 NP F 44478 VNVT Biratnagar (Nepal) 26.2900 87.1600 72 NP F 44499 Mount Everest (Nepal) 27.5700 86.5000 8848 NP F * * China * 51053 Kaba He (China) 48.0300 86.2100 534 CI F 51068 Fuhai/Burultokay (China) 47.0600 87.2300 472 CI F 51076 ZWAT Altay (China) 47.4400 88.0500 737 CI F 51087 ZWFY Fuyun (China) 46.5900 89.3100 810 CI F 51133 Tacheng (China) 46.4400 83.0000 535 CI F

51156 Hoboksar (China) 46.4700 85.4300 1294 CI F 51232 Pa-Erh-Lu-K'O Mountain (China) 45.5700 82.3400 1067 CI F 51241 To-Li (China) 45.5700 83.3700 2072 CI F 51243 ZWKM Karamay (China) 45.3700 84.5100 457 CI F 51330 Bole/Bortala (China) 44.5500 82.0400 1366 CI F 51334 ZWJH Jinghe (China) 44.3600 82.5400 320 CI F 51346 Kuytun (China) 44.2600 84.5800 442 CI F 51356 Shihezi (China) 44.1800 86.0200 457 CI F 51365 Fukang (China) 44.0900 87.5900 549 CI F 51379 ZWQT Qitai (China) 44.0100 89.3400 795 CI F 51431 ZWYN Yining (China) 43.5700 81.2000 664 CI F 51437 Zhaosu/Monggolkure (China) 43.1000 81.0700 1830 CI F 51463 ZWWW Urumqi (China) 43.4700 87.3900 936 CI F 51467 Balguntay (China) 42.4000 86.2000 1753 CI F 51477 Pau-Yang-Hu (China) 43.1200 88.2800 1037 CI F 51526 Chugirty (China) 42.4800 80.5100 2042 CI F 51542 Bayanbulak (China) 43.0200 84.0900 2459 CI F 51567 Yanqi (China) 42.0300 86.3400 1097 CI F 51573 ZWTP Turpan (China) 42.5600 89.1200 37 CI F 51628 Wen-Su (China) 41.1600 80.1400 1286 CI F 51633 Baicheng/Bay (China) 41.4600 81.5200 1280 CI F 51642 Luntai/Bugur (China) 41.4700 84.1000 883 CI F 51644 ZWKC Kuqa (China) 41.4300 82.5700 1100 CI F 51656 ZWKL Korla (China) 41.4500 86.0800 933 CI F 51701 Sai-K'O-Lo-T'E-Ma (China) 40.2700 75.2300 3651 CI F 51705 Ar-Tux (China) 39.4000 76.1000 1494 CI F 51709 ZWSH Kashi (China) 39.2800 75.5900 1291 CI F 51711 Akqi (China) 40.5600 78.2700 1986 CI F 51716 Bachu (China) 39.4800 78.3400 1117 CI F 51720 Ch'I-Lan-Tai (China) 40.3200 79.3200 1158 CI F 51730 Alar (China) 40.3000 81.0300 1013 CI F 51747 Tazhong (China) 39.0000 83.4000 1100 CI F 51765 Tikanlik (China) 40.3800 87.4200 847 CI F 51777 Ruoqiang (China) 39.0200 88.1000 889 CI F 51811 ZWSC Shache (China) 38.2600 77.1600 1232 CI F 51818 Pishan (China) 37.3700 78.1700 1376 CI F 51828 ZWTN Hotan (China) 37.0800 79.5600 1375 CI F 51839 Minfeng/Niya (China) 37.0400 82.4300 1409 CI F 51848 Andir (China) 37.5600 83.3900 1264 CI F 51855 Qiemo/Qarqan (China) 38.0900 85.3300 1248 CI F 51931 Yutian/Keriya (China) 36.5200 81.4200 1554 CI F 55228 Shiquanhe (China) 32.3000 80.0500 4280 CI F 55248 Lumaringbo (China) 32.1800 84.0300 4420 CI F 55437 T'U-Ko-Erh-Ho-Kung (China) 30.3300 81.2600 4736 CI F 55472 Xainza (China) 30.5700 88.3800 4670 CI F 55569 Lhaze (China) 29.0400 87.4100 4237 CI F 55578 Xigaze (China) 29.1500 88.5300 3837 CI F 55664 Tingri (China) 28.3800 87.0500 4300 CI F 55680 Gyangze (China) 29.0000 89.3800 3657 CI F 55773 Pagri (China) 27.4400 89.0500 4300 CI F * * Canary Islands * 60001 GCHI Hierro(Canary Islands (Canary) 27.4900 -17.5333 32 CR S 60004 Tazacorte (Western Sahara) 28.3600 -17.5500 30 CR S 60005 GCLA La Palma (Canary) 28.3798 -17.4530 31 CR S 60007 La Gomera/Aeropuerto (Canary) 28.0200 -17.1287 225 CR S 60008 La Gomera (Canary) 28.0500 -17.0600 15 CR S 60010 Izana (Canary Islands (canary) 28.1853 -16.3000 2368 CR S 60012 Puerto De La Cruz (Canary) 28.2500 -16.3300 25 CR S 60015 GCXO Tenerife/Los Rodeos (Canary) 28.2865 -16.1977 617 CR S 60018 Tenerife-Guimar (Canary) 28.1900 -16.2300 111 CR S 60020 Santa Cruz De Tenerife(Canary) 28.2730 -16.1500 36 CR S 60025 GCTS Tenerife Sur (Canary) 28.0300 -16.3365 77 CR S 60027 La Aldea (Canary) 28.0000 -15.4900 10 CR S 60028 Artenara (Canary) 28.0100 -15.3687 1765 CR S 60029 Las Palmas de Gran Canaria 27.5500 -15.2300 3 CR F 60030 GCLP Las Palmas De Gran (Canary) 27.5535 -15.2337 47 CR S

60033 GSAI El Aaium (Western Sahara) 27.1000 -13.1300 64 MC S 60034 Pajara/Pt.Morr(Western Sahara) 28.0300 -14.2200 15 MC S 60035 GCFV Fuerteventura (Canary) 28.2668 -13.5178 30 CR S 60036 Puerto d Mogan(Western Sahara) 27.4900 -15.4600 10 CR S 60037 Maspalomas (Canary) 27.4400 -15.3600 25 CR S 60040 GCRR Lanzorote (Canary) 28.5700 -13.3600 21 CR S 60045 Teguise (Western Sahara) 29.1400 -13.3200 30 MC S * * Morocco * 60060 GMMF Sidi Ifni (Morocco) 29.2200 -10.1100 50 MC S 60096 GMMH Dakhla (Western Sahara) 23.4300 -15.5600 9 MC F 60100 Tanger-port (Morocco) 35.4727 -5.4840 11 MC S 60101 GMTT Tanger (Morocco) 35.4400 -5.5433 14 MC S 60105 Larache (Morocco) 35.0977 -6.0698 66 MC S 60106 Chefchaouen (Morocco) 35.1035 -5.1800 287 MC S 60107 GMTA Al Hoceima (Morocco) 35.1100 -3.5100 14 MC S 60115 GMFO Oujda (Morocco) 34.4700 -1.5600 470 MC S 60120 GMMY Kenitra (Morocco) 34.1800 -6.3568 4 MC S 60127 GMFZ Taza (Morocco) 34.1300 -4.0000 510 MC S 60128 Taourirt (Morocco) 34.2382 -2.5388 415 MC S 60135 GMME Rabat-Sale (Morocco) 34.0300 -6.4548 79 MC S 60136 GMSL Sidi Slimane (Morocco) 34.1400 -6.0300 52 MC S 60141 GMFF Fes-Sais (Morocco) 33.5600 -4.5900 579 MC S 60146 Mohammedia (Morocco) 33.4300 -7.2400 5 MC S 60150 GMFM Meknes (Morocco) 33.5300 -5.3137 560 MC S 60155 GMMC Casablanca (Morocco) 33.3400 -7.4000 57 MC S 60156 GMMN Nouasseur (Morocco) 33.2200 -7.3500 206 MC S 60160 GMFI Ifrane (Morocco) 33.3000 -5.1000 1665 MC S 60165 El Jadida (Morocco) 33.1400 -8.3100 28 MC S 60177 Settat (Morocco) 32.5700 -7.3700 408 MC S 60178 Khouribga (Morocco) 32.5200 -6.5800 781 MC S 60185 GMMS Safi (Morocco) 32.1700 -9.1400 45 MC S 60190 Kasba-Tadla (Morocco) 32.3200 -6.1700 507 MC S 60191 GMMD Beni-Mellal (Morocco) 32.2200 -6.2400 472 MC S 60195 Midelt (Morocco) 32.4100 -4.4400 1515 MC S 60200 Bouarfa (Morocco) 32.3400 -1.5700 1143 MC S 60210 GMFK Errachidia (Morocco) 31.5600 -4.2400 1042 MC S 60220 GMMI Essaouira (Morocco) 31.3100 -9.4700 8 MC S 60223 Takerkouste (Morocco) 31.0200 -8.2900 667 MC S 60230 GMMX Marrakech (Morocco) 31.3700 -8.0200 466 MC S 60237 Oukaimden (Morocco) 31.1300 -7.5500 2680 MC S 60250 GMAA Agadir (Morocco) 30.2300 -9.3400 18 MC S 60252 GMAD Agadir Al Massira (Morocco) 30.1900 -9.2400 74 MC S 60253 Taroudant (Morocco) 30.3000 -8.4900 266 MC S 60265 GMMZ Ouarzazate (Morocco) 30.5600 -6.5400 1140 MC S 60270 Tiznit (Morocco) 29.4100 -9.4400 261 MC S 60275 Zagora (Morocco) 30.1900 -5.5200 729 MC S 60280 GMAG Guelmime (Morocco) 29.0190 -10.0300 301 MC S 60285 GMAT Tan-Tan (Morocco) 28.2700 -11.0950 204 MC S 60289 Tarfaya (Morocco) 27.5600 -13.0000 0 MC S 60318 GMTN Tetuan/Sania Ramel (Morocco) 35.3557 -5.2000 4 MC S 60320 Ceuta (Ceuta/Melilla (Spain)) 35.5478 -5.2067 88 CR LEMM S 60335 GMMA Smara (Western Sahara) 26.4400 -11.4100 110 MC LEMM F 60338 GEML Melilla(Ceuta/Melilla (Spain)) 35.1700 -2.5733 55 CR GCLP S 60340 GMMW Nador-Aroui (Morocco) 34.5900 -3.0100 178 MC S * * Algeria * 60351 DAAV Jijel-Achouat (Algeria) 36.4800 5.5300 10 AL S 60353 Jijel-Port (Algeria) 36.4900 5.5300 6 AL S 60354 El Milia (Algeria) 36.4400 3.5400 31 AL S 60355 DABP Skikda (Algeria) 36.5300 6.5400 3 AL S 60360 DABB Annaba (Algeria) 36.5000 7.4900 4 AL S 60367 El-Kala (Algeria) 36.5400 8.2700 13 AL S 60369 Alger Port (Algeria) 36.4600 3.0600 12 AL S *N60371 Oued Koriche (Algeria) 36.43 3.06 85 AL S *N60372 Bouzareah (Algeria) 36.47 3.00 255 AL S

*N60373 Mahelma (Algeria) 36.42 2.53 185 AL S 60374 Cap Caxine (Algeria) 36.4900 2.5700 33 AL S 60376 Bordj-El-Bahri (Algeria) 36.4900 3.1600 58 AL S *N60379 Reghaia (Algeria) 36.46 3.20 14 AL S *N60380 Tassala El Merdja (Algeria) 36.37 2.55 34 AL S *N60381 El Harrach (Algeria) 36.43 3.09 35 AL S 60382 Cap Bengut (Algeria) 36.5400 3.5400 30 AL S 60384 Cap Corbelin (Algeria) 36.5400 4.2500 45 AL S 60387 Dellys (Algeria) 36.5500 3.5700 8 AL S 60388 Cherchell (Algeria) 36.3600 2.1100 33 AL S 60390 DAAG Alger (Algeria) 36.4100 3.1300 29 AL S *N60393 Dar El Beida (Algeria) 36.42 3.12 30 AL S *N60394 Baraki (Algeria) 36.41 3.06 30 AL S 60395 Tizi-Ouzou (Algeria) 36.4200 4.0300 189 AL S 60400 Cap Carbon (Algeria) 36.4500 5.0600 13 AL S 60401 Bejaia-port (Algeria) 36.4500 5.0600 4 AL S 60402 DAAE Bejaia (Algeria) 36.4300 5.0400 3 AL S 60403 Guelma (Algeria) 36.2800 7.2800 228 AL S 60405 Guelma/Bouchegouf (Algeria) 36.3000 7.4300 111 AL S 60410 Tenes (Algeria) 36.3000 1.2000 18 AL S 60415 Ain-Bessam (Algeria) 36.1900 3.3200 748 AL S 60417 Bouira (Algeria) 36.2300 3.5300 560 AL S 60419 DABC Constantine (Algeria) 36.1700 6.3700 694 AL S 60421 Oum El Bouaghi (Algeria) 35.5200 7.0700 891 AL S 60423 Souk Ahras (Algeria) 36.1700 7.5800 680 AL S 60425 DAOI Chlef (Algeria) 36.1300 1.2000 144 AL S 60430 Miliana (Algeria) 36.1800 2.1400 721 AL S 60437 Medea (Algeria) 36.1700 2.4400 1036 AL S 60444 Bordj Bou Arreridj (Algeria) 36.0400 4.4600 930 AL S 60445 DAAS Setif (Algeria) 36.1100 5.1500 1040 AL S 60452 Razew (Algeria) 35.4900 -0.1600 4 AL S 60456 Mostaganem Port (Algeria) 35.4800 0.0500 210 AL S 60457 Mostaganem Ville (Algeria) 35.5300 0.0700 138 AL S 60459 Sidi Aissa (Algeria) 35.5300 3.4600 658 AL S 60461 Oran Port (Algeria) 35.4200 -0.3900 22 AL S 60467 M'sila (Algeria) 35.4000 4.3000 442 AL S 60468 DABT Batna (Algeria) 35.4500 6.1900 826 AL S 60471 Barika (Algeria) 35.2000 5.2000 461 AL S 60475 DABS Tebessa (Algeria) 35.2500 8.0700 823 AL S 60476 Khenchella (Algeria) 35.2800 7.0500 987 AL S 60478 Aris (Algeria) 35.1500 6.2100 1240 AL S 60481 Oran Tafaraoui (Algeria) 35.2900 -0.3100 111 AL S 60482 Cap Aiguille (Algeria) 35.5200 -0.2900 62 AL S 60485 Cap Falcon (Algeria) 35.4600 -0.4800 104 AL S 60490 DAOO Oran (Algeria) 35.3800 -0.3600 91 AL S 60492 Relizane (Algeria) 35.4400 0.3300 75 AL S 60506 Mascara Metmore (Algeria) 35.3600 0.1800 476 AL S 60507 DAOV Mascara Griss (Algeria) 35.1300 0.0900 513 AL S 60511 DAOB Tiaret (Algeria) 35.2100 1.2800 978 AL S 60514 Ksar Chellala (Algeria) 35.1000 2.1900 801 AL S 60515 DAAD Bou-Saada (Algeria) 35.2000 4.1200 461 AL S 60517 Ghazaouet (Algeria) 35.0600 -1.5200 5 AL S 60518 Beni-Saf (Algeria) 35.1800 -1.2100 70 AL S 60520 Sidi-bel-Abbes (Algeria) 35.1200 -0.3700 476 AL S 60522 Maghnia (Algeria) 34.4900 -1.4700 428 AL S 60525 DAUB Biskra (Algeria) 34.4800 5.4400 89 AL S 60531 DAON Tlemcen/Zenata (Algeria) 35.0100 -1.2800 247 AL S 60533 Saida (Algeria) 34.5200 0.0900 770 AL S 60535 DAFI Djelfa (Algeria) 34.2000 3.2300 1185 AL S 60536 Saida (Algeria) 34.5200 0.0900 752 AL S 60540 El Kheiter (Algeria) 34.0900 0.0400 1001 AL S 60545 DAUL Laghouat (Algeria) 33.4600 2.5600 763 AL S 60549 DAAY Mecheria (Algeria) 33.3500 -0.1700 1150 AL S 60550 Elbayadh (Algeria) 33.4000 1.0000 1347 AL S 60555 DAUK Touggourt (Algeria) 33.0700 6.0800 92 AL S 60557 Naama (Algeria) 33.1600 -0.1800 1166 AL S 60559 DAUO El Oued (Algeria) 33.3000 6.4700 69 AL S 60560 Ain Sefra (Algeria) 32.4600 -0.3600 1059 AL S

60563 Hassir'mel (Algeria) 32.5600 3.1700 764 AL S 60566 DAUG Ghardaia (Algeria) 32.2400 3.4800 469 AL S 60571 DAOR Bechar (Algeria) 31.3000 -2.1500 816 AL S 60580 DAUU Ouargla (Algeria) 31.5600 5.2400 148 AL S 60581 DAUH Hassi-Messaoud (Algeria) 31.4000 6.0900 144 AL S 60590 DAUE El Golea (Algeria) 30.3400 2.5200 403 AL S *N60593 Hassi Khebi (Algeria) 29.10 -5.14 565 AL S *N60595 Talmine (Algeria) 29.10 -0.18 300 AL S 60602 Beni Abbes (Algeria) 30.0800 -2.1000 505 AL S 60603 DAMR Rhourd Nouss (Algeria) 29.4300 6.4200 252 AL S *N60605 Tabelbala (Algeria) 29.24 -3.15 519 AL S 60607 DAUT Timimoun (Algeria) 29.1500 0.1700 317 AL S 60611 DAUZ In Amenas (Algeria) 28.0300 9.3800 562 AL S 60612 Tiririne (Algeria) 22.0300 8.3498 770 AL F *N60613 Ouhanet (Algeria) 28.42 8.56 610 AL S 60619 Ain Hadjaj (Algeria) 27.4500 4.3100 491 AL S 60620 DAUA Adrar (Algeria) 27.5300 -0.1100 283 AL S 60621 Matriouene (Algeria) 27.4800 1.0800 437 AL S 60623 Abed Lerrach (Algeria) 27.2400 8.4998 520 AL F 60624 Gara Djebilet (Algeria) 26.4500 -7.1500 425 AL F 60630 DAUI In Salah (Algeria) 27.1400 2.3000 269 AL F 60633 In Ziza (Algeria) 23.2800 2.3200 562 AL F *N60638 DAEF Tinfouye (Algeria) 28.26 7.33 472 AL S *N60639 Tinfouye (Algeria) 28.26 7.33 471 AL S 60640 DAAP Illizi (Algeria) 26.3000 8.2500 544 AL F 60645 DAAN Reggane Airport (Algeria) 26.4261 0.1714 291 AL F 60650 Amguid (Algeria) 26.2300 5.1900 592 AL F 60656 DAOF Tindouf (Algeria) 27.4200 -8.1000 439 AL S 60660 Arak (Miniet) (Algeria) 25.1500 3.4600 934 AL F 60661 Abennizi (Algeria) 25.0500 5.0200 902 AL F 60662 Fadnoune (Algeria) 25.4902 8.1098 1291 AL F 60663 Moulay Lahcen (Algeria) 24.4500 4.3900 903 AL F 60667 Tinalkoum (Algeria) 24.3600 10.1302 719 AL F 60670 DAAJ Djanet (Algeria) 24.1600 9.2800 970 AL F 60671 Serouenet (Algeria) 24.1800 7.2800 1115 AL F 60672 Mertuek (Algeria) 24.0500 5.1200 1035 AL F 60675 Ouallene (Algeria) 24.3600 1.1400 346 AL F 60677 Abankor (Algeria) 24.2300 3.1600 623 AL F 60679 Assekrem (Algeria) 23.1600 5.3800 2677 AL F 60680 DAAT Tamanrasset (Algeria) 22.4800 5.2600 1364 AL F 60682 Tintarabine (Algeria) 21.1098 6.4602 1105 AL F 60685 Bidon 5 (Algeria) 22.1902 1.0702 392 AL F 60686 Bordji B.Mokhtar (Algeria) 21.2000 0.5700 399 AL F 60689 Timiaouine (Algeria) 20.2502 1.4800 590 AL F 60690 In-Guezzam (Algeria) 19.3400 5.4600 401 AL F 60691 Anesbaraka (Algeria) 19.2598 4.3900 477 AL F 60692 In-Guezzam (Algeria) 19.3402 5.4500 401 AL F 60693 In Atei (Algeria) 20.3420 6.0720 471 AL F 60694 In Azaoua (Algeria) 20.5820 7.2700 517 AL F 60695 Tinzaouatene (Algeria) 19.5802 2.5898 640 AL F * * Tunisia * 60710 DTKA Tabarka (Tunisia) 36.5700 8.4500 21 TS S 60714 DTTB Bizerte (Tunisia) 37.1500 9.4800 3 TS S 60715 DTTA Tunis-Carthage (Tunisia) 36.5000 10.1400 4 TS S 60720 DTTL Kelibia (Tunisia) 36.5100 11.0500 30 TS S 60723 Beja (Tunisia) 36.4400 9.1100 159 TS S 60725 DTTN Jendouba (Tunisia) 36.2900 8.4800 144 TS S 60728 Nabeul (Tunisia) 36.2800 10.4200 78 TS S 60729 Zaghonan Magrane (Tunisia) 36.2600 10.0500 156 TS S 60731 Enfidha (Tunisia) 36.0400 10.2700 0 TS S 60732 El Kef (Tunisia) 36.0800 8.4200 518 TS S 60734 Siliana (Tunisia) 36.0400 9.2200 445 TS S 60735 DTTK Kairouan (Tunisia) 35.4000 10.0600 68 TS S 60738 Thala (Tunisia) 35.3300 8.4100 1092 TS S 60739 Kasserine (Tunisia) 35.1000 8.5000 707 TS S 60740 DTTM Monastir-Skanes (Tunisia) 35.4000 10.4500 3 TS S

60742 Mahdia (Tunisia) 35.3000 11.0400 12 TS S 60745 DTTF Gafsa (Tunisia) 34.2500 8.4900 314 TS S 60748 Sidi Bouzid (Tunisia) 35.0000 9.2900 355 TS S 60750 DTTX Sfax El-Maou (Tunisia) 34.4300 10.4100 23 TS S 60760 DTTZ Tozeur (Tunisia) 33.5500 8.1000 86 TS S 60764 Kebili (Tunisia) 33.4200 8.5800 46 TS S 60765 Gabes (Tunisia) 33.5300 10.0600 5 TS S *N60767 DTTG Gabes-Matmaa (Tunisia) 33.44 9.55 120 TS S 60769 DTTJ Djerba Mellita (Tunisia) 33.5200 10.4600 4 TS S 60770 Medenine (Tunisia) 33.2100 10.2900 117 TS S 60772 Tataouine (Tunisia) 32.5500 10.2700 215 TS S 60775 DTTD Remada (Tunisia) 32.1900 10.2400 301 TS S 60780 DTTR El Borma (Tunisia) 31.4100 9.1800 259 TS S * * Niger * 61017 DRRI Bilma (Niger) 18.4100 12.5500 357 NR F 61024 DRZA Agadez (Niger) 16.5800 7.5900 502 NR F 61028 Tchin-Tabaraden (Niger) 15.4300 5.4800 500 NR F 61033 Tesker (Niger) 15.0800 10.4300 500 NR F 61036 DRRL Tillabery (Niger) 14.1200 1.2700 210 NR F 61043 DRRT Tahoua (Niger) 14.5400 5.1500 391 NR F 61045 DRZG Goure (Niger) 13.5900 10.1800 460 NR F 61049 DRZN N'guigmi (Niger) 14.1500 13.0700 286 NR F 61052 DRRN Niamey (Niger) 13.2900 2.1000 227 NR F 61053 Dosso (Niger) 13.0100 3.1800 213 NR F 61075 DRRB Birni-N'konni (Niger) 13.4800 5.1500 273 NR F 61080 DRRM Maradi (Niger) 13.2800 7.0500 373 NR F 61085 DRZF Diffa (Niger) 13.2200 12.3800 305 NR F 61090 DRZR Zinder (Niger) 13.4700 8.5900 453 NR F 61091 Magaria (Niger) 12.5900 8.5600 403 NR F 61096 DRZM Maine-Soroa (Niger) 13.1400 11.5900 337 NR F 61099 DRRG Gaya (Niger) 11.5300 3.2700 203 NR F * * Mali * 61202 GATS Tessalit (Mali) 20.1200 0.5900 491 MI F 61214 GAKL Kidal (Mali) 18.2600 1.2100 459 MI F 61223 GATB Tombouctou (Mali) 16.4300 -3.0000 264 MI F 61226 GAGO Gao (Mali) 16.1600 -0.0300 260 MI F 61230 GANR Nioro Du Sahel (Mali) 15.1400 -9.2100 237 MI F 61233 GANK Nara (Mali) 15.1000 -7.1700 265 MI F 61235 Yelimane (Mali) 15.0700 -10.3400 100 MI F 61240 GAHB Hombori (Mali) 15.2000 -1.4100 288 MI F 61250 GAMK Menaka (Mali) 15.5200 2.1300 278 MI F 61257 GAKY Kayes (Mali) 14.2600 -11.2600 47 MI F 61265 GAMB Mopti (Mali) 14.3100 -4.0600 272 MI F 61270 GAKT Kita (Mali) 13.0400 -9.2800 334 MI F 61272 GASG Segou (Mali) 13.2400 -6.0900 289 MI F 61277 GASN San (Mali) 13.2000 -4.5000 284 MI F 61285 GAKA Kenieba (Mali) 12.5100 -11.1400 132 MI F 61288 Dioila (Mali) 12.2900 -6.4800 331 MI F 61291 GABS Bamako/Senou (Mali) 12.3200 -7.5700 381 MI F 61293 GAKO Koutiala (Mali) 12.2300 -5.2800 367 MI F 61296 GABG Bougouni (Mali) 11.2500 -7.3000 351 MI F 61297 GASK Sikasso (Mali) 11.2100 -5.4100 375 MI F * * Mauritania * 61401 GQPT Bir Moghrein (Mauritania) 25.1400 -11.3700 360 MT F 61403 GQPF F'Derick (Mauritania) 22.4100 -12.4200 299 MT F 61404 GQPZ Zouerate (Mauritania) 22.4500 -12.2900 343 MT F 61415 GQPP Nouadhibou (Mauritania) 20.5600 -17.0200 3 MT F 61421 GQPA Atar (Mauritania) 20.3100 -13.0400 224 MT F 61437 GQNJ Akjoujt (Mauritania) 19.4500 -14.2200 120 MT F 61442 GQNN Nouakchott (Mauritania) 18.0600 -15.5700 3 MT F 61450 GQND Tidjikja (Mauritania) 18.3400 -11.2600 402 MT F 61461 GQNB Boutilimit (Mauritania) 17.3200 -14.4100 75 MT F

61470 Aleg (Mauritania) 17.0300 -13.5500 45 MT F 61489 GQNR Rosso (Mauritania) 16.3000 -15.4900 6 MT F 61492 GQNK Kaedi (Mauritania) 16.0900 -13.3100 18 MT F 61497 GQNI Nema (Mauritania) 16.3600 -7.1600 269 MT F 61498 GQNF Kiffa (Mauritania) 16.3800 -11.2400 115 MT F 61499 GQNA Aioun El Atrouss (Mauritania) 16.4200 -9.3600 223 MT F 61510 Selibaby (Mauritania) 15.1400 -12.1000 60 MT F 61520 Bassikounou (Mauritania) 15.5200 -5.5600 261 MT F * * Senegal * 61600 GOSS Saint-Louis (Senegal) 16.0300 -16.2700 2 SG F 61612 GOSP Podor (Senegal) 16.3900 -14.5578 6 SG F 61627 GOOG Linguere (Senegal) 15.2300 -15.0700 20 SG F 61630 GOSM Matam (Senegal) 15.3780 -13.1500 15 SG F 61641 GOOY Dakar/Yoff (Senegal) 14.4400 -17.3000 24 SG F 61666 GOOD Diourbel (Senegal) 14.3900 -16.1400 7 SG F 61679 GOOK Kaolack (Senegal) 14.0800 -16.0400 6 SG F 61687 GOTT Tambacounda (Senegal) 13.4600 -13.4100 49 SG F 61695 GOGG Ziguinchor (Senegal) 12.3300 -16.1600 19 SG F 61697 GOGS Cap-Skirring (Senegal) 12.2400 -16.4500 13 SG F 61698 GOGK Kolda (Senegal) 12.5300 -14.5800 8 SG F 61699 GOTK Kedougou (Senegal) 12.3400 -12.1300 165 SG F * * Gambia * 61701 GBYD Banjul/Yundum (Gambia) 13.1200 -16.3800 33 GB F 61705 Sibanor (Gambia) 13.1300 -16.1200 0 GB F 61707 Jenoi (Gambia) 13.2900 -15.3400 11 GB F 61711 Banjul/Half-Die (Gambia) 13.2700 -16.2700 2 GB F 61712 Kerewan (Gambia) 13.2900 -16.1100 15 GB F 61717 Kaur (Gambia) 13.4300 -15.1500 6 GB F 61720 Kuntaur (Gambia) 13.4000 -14.5300 0 GB F 61721 Georgetown (Gambia) 13.3200 -14.4600 1 GB F 61722 Sapu (Gambia) 13.3400 -15.5600 2 GB F 61731 Basse (Gambia) 13.1900 -14.1300 4 GB F 61733 Fatoto (Gambia) 13.5300 -13.2400 60 GB F * * Guinea * 61766 GGOV Bissau (Guinea-Bissau) 11.5300 -15.3900 36 GW F 61769 Bolama (Guinea-Bissau) 11.3500 -15.2900 20 GW F 61770 Bissora (Guinea-Bissau) 12.1300 -15.4000 10 GW F 61777 Bissora (Guinea-Bissau) 12.1338 -15.3985 39 GW F 61781 GGBF Bafata (Guinea-Bissau) 12.1000 -14.4000 43 GW F 61797 Cacine (Guinea-Bissau) 11.0800 -15.0100 6 GW F 61802 Koundara (Guinea) 12.3400 -13.3100 90 GN F 61809 GULB Labe (Guinea) 11.1900 -12.1800 1025 GN F 61811 GUSI Siguiri (Guinea) 11.2600 -9.1000 364 GN F 61816 GUOK Boke (Guinea) 10.5600 -14.1900 69 GN F 61818 GUID Kindia (Guinea) 10.0300 -12.5200 458 GN F 61820 Mamou (Guinea) 10.2200 -12.0500 785 GN F 61829 GUXD Kankan (Guinea) 10.2300 -9.1800 376 GN F 61831 Conakry (Guinea) 9.3400 -13.3700 49 GN F 61832 GUCY Conakry/Gbessia (Guinea) 9.3400 -13.3700 26 GN F 61833 GUFH Faranah/Badala (Guinea) 10.0200 -10.4500 463 GN F 61834 GUKU Kissidougou (Guinea) 9.2500 -10.0500 412 GN F 61847 GUMA Macenta (Guinea) 8.3200 -9.3000 559 GN F 61849 GUNZ N'zerekore (Guinea) 7.4500 -8.1700 475 GN F * * Sierra Leone * 61856 GFLL Lungi (Sierra Leone) 8.3700 -13.1200 27 SL F 61866 Bonthe (Sierra Leone) 7.3200 -12.3000 8 SL F 61873 Makeni (Sierra Leone) 8.3300 -12.0300 84 SL F 61877 Yele (Sierra Leone) 8.2500 -11.5000 68 SL F 61878 Njala (Sierra Leone) 8.0600 -12.0600 56 SL F 61881 GFBO Bo (Sierra Leone) 7.5700 -11.4600 93 SL F

61886 Kabala (Sierra Leone) 9.3500 -11.3300 464 SL F 61891 Daru (Sierra Leone) 7.5900 -10.5100 186 SL F 61892 Sefadu (Sierra Leone) 8.3900 -10.5800 390 SL F * * Ocean Islands * 61901 St.Helena Is.(Saint Helena an) -15.5600 -5.4000 436 HE F 61902 FHAW Wide Awake Field(Saint Helena) -7.5800 -14.2400 79 HE F 61903 St. helena (ctbt)(Saint Helen) -15.5600 -5.4000 438 HE F 61931 FPST S. Tome(Sao Tome and Principe) 0.2300 6.4300 13 TP F 61934 FPPR Principe(Sao Tome and Princip) 1.3900 7.2500 5 TP F 61966 Diego garcia (ctbt)(Islands/A) -7.1700 72.2400 8 F 61967 FJDG Diego Garcia (Ocean Islands) -7.1800 72.2400 3 F 61968 Iles Glorieuses(Ocean Islands) -11.3500 47.1738 4 F 61970 Ile Juan De Nova(Ocean Island) -17.0300 42.4272 10 F 61972 Ile Europa (Ocean Islands) -22.2065 40.2043 6 F 61974 Agalega (Mauritius) -10.2300 56.3600 4 MA F 61976 Serge-Frolow (Reunion) -15.5327 54.3100 13 RE F 61979 Le Colorado (Reunion) -20.5472 55.2500 746 RE F 61980 FMEE Saint-Denis/Gillot (Reunion) -20.5355 55.3200 13 RE F 61981 Le Port (Reunion) -20.5600 55.1700 10 RE F 61982 St. Denis/Reunion (Reunion) -20.5460 55.3540 75 RE F 61984 FMEP Saint-Pierre (Reunion) -21.2000 55.2900 52 RE F 61986 St.Brandon (Mauritius) -16.2700 59.3700 4 MA F 61988 FIMR Rodrigues (Mauritius) -19.4100 63.2500 62 MA F 61989 Plaine Corail (Rodrigues) -19.4500 63.2200 34 MA F 61990 FIMP Plaisance (Mauritius) -20.2600 57.4102 57 MA F 61995 Vacoas (Mauritius) -20.1800 57.2968 425 MA F 61996 Martin De Vivies(Ocean Island) -37.4800 77.3400 29 F 61997 Alfred Faure (Ocean Islands) -46.2600 51.5200 146 F 61998 Port-Aux-Francais(Islands/Afr) -49.2100 70.1460 30 F * * Libya * 62002 Nalut (Libyan Arab Jamahirya) 31.5200 10.5900 621 LY S 62007 Zuara (Libyan Arab Jamahirya) 32.5300 12.0500 3 LY S 62008 Yefren (Libyan Arab Jamahirya) 32.0500 12.3300 691 LY S 62010 HLLT Tripoli(Libyan Arab Jamahirya) 32.4200 13.0500 63 LY S 62011 Garian (Libyan Arab Jamahirya) 32.0933 13.0072 729 LY S 62012 El Khoms(Libyan Arab Jamahiry) 32.3800 14.1800 22 LY S 62014 Benwlid(Libyan Arab Jamahirya) 31.4400 14.0100 259 LY S 62016 Misurata(Libyan Arab Jamahiry) 32.2500 15.0300 32 LY S 62018 Abu Njaym(Libyan Arab Jamahir) 30.3400 15.4300 90 LY S 62019 Sirte (Libyan Arab Jamahirya) 31.1200 16.3500 14 LY S 62053 HLLB Benina (Libyan Arab Jamahirya) 32.0600 20.1600 132 LY S 62054 Al-Marj(Libyan Arab Jamahirya) 32.3100 20.5300 335 LY S 62055 Agedabia(Libyan Arab Jamahiry) 30.4300 20.1000 7 LY S 62056 Shahat (Libyan Arab Jamahirya) 32.4800 21.5300 648 LY S 62059 Derna (Libyan Arab Jamahirya) 32.4700 22.3500 26 LY S 62062 Tobruk (Libyan Arab Jamahirya) 32.0600 23.5600 51 LY S 62063 HLGN Jamel Abdel Nasser(Libyan Ara) 31.5100 23.5500 155 LY S 62103 HLTD Ghadames(Libyan Arab Jamahiry) 30.0800 9.3000 347 LY S 62120 Gariat El-Sharghia(Libyan Ara) 30.2300 13.3500 497 LY S 62121 El Hamada(Libyan Arab Jamahir) 29.3100 12.5600 623 LY S 62124 HLLS Sebha (Libyan Arab Jamahirya) 27.0100 14.2700 432 LY F 62131 HLON Hon (Libyan Arab Jamahirya) 29.0700 15.5700 267 LY S *N62145 Marada (Libyan Arab Jamahirya) 29.28 19.20 37 LY S 62161 Gialo (Libyan Arab Jamahirya) 29.0200 21.3400 60 LY S 62176 Giarabub(Libyan Arab Jamahiry) 29.4500 24.3200 -1 LY S 62200 Obari (Libyan Arab Jamahirya) 26.3600 12.4700 463 LY F 62212 HLGT Ghat (Libyan Arab Jamahirya) 25.0800 10.0900 693 LY F *N62225 Tragen (Libyan Arab Jamahirya) 29.56 14.27 421 LY S 62259 Tazerbo(Libyan Arab Jamahirya) 25.4800 21.0800 261 LY F 62271 HLKF Kufra (Libyan Arab Jamahirya) 24.1300 23.1800 436 LY F * * Egypt * 62300 Salloum (Egypt) 31.3200 25.1100 4 EG S

62301 Sidi Barrani (Egypt) 31.3700 25.5400 25 EG S 62305 Sallum Plateau (Egypt) 31.3400 25.0800 6 EG S 62306 HEMM Mersa Matruh (Egypt) 31.2000 27.1300 30 EG S 62309 Dabaa (Egypt) 31.0197 28.2668 18 EG S 62315 Port Alexandria (Egypt) 31.1100 29.5200 14 EG S 62318 HEAX Alexandria/Nouzha (Egypt) 31.1090 29.5700 7 EG S 62324 Rosetta (Egypt) 31.2722 30.2222 3 EG S 62325 Baltim (Egypt) 31.3300 31.0507 2 EG S 62329 Port Damietta (Egypt) 31.2800 31.4600 4 EG S 62330 Damietta (Egypt) 31.2500 31.4900 3 EG S 62332 Port Said/El Gamil (Egypt) 31.1700 32.1427 6 EG S 62333 HEPS Port Said (Egypt) 31.1600 32.1700 2 EG S 62335 Rafh (Egypt) 31.1200 34.1200 75 EG S 62336 El Arish (Egypt) 31.0532 33.4900 17 EG S 62337 HEAR El Arish (Egypt) 31.0440 33.5015 32 EG S 62338 Ghazza (Egypt) 31.3000 34.2700 10 EG S 62339 Damanhour (Egypt) 31.0200 30.2800 2 EG S 62345 Tahrir (Egypt) 30.3900 30.4200 16 EG S 62354 Zagazig (Egypt) 30.3500 31.3000 13 EG S 62357 Wadi El Natroon (Egypt) 30.2415 30.2180 1 EG S 62360 Shebin El Kom (Egypt) 30.3600 31.0100 14 EG S 62366 HECA Cairo (Egypt) 30.0668 31.2483 75 EG S 62369 Bahtim (Egypt) 30.0860 31.1530 17 EG S 62371 Cairo H.Q. (Egypt) 30.0500 31.1700 26 EG S 62373 Embaba (Egypt) 30.0400 31.1100 18 EG S 62375 Giza (Egypt) 30.0300 31.1300 23 EG S 62378 Helwan (Egypt) 29.5177 31.2095 141 EG S 62381 Fayoum (Egypt) 29.1800 30.5100 23 EG S 62387 HEMN Minya (Egypt) 28.0500 30.4400 41 EG S 62389 Malwy (Egypt) 27.4200 30.4500 45 EG S 62392 Asyut (Egypt) 27.1200 31.1000 52 EG F 62393 HEAT Asyut (Egypt) 27.0300 31.0100 226 EG F 62397 Moubark (Egypt) 26.2057 31.4457 97 EG F 62398 Shoag airport (Egypt) 26.2060 31.4460 70 EG F 62402 Kena (Egypt) 26.1100 32.4400 74 EG F 62403 South of Valley Univ. (Egypt) 26.1200 32.4500 77 EG F 62405 HELX Luxor (Egypt) 25.4000 32.4238 99 EG F 62408 Edfou (Egypt) 24.5900 32.4995 89 EG F 62411 Kawm Umbu (Egypt) 24.2900 32.5700 102 EG F 62414 HESN Asswan (Egypt) 23.5787 32.4920 194 EG F 62416 Siwa (Egypt) 29.1500 25.3100 3 EG S 62417 Siwa (Egypt) 29.1200 25.2900 -13 EG S 62419 HEBL Abu Simbel (Egypt) 22.2255 31.3670 192 EG F 62420 Baharia (Egypt) 28.2000 28.5400 130 EG S 62423 Farafra (Egypt) 27.0350 27.5935 92 EG F 62425 Shark-El-Ouinat (Egypt) 22.3500 28.4297 274 EG F 62432 Dakhla (Egypt) 25.3017 28.5835 111 EG F 62435 Kharga (Egypt) 25.2787 30.3255 73 EG F 62440 HEIS Ismailia (Egypt) 30.3550 32.1500 13 EG S 62441 Ismailia (Egypt) 30.3600 32.1700 3 EG S 62450 El-Suez (Egypt) 29.5200 32.2800 4 EG S 62452 Nekhel (Egypt) 29.5487 33.4445 403 EG S 62453 Elhasana (Egypt) 30.2795 33.4673 226 EG S 62454 Bear El Abd (Egypt) 30.5800 32.4553 18 EG S 62455 Ras Sedr (Egypt) 29.3500 32.4300 16 EG S 62456 HETB Taba Airport (Egypt) 29.3527 34.4700 750 EG S 62457 Sant Katrein (Egypt) 28.4112 34.0375 1350 EG S 62458 Aburdees (Egypt) 28.5463 33.1173 8 EG S 62459 HETR El Tor (Egypt) 28.1253 33.3873 14 EG S 62460 HESH Sharm El Sheikh (Egypt) 27.5872 34.2360 51 EG S 62462 Hurghada (Egypt) 27.1700 33.4600 1 EG F 62463 HEGN Hurguada (Egypt) 27.1072 33.4805 14 EG F 62464 Hurghada (Egypt) 27.1713 33.4487 7 EG F 62465 Kosseir (Egypt) 26.0800 34.1550 11 EG F 62467 Dahab (Egypt) 28.2952 34.3000 19 EG S 62476 Shalatin (Egypt) 23.0800 35.3500 21 EG F * * Sudan

* 62600 HSSW Wadi Halfa (Sudan) 21.4900 31.2100 190 SU F 62615 Halaib (Sudan) 22.1300 36.3900 2 SU F 62620 Station No 6 (Sudan) 20.4500 32.3300 468 SU F 62635 Arbaat (Sudan) 19.5000 36.5800 120 SU F 62640 Abu Hamed (Sudan) 19.3200 33.1900 312 SU F 62641 HSSP Port Sudan (Sudan) 19.3500 37.1300 42 SU F 62650 HSDN Dongola (Sudan) 19.1000 30.2900 226 SU F 62652 Suakin (Sudan) 19.0600 37.2000 3 SU F 62660 Karima (Sudan) 18.3300 31.5100 249 SU F 62671 Tokar (Sudan) 18.2600 37.4400 19 SU F 62675 Aqiq (Sudan) 18.1400 38.1100 2 SU F 62680 HSAT Atbara (Sudan) 17.4200 33.5800 345 SU F 62682 Hudeiba (Sudan) 17.3400 33.5600 350 SU F 62700 Shendi (Sudan) 16.4200 33.2600 360 SU F 62721 HSSS Khartoum (Sudan) 15.3600 32.3300 380 SU F 62722 Aroma (Sudan) 15.5000 36.0900 431 SU F 62723 Shambat Observatory (Sudan) 15.4000 32.3200 380 SU F 62730 HSKA Kassala (Sudan) 15.2800 36.2400 500 SU F 62733 Halfa El Gedida (Sudan) 15.1900 35.3600 451 SU F 62735 Showak (Sudan) 14.1300 35.5100 511 SU F 62750 Ed Dueim (Sudan) 14.0000 32.2000 378 SU F 62751 Wad Medani (Sudan) 14.2400 33.2900 408 SU F 62752 HSGF Gedaref (Sudan) 14.0200 35.2400 599 SU F 62760 HSFS El Fasher (Sudan) 13.3700 25.2000 730 SU F 62762 HSNR Sennar (Sudan) 13.3300 33.3700 418 SU F 62770 HSGN Geneina (Sudan) 13.2900 22.2700 805 SU F 62771 HSOB El Obeid (Sudan) 13.1000 30.1400 574 SU F 62772 HSKI Kosti (Sudan) 13.1000 32.4000 381 SU F 62774 Umm Benin (Sudan) 13.0400 33.5700 435 SU F 62781 En Nahud (Sudan) 12.4200 28.2600 564 SU F 62790 HSNL Nyala (Sudan) 12.0300 24.5300 643 SU F 62795 Abu Na'ama (Sudan) 12.4400 34.0800 445 SU F 62801 HSRN Renk (Sudan) 11.4500 32.4700 282 SU F 62803 Rashad (Sudan) 11.5200 31.0300 885 SU F 62805 HSDZ Damazine (Sudan) 11.4700 34.2300 470 SU F 62809 Babanusa (Sudan) 11.2000 27.4900 453 SU F 62810 HSLI Kadugli (Sudan) 11.0000 29.4300 499 SU F 62840 HSSM Malakal (Sudan) 9.3300 31.3900 388 SU F 62871 Raga (Sudan) 8.2800 25.4100 545 SU F 62880 HSWW Wau (Sudan) 7.4200 28.0100 438 SU F 62941 HSSJ Juba (Sudan) 4.5200 31.3600 457 SU F * * United Kingdom * 99001 Berry head (United Kingdom) 50.2400 -3.2898 59 UK EGRR S 99002 Glasgow bishopton(United King) 55.5400 -4.3198 0 UK EGRR S 99003 Cassley (United Kingdom) 58.1002 -4.4398 10 UK EGRR S 99005 Dalwhinnie (United Kingdom) 56.5598 -4.1398 360 UK EGRR S 99006 Dunstaffnage (United Kingdom) 56.2700 -5.2598 0 UK EGRR S 99007 East Kilbride (United Kingdom) 55.4500 -4.1002 170 UK EGRR S 99008 East malling (United Kingdom) 51.1698 0.2700 50 UK EGRR S 99009 Eskdalemuir (United Kingdom) 55.1902 -3.1200 0 UK EGRR S 99010 Fyvie castle (United Kingdom) 57.2700 -2.2298 50 UK EGRR S 99011 Glentress (United Kingdom) 55.3900 -3.0798 160 UK EGRR S 99013 Inverpolly (United Kingdom) 58.0402 -5.1500 0 UK EGRR S 99014 Katesbridge (United Kingdom) 54.1800 -6.0600 60 UK EGRR S 99015 Killowen (United Kingdom) 54.0402 -6.1098 0 UK EGRR S 99016 Kinbrace (United Kingdom) 58.1398 -3.5502 110 UK EGRR S 99017 Needles old batttery(United K) 50.4002 -1.3498 50 UK EGRR S 99018 Orlock head (United Kingdom) 54.4002 -5.3498 15 UK EGRR S 99019 Point of ayre (United Kingdom) 54.2502 -4.2202 9 UK EGRR S 99020 Tyndrum (United Kingdom) 56.2500 -4.3900 250 UK EGRR S 99021 Winter hill (United Kingdom) 53.3702 -2.3102 450 UK EGRR S 99022 Butt of lewis (United Kingdom) 58.3102 -6.1602 0 UK EGRR S 99024 Salsburgh (United Kingdom) 55.5202 -3.5202 245 UK EGRR S 99025 Sutton bonington(United Kingd) 52.4998 -1.1500 45 UK EGRR S 99026 Middlesbrough Longlands colleg 54.3402 -1.1302 10 UK EGRR S

99028 Edgbaston (United Kingdom) 52.2900 -1.5598 135 UK EGRR S 99029 Manchester Hulme Library(Unit) 53.2598 -2.1500 60 UK EGRR S 99030 Loch Rannoch power house(Unit) 56.4098 -4.2400 210 UK EGRR S 99031 Shinfield park(United Kingdom) 51.2502 -0.5700 0 UK EGRR S 99032 Sloy (United Kingdom) 56.1500 -4.4302 300 UK EGRR S 99033 St. James`s Park(United Kingd) 51.3000 -0.0798 4 UK EGRR S 99034 Cambridge guildhall(United Ki) 52.1200 0.0702 20 UK EGRR S 99035 Channel tunnel(United Kingdom) 51.0498 1.0798 0 UK EGRR S 99036 Dartford bridge lcrr(United K) 51.2802 0.1500 0 UK EGRR S 99038 Gloucestershire airport(Unite) 51.5400 -2.1002 0 UK EGRR S 99039 Kingsferry bridge(United King) 51.2202 0.4302 0 UK EGRR S 99040 Kirklees council(United Kingd) 53.3900 -1.4698 70 UK EGRR S 99041 Longbridge (United Kingdom) 52.2298 -1.5898 0 UK EGRR S 99042 Preston Borough town hall 53.4602 -2.4200 30 UK EGRR S 99043 Rotherham (United Kingdom) 53.2700 -1.1998 20 UK EGRR S 99044 Sheffield university(United K) 53.2298 -1.2898 0 UK EGRR S 99045 Shepshed (United Kingdom) 52.4698 -1.1698 80 UK EGRR S 99046 Southsea (United Kingdom) 50.4800 -1.0600 0 UK EGRR S 99047 Leeds council (United Kingdom) 53.4698 -1.3198 0 UK EGRR S 99048 Leicester university(United K) 52.3798 -1.0798 90 UK EGRR S 99049 Durham (United Kingdom) 54.4602 -1.3498 80 UK EGRR S 99050 Hindley green (United Kingdom) 53.3102 -2.3300 0 UK EGRR S 99051 Wolverhampton (United Kingdom) 52.3498 -2.0798 110 UK EGRR S 99052 Towcester (United Kingdom) 52.0798 -0.5802 0 UK EGRR S 99053 Port of Tyne (United Kingdom) 55.0102 -1.2400 0 UK EGRR S 99054 Enfield (United Kingdom) 51.4098 -0.0300 40 UK EGRR S 99055 Liverpool museum(United Kingd) 53.2202 -2.5898 25 UK EGRR S 99056 Preston wynne (United Kingdom) 52.0702 -2.3900 80 UK EGRR S 99057 Woburn (United Kingdom) 52.0102 -0.3600 130 UK EGRR S 99058 Rothamstead (United Kingdom) 51.4800 -0.2100 90 UK EGRR S 99059 Pershore college of horticultu 52.0600 -2.0300 30 UK EGRR S 99060 Stonyhurst (United Kingdom) 53.5100 -2.2802 180 UK EGRR S 99062 Winterbourne 2(United Kingdom) 52.2736 -1.5557 140 UK EGRR S 99063 Rochdale (United Kingdom) 53.3600 -2.1098 140 UK EGRR S 99064 Milton keynes (United Kingdom) 52.0300 -0.4302 0 UK EGRR S 99065 Baglan bay/Prort talbot(Unite) 51.3702 -3.4902 0 UK EGRR S 99066 Port talbot council(United Ki) 51.3498 -3.4800 0 UK EGRR S 99067 Southwark (United Kingdom) 51.2898 -0.0498 10 UK EGRR S 99068 Winterbourne (United Kingdom) 52.2700 -1.5598 130 UK EGRR S 99070 Coventry/Coundon(United Kingd) 52.2502 -1.3198 120 UK EGRR S 99071 Deptford (United Kingdom) 51.2700 -0.0300 0 UK EGRR S 99072 Keele university roof(United ) 52.5700 -2.1800 180 UK EGRR S 99073 Bury clarks hill(United Kingd) 53.2898 -2.2100 0 UK EGRR S 99074 Bolton lever edge(United King) 53.3000 -2.2598 90 UK EGRR S 99076 Herne bay (United Kingdom) 51.2202 1.0798 1 UK EGRR S 99077 Bramham (United Kingdom) 53.5202 -1.1998 30 UK EGRR S 99078 Monks wood (United Kingdom) 52.2400 -0.1398 30 UK EGRR S 99079 Southampton oceanography centr 50.5400 -1.2298 5 UK EGRR S 99080 Wisley (United Kingdom) 51.1902 -0.2802 20 UK EGRR S 99081 North Wyke (United Kingdom) 50.4602 -3.5400 180 UK EGRR S 99082 Newry carnbane(United Kingdom) 54.1302 -6.2100 0 UK EGRR S 99083 Derrylin (United Kingdom) 54.0900 -7.3402 65 UK EGRR S 99085 Exeter h.q. site(United Kingd) 50.4302 -3.2802 0 UK EGRR S 99086 Helens bay (United Kingdom) 54.4002 -5.4500 20 UK EGRR S 99087 Cleethorpes Haverstoe park 53.3198 -0.0102 10 UK EGRR S 99088 Auchincruive (United Kingdom) 55.2800 -4.3400 48 UK EGRR S 99089 Braemar (United Kingdom) 57.0000 -3.2400 339 UK EGRR S 99090 Threave (United Kingdom) 54.5600 -3.5700 73 UK EGRR S 99092 Kinlochewe (United Kingdom) 57.3700 -5.1800 25 UK EGRR S 99093 Keele (United Kingdom) 53.0000 -2.1600 179 UK EGRR S 99094 North Dartmoor(United Kingdom) 50.4212 -3.5868 408 UK EGRR S 99095 Kew Gardens (United Kingdom) 51.2900 -0.1800 6 UK EGRR S 99098 Norwich Airport(United Kingdo) 52.4000 1.1600 32 UK EGRR S 99102 Eton, Dorney (United Kingdom) 51.2957 -0.3984 20 UK EGRR S 99107 Sheffield (United Kingdom) 53.2300 -1.2900 131 UK EGRR S 99113 Preston, Moor Park(United Kin) 53.4644 -2.4218 33 UK EGRR S 99114 Stormont Castle(United Kingdo) 54.3618 -5.4968 56 UK EGRR S 99115 Northampton (Moulton Park) 52.1600 -0.5300 127 UK EGRR S

99116 High Mowthorpe(United Kingdom) 54.0630 -0.3846 175 UK EGRR S 99117 Cluanie Inn No 3(United Kingd) 57.0936 -5.1104 223 UK EGRR S 99118 Santon Downham(United Kingdom) 52.2754 0.4044 6 UK EGRR S 99119 Farnham (Alice Holt Lodge) 51.1100 -0.5100 115 UK EGRR S 99120 Nettlecombe Birds Hill(United) 51.0702 -3.2088 271 UK EGRR S 99121 Altnahinch Filters(United Kin) 55.0228 -6.1524 213 UK EGRR S 99122 Cromer (United Kingdom) 52.5598 1.1776 37 UK EGRR S 99123 Cambridge (NIAB)(United Kingd) 52.1500 0.0600 26 UK EGRR S 99124 Bury St Edmunds (Brooms Barn) 52.1600 0.3400 75 UK EGRR S 99125 Lentran (United Kingdom) 57.2800 -4.2200 146 UK EGRR S 99126 Goudhurst (United Kingdom) 51.0463 0.2757 85 UK EGRR S 99127 Writtle (United Kingdom) 51.4417 0.2575 32 UK EGRR S 99128 Westonbirt (United Kingdom) 51.3636 -2.1314 135 UK EGRR S 99129 Carterhouse (United Kingdom) 55.2148 -2.3102 308 UK EGRR S 99130 Murlough (United Kingdom) 54.1470 -5.4980 12 UK EGRR S 99131 Banagher Caugh Hill(United Ki) 54.5310 -6.5796 216 UK EGRR S 99132 Drumnadrochit (United Kingdom) 57.1973 -4.2895 48 UK EGRR S 99133 Craibstone (United Kingdom) 57.1122 -2.1278 102 UK EGRR S 99134 Saughall (United Kingdom) 55.3606 -4.1356 221 UK EGRR S 99135 Gt Cumbrae Millport(United Ki) 55.4494 -4.5454 5 UK EGRR S 99136 Houghton Hall (United Kingdom) 52.4944 0.3936 65 UK EGRR S 99137 Bridgefoot (United Kingdom) 54.3894 -3.2748 49 UK EGRR S 99138 Tredegar, Bryn Bach Park(Unit) 51.4698 -3.1602 360 UK EGRR S 99139 Hampstead (United Kingdom) 51.3360 -0.1068 137 UK EGRR S 99141 Winchcombe, Sudeley Castle 51.5688 -1.5718 112 UK EGRR S 99142 Scarborough (United Kingdom) 54.1638 -0.2526 110 UK EGRR S 99143 Blencathra (United Kingdom) 54.3700 -3.0500 250 UK EGRR S 99144 Derrylin, Cornahoule(United K) 54.1134 -7.3366 68 UK EGRR S 99146 Astwood Bank (United Kingdom) 52.1488 -1.5604 137 UK EGRR S 99147 Ballywatticock(United Kingdom) 54.3432 -5.3930 6 UK EGRR S 99148 Charsfield (United Kingdom) 52.0972 1.1704 49 UK EGRR S 99149 Coton-in-the-Elms(United King) 52.4422 -1.3840 85 UK EGRR S 99150 Gogerddan (United Kingdom) 52.2591 -4.0116 31 UK EGRR S 99151 Gringley on the Hill(United K) 53.2435 -0.5296 68 UK EGRR S 99152 Newton Rigg (United Kingdom) 54.4020 -2.4716 169 UK EGRR S 99153 Elphin (United Kingdom) 58.0195 -5.0103 148 UK EGRR S 99154 Wych Cross (United Kingdom) 51.0400 0.0200 200 UK EGRR S 99155 Newport (Salop)(United Kingdo) 52.4662 -2.2556 66 UK EGRR S 99157 Otterbourne W Wks(United King) 51.0048 -1.2004 34 UK EGRR S 99158 Market Bosworth, Bosworth Park 52.3738 -1.2364 129 UK EGRR S 99159 Swanage (United Kingdom) 50.3679 -1.5744 10 UK EGRR S 99160 Cardiff, Bute Park(United Kin) 51.2928 -3.1122 9 UK EGRR S 99161 Cavendish (United Kingdom) 52.0541 0.3778 55 UK EGRR S 99162 Ryhill (United Kingdom) 53.3768 -1.2358 78 UK EGRR S 99163 Porthmadog (United Kingdom) 52.5484 -4.0948 7 UK EGRR S 99164 Pennerley (United Kingdom) 52.3540 -2.5688 357 UK EGRR S 99166 South Newington(United Kingdo) 51.5986 -1.2428 105 UK EGRR S 99167 Bainbridge (United Kingdom) 54.1848 -2.0600 210 UK EGRR S 99168 Harris Quidnish(United Kingdo) 57.4681 -6.5378 13 UK EGRR S 99169 Myerscough (United Kingdom) 53.5124 -2.4590 14 UK EGRR S 99170 Llysdinam (United Kingdom) 52.1300 -3.3700 196 UK EGRR S 99171 Bradford (United Kingdom) 53.4880 -1.4634 134 UK EGRR S 99172 Levens Hall (United Kingdom) 54.1600 -2.4600 0 UK EGRR S 99173 Ravensworth (United Kingdom) 54.2828 -1.4700 120 UK EGRR S 99174 Whitechurch (United Kingdom) 51.5930 -4.4068 129 UK EGRR S 99175 Killylane (United Kingdom) 54.4905 -6.0020 250 UK EGRR S 99176 Usk (United Kingdom) 51.4283 -2.5532 25 UK EGRR S 99177 Pateleys Bridge Ravens Nest 54.0421 -1.4620 259 UK EGRR S 99178 Normanby Hall (United Kingdom) 53.3820 -0.3947 47 UK EGRR S 99179 Nantwich Reaseheath Hall(Unit) 53.0515 -2.3148 40 UK EGRR S 99180 Edinburgh, Royal Botanic Garde 55.5800 -3.1264 26 UK EGRR S 99182 Frittenden (United Kingdom) 51.0847 0.3584 38 UK EGRR S 99183 Reading University Whiteknight 51.2648 -0.5629 66 UK EGRR S 99184 Scolton Country park(United K) 51.5156 -4.5523 75 UK EGRR S 99185 Wiggonholt (United Kingdom) 50.5626 -0.2517 28 UK EGRR S 99187 Morecambe No2 (United Kingdom) 54.0457 -2.5150 7 UK EGRR S 99188 Giants Causeway(United Kingdo) 55.1406 -6.3067 80 UK EGRR S 99189 Wellesbourne (United Kingdom) 52.1234 -1.3620 47 UK EGRR S

99190 Bude (United Kingdom) 50.4967 -4.3269 15 UK EGRR S 99192 Stowe (United Kingdom) 52.0250 -1.0080 145 UK EGRR S 99194 Swyddffynnon (United Kingdom) 52.1629 -3.5488 168 UK EGRR S 99195 Libanus (United Kingdom) 51.5544 -3.2927 331 UK EGRR S 99203 London, Olympic Park South 51.3207 -0.0113 5 UK EGRR S 99204 London, Olympic Park North 51.3255 -0.0067 21 UK EGRR S 99212 Gosport (United Kingdom) 50.5004 -0.0970 1 UK EGRR S

Appendix B: Calculation of derived parameters