Skip to content

Commit 36e13c5

Browse files
authored
Merge pull request #1175 from hut8/feat/faa-nasr
Add FAA NASR airspace import for authoritative US airspace data
2 parents 2ee70a8 + d2419f6 commit 36e13c5

12 files changed

Lines changed: 968 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 243 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ pprof = { version = "0.15", features = ["flamegraph", "protobuf-codec", "frame-p
110110
lru = "0.16"
111111
moka = { version = "0.12", features = ["future", "sync"] }
112112
sha2 = "0.10.9"
113+
scraper = "0.23"
114+
shapefile = "0.7"
113115
kml = "0.13"
114116
hex = "0.4.3"
115117
aws-config = { version = "1.8", features = ["behavior-version-latest"] }

0 commit comments

Comments
 (0)