Viewing airport data grouped according to their ICAO codes.
Airport data is from ourAirports, geographic data is from Natural Earth.
Clone with the submodules.
- Check
dl-country-borders.sh
, - Install and run
filter-icao.py dl
thenfilter-icao.py filter
. Move the resulting fileunparsed.ts
tosrc/data
. - Run
cargo run --release
inpoints_in_poly
. Move the resulting file./country-borders-simplified-2.geo.json
tosrc/data
, and rename it according to the previousgeo.json
file. - See scripts in
package.json
.