Why are months (e.g. December) used to notate a runway?
Clash Royale CLAN TAG#URR8PPP
up vote
9
down vote
favorite
I'm writing a report on runway quality and I've stumbled onto a weird qualifier in the data. I understand that runway 17/35 indicates which direction the runway is facing based on magnetic heading.
RWY_ID 17/35 17/35 26-Aug 14/32 30-Dec 28-Oct 21-Mar 13/31
What does 21-March mean for example?
runways
New contributor
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
9
down vote
favorite
I'm writing a report on runway quality and I've stumbled onto a weird qualifier in the data. I understand that runway 17/35 indicates which direction the runway is facing based on magnetic heading.
RWY_ID 17/35 17/35 26-Aug 14/32 30-Dec 28-Oct 21-Mar 13/31
What does 21-March mean for example?
runways
New contributor
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
6
Where did you come across this data? Context might help. Please Edit your question.
– Michael Kjörling
22 hours ago
add a comment |Â
up vote
9
down vote
favorite
up vote
9
down vote
favorite
I'm writing a report on runway quality and I've stumbled onto a weird qualifier in the data. I understand that runway 17/35 indicates which direction the runway is facing based on magnetic heading.
RWY_ID 17/35 17/35 26-Aug 14/32 30-Dec 28-Oct 21-Mar 13/31
What does 21-March mean for example?
runways
New contributor
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm writing a report on runway quality and I've stumbled onto a weird qualifier in the data. I understand that runway 17/35 indicates which direction the runway is facing based on magnetic heading.
RWY_ID 17/35 17/35 26-Aug 14/32 30-Dec 28-Oct 21-Mar 13/31
What does 21-March mean for example?
runways
runways
New contributor
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 14 mins ago


ymb1
62k6194324
62k6194324
New contributor
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 22 hours ago


Ryan Estes
461
461
New contributor
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ryan Estes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
6
Where did you come across this data? Context might help. Please Edit your question.
– Michael Kjörling
22 hours ago
add a comment |Â
6
Where did you come across this data? Context might help. Please Edit your question.
– Michael Kjörling
22 hours ago
6
6
Where did you come across this data? Context might help. Please Edit your question.
– Michael Kjörling
22 hours ago
Where did you come across this data? Context might help. Please Edit your question.
– Michael Kjörling
22 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
37
down vote
Very likely, whatever data source you're using has been mangled by Excel (or some other spreadsheet or data processing system that tries to convert everything that might be a date into a date format).
26-Aug is actually runway 26/08, 30-Dec is actually runway 30/12, etc. (See "How are runways numbered?")
Some computer system saw those numbers, assumed that they were dates, and presented them that way. The other runways aren't valid as dates, so it left them alone. It wouldn't be the first time that people used Excel without fully understanding its default date-parsing settings and thereby causing problems for people trying to use their data afterward.
New contributor
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5
Brilliant deduction!
– Michael Hall
15 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
37
down vote
Very likely, whatever data source you're using has been mangled by Excel (or some other spreadsheet or data processing system that tries to convert everything that might be a date into a date format).
26-Aug is actually runway 26/08, 30-Dec is actually runway 30/12, etc. (See "How are runways numbered?")
Some computer system saw those numbers, assumed that they were dates, and presented them that way. The other runways aren't valid as dates, so it left them alone. It wouldn't be the first time that people used Excel without fully understanding its default date-parsing settings and thereby causing problems for people trying to use their data afterward.
New contributor
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5
Brilliant deduction!
– Michael Hall
15 hours ago
add a comment |Â
up vote
37
down vote
Very likely, whatever data source you're using has been mangled by Excel (or some other spreadsheet or data processing system that tries to convert everything that might be a date into a date format).
26-Aug is actually runway 26/08, 30-Dec is actually runway 30/12, etc. (See "How are runways numbered?")
Some computer system saw those numbers, assumed that they were dates, and presented them that way. The other runways aren't valid as dates, so it left them alone. It wouldn't be the first time that people used Excel without fully understanding its default date-parsing settings and thereby causing problems for people trying to use their data afterward.
New contributor
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5
Brilliant deduction!
– Michael Hall
15 hours ago
add a comment |Â
up vote
37
down vote
up vote
37
down vote
Very likely, whatever data source you're using has been mangled by Excel (or some other spreadsheet or data processing system that tries to convert everything that might be a date into a date format).
26-Aug is actually runway 26/08, 30-Dec is actually runway 30/12, etc. (See "How are runways numbered?")
Some computer system saw those numbers, assumed that they were dates, and presented them that way. The other runways aren't valid as dates, so it left them alone. It wouldn't be the first time that people used Excel without fully understanding its default date-parsing settings and thereby causing problems for people trying to use their data afterward.
New contributor
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Very likely, whatever data source you're using has been mangled by Excel (or some other spreadsheet or data processing system that tries to convert everything that might be a date into a date format).
26-Aug is actually runway 26/08, 30-Dec is actually runway 30/12, etc. (See "How are runways numbered?")
Some computer system saw those numbers, assumed that they were dates, and presented them that way. The other runways aren't valid as dates, so it left them alone. It wouldn't be the first time that people used Excel without fully understanding its default date-parsing settings and thereby causing problems for people trying to use their data afterward.
New contributor
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 18 hours ago
Peter Cooper Jr.
43115
43115
New contributor
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Peter Cooper Jr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5
Brilliant deduction!
– Michael Hall
15 hours ago
add a comment |Â
5
Brilliant deduction!
– Michael Hall
15 hours ago
5
5
Brilliant deduction!
– Michael Hall
15 hours ago
Brilliant deduction!
– Michael Hall
15 hours ago
add a comment |Â
Ryan Estes is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Estes is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Estes is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Estes is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faviation.stackexchange.com%2fquestions%2f55734%2fwhy-are-months-e-g-december-used-to-notate-a-runway%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
6
Where did you come across this data? Context might help. Please Edit your question.
– Michael Kjörling
22 hours ago