8000 Plot airport · Issue #8 · kj-9/prettymapp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Plot airport #8
Open
Open
@kj-9

Description

@kj-9

Currently, the code is only showing the "aerodrome" polygon and "runway" line

lc = {
    "air": {
        "aeroway": ["aerodrome"]
    },
    "airway": {
        "aeroway": ["runway", "taxiway", "parking_position"]
    }
}
aoi = get_aoi('fukuoka airport, fukuoka, japan', rectangular=True, radius=1000)
gdf = get_osm_geometries(aoi, lc)
fig = Plot(
    df=gdf,
    aoi_bounds=aoi.bounds,
    draw_settings=mystyle,  # You might want to set specific styles here, e.g., STYLES["Peach"]
).plot_all()

image

But using the Overpass API with aeroway=* tag, there is other features like taxiway which should show up in plot.

スクリーンショット 2023-07-30 16 32 56

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0