You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes for sure this is easy to be done.
I cannot include this in the package because fetching extra data like DST means extra loading time.
But you can extract them easily by running airportsFetch.py, and adding one more like unique_airport["DST"] = values[<The DST place>].replace('"', '').strip()
I am curious though how are you going to use DST @m33ts4k0z 🧐
Hello and thanks for this library.
I wonder if there is a way to get even the DST from the scrapped data since openflights provide this as well.
Thanks
The text was updated successfully, but these errors were encountered: