Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update airport Oslo Lufthavn (OSL/ENGM) #959

Closed
jpatokal opened this issue May 10, 2019 · 6 comments
Closed

Update airport Oslo Lufthavn (OSL/ENGM) #959

jpatokal opened this issue May 10, 2019 · 6 comments
Labels
airport Airport data update request.

Comments

@jpatokal
Copy link
Owner

New airport edit suggestion submitted by maxelive:

Array
(
[apid] => 644
[name] => Oslo Lufthavn
[city] => Oslo
[country] => Norway
[iata] => OSL
[icao] => ENGM
[x] => 11.0502
[y] => 60.1210
[elevation] => 681
[timezone] => 1
[dst] => E
)
;

Existing, potentially conflicting airport information:

Array
(
    [name] => Oslo Lufthavn
    [city] => Oslo
    [country] => Norway
    [iata] => OSL
    [icao] => ENGM
    [x] => 0
    [y] => 0
    [elevation] => 0
    [apid] => 644
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Oslo
    [type] => airport
    [source] => OurAirports
)

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

@jpatokal jpatokal added the airport Airport data update request. label May 10, 2019
@devmind-ua
Copy link

devmind-ua commented May 11, 2019

Seems the same issue for Johannesburg (JNB) airport. Coordinates were changed to [0, 0] for some reason. Probably related to 1b65d06.

@jpatokal
Copy link
Owner Author

New airport edit suggestion submitted by iceman85:

Array
(
[apid] => 644
[name] => Oslo Lufthavn
[city] => Oslo
[country] => Norway
[iata] => OSL
[icao] => ENGM
[x] => 11.1004
[y] => 60.1939
[elevation] => 681
[timezone] => 1
[dst] => E
)
;

Existing, potentially conflicting airport information:

Array
(
    [name] => Oslo Lufthavn
    [city] => Oslo
    [country] => Norway
    [iata] => OSL
    [icao] => ENGM
    [x] => 0
    [y] => 0
    [elevation] => 0
    [apid] => 644
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Oslo
    [type] => airport
    [source] => OurAirports
)

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

@iceman85
Copy link

Took the info from GEN airport source already listed in OpenFlights in order to have further guidance to restore the original location of Oslo Gardermoen Lufthavn. (aka OSL)

@martinlechner
Copy link

The same issue with TOS (Tromso) airport. Lat/Lon shows as 0/0.

@jpatokal
Copy link
Owner Author

New airport edit suggestion submitted by jonstanley:

Array
(
[apid] => 644
[name] => Oslo Lufthavn
[city] => Oslo
[country] => Norway
[iata] => OSL
[icao] => ENGM
[x] => 11.083889
[y] => 60.202778
[elevation] => 681
[timezone] => 1
[dst] => E
)
;

Existing, potentially conflicting airport information:

Array
(
    [name] => Oslo Lufthavn
    [city] => Oslo
    [country] => Norway
    [iata] => OSL
    [icao] => ENGM
    [x] => 0
    [y] => 0
    [elevation] => 0
    [apid] => 644
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Oslo
    [type] => airport
    [source] => OurAirports
)

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

@jpatokal
Copy link
Owner Author

Thanks for flagging, looks like these were caused by some junk entries in the latest OurAirports. Corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airport Airport data update request.
Projects
None yet
Development

No branches or pull requests

4 participants