tordanik / OSM2World

converter that creates three-dimensional models of the world from OpenStreetMap data
http://osm2world.org/
GNU Lesser General Public License v3.0
531 stars 122 forks source link

Add support for taxiways and aprons. #173

Open PlanMan1717 opened 3 years ago

PlanMan1717 commented 3 years ago

Runways are good, roads are good, taxiways and aprons, however, are not.

PHTO, Hilo International Airport, Hilo, Hawaii.

tordanik commented 3 years ago

Could you go into more detail on what you're seeing vs. what you're expecting to see?

Those tags already do have some rudimentary support in OSM2World, but I'm sure they could look better. As I don't know much about airports, I'd be happy to learn how they could be improved.

PlanMan1717 commented 3 years ago

I am no OSM expert either, but I can give you my best take on the matter.

Runways and taxiways are both appropriated by <tag k="aeroway" v="taxiway"/> and <tag k="aeroway" v="runway"/>

It should be noted that runways and taxiways are represented by ways or areas, and frequently exist together.

Runways

Analogy/Diagram:

=-------------------------------------------=
= 09 L -> - - - - - - - - - - - - - <- 27 R =
=-------------------------------------------=

=-------------------------------------------=
= 09 C -> - - - - - - - - - - - - - <- 27 C =
=-------------------------------------------=

=-------------------------------------------=
= 09 R -> - - - - - - - - - - - - - <- 27 L =
=-------------------------------------------=

The structure and composition of a runway:

Runways are multi-thousand feet long strips that frequently land many hundreds of heavy jets in any weather. They are designed to be as informative as possible while not interfering with a planes approach.

This is the part where I insert a disclaimer.

"I am not a pilot; just an enthusiast. Therefore, don't take what I say as complete, thorough, and/or a guide to land a plane... it is just to provide details pertaining to creating a realistic(ish) OSM datapoint."

Reference this diagram:

Taxiways


=================== : Black Yellow Black Yellow Black line combo

--------------------------------: Black Yellow Black center line

=================== : Black Yellow Black Yellow Black line combo

See https://www.faa.gov/airports/runway_safety/publications/media/QuickReferenceGuideProof8.pdf for more info.