jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.4k stars 393 forks source link

Update airport Taitung-Fengnian (TTT/RCFN) #536

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by benlee999:

UPDATE airports SET name='Taitung-Fengnian', city='Taitung', country='Taiwan', iata='TTT', icao='RCFN', x=121.101681, y=22.754986, elevation=143, timezone=8, dst='N' WHERE apid=2262;

Existing, potentially conflicting airport information:

Array
(
    [name] => Fengnin
    [city] => Fengnin
    [country] => Taiwan
    [iata] => TTT
    [icao] => RCFN
    [x] => 121.101681
    [y] => 22.754986
    [elevation] => 143
    [apid] => 2262
    [uid] => 
    [timezone] => 8
    [dst] => U
    [tz_id] => Asia/Taipei
)

Cross-check this edit on other sites with compatible licensing:

jpatokal commented 8 years ago

New airport edit suggestion submitted by benlee999:

UPDATE airports SET name='Taitung', city='Taitung', country='Taiwan', iata='TTT', icao='RCFN', x=121.101681, y=22.754986, elevation=143, timezone=8, dst='N' WHERE apid=2262;

Existing, potentially conflicting airport information:

Array
(
    [name] => Fengnin
    [city] => Fengnin
    [country] => Taiwan
    [iata] => TTT
    [icao] => RCFN
    [x] => 121.101681
    [y] => 22.754986
    [elevation] => 143
    [apid] => 2262
    [uid] => 
    [timezone] => 8
    [dst] => U
    [tz_id] => Asia/Taipei
)

Cross-check this edit on other sites with compatible licensing:

jpatokal commented 8 years ago

New airport edit suggestion submitted by benlee999:

UPDATE airports SET name='Taitung', city='Taitung', country='Taiwan', iata='TTT', icao='RCFN', x=121.101681, y=22.754986, elevation=143, timezone=8, dst='N' WHERE apid=2262;

Existing, potentially conflicting airport information:

Array
(
    [name] => Fengnin
    [city] => Fengnin
    [country] => Taiwan
    [iata] => TTT
    [icao] => RCFN
    [x] => 121.101681
    [y] => 22.754986
    [elevation] => 143
    [apid] => 2262
    [uid] => 
    [timezone] => 8
    [dst] => U
    [tz_id] => Asia/Taipei
)

Cross-check this edit on other sites with compatible licensing:

jpatokal commented 8 years ago

New airport edit suggestion submitted by feufollet:

UPDATE airports SET name='Taitung', city='Taitung', country='Taiwan', iata='TTT', icao='RCFN', x=121.101681, y=22.754986, elevation=143, timezone=8, dst='U' WHERE apid=2262;

Existing, potentially conflicting airport information:

Array
(
    [name] => Fengnin
    [city] => Fengnin
    [country] => Taiwan
    [iata] => TTT
    [icao] => RCFN
    [x] => 121.101681
    [y] => 22.754986
    [elevation] => 143
    [apid] => 2262
    [uid] => 
    [timezone] => 8
    [dst] => U
    [tz_id] => Asia/Taipei
)

Cross-check this edit on other sites with compatible licensing: