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
The problem is that closed makes us lose information regarding what type it was before it got closed. In this particular case, the name field makes it possible to figure out it was a heliport.
I'd suggest splitting this up into type (heliport, small_airport, etc.) and status (open, closed) in order to avoid losing this info and make the database more useful in the future, especially for automated processing.
The text was updated successfully, but these errors were encountered:
Right now, there are entries such as this in airports.csv:
The problem is that
closed
makes us lose information regarding what type it was before it got closed. In this particular case, the name field makes it possible to figure out it was a heliport.In other cases, such as this:
there's not enough information.
I'd suggest splitting this up into
type
(heliport, small_airport, etc.) andstatus
(open, closed) in order to avoid losing this info and make the database more useful in the future, especially for automated processing.The text was updated successfully, but these errors were encountered: