Skip to content

barblessngo/unidrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3 -v venv .venv
pip install -r requirements.txt

# hit scripts/*-latest.py files to update latest from that source

Example find missing airports that are in ourairports.com but not OSM latest

# updates data/world/ourairports/airports.csv to latest
python scripts/ourairports-latest.py
# updates data/world/osm/overpass/aerodrome.csv to latest OSM
python scripts/overpass-latest.py
# runs the comparison and outputs to data/world/osm/overpass/missing_from_ourairports.csv 
python scripts/missing-from-ourairports.py

# how many are missing 
wc -l data/world/osm/overpass/missing_from_ourairports.csv 
    8765 data/world/osm/overpass/missing_from_ourairports.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published