@squawk/airspace 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
<h1><img src="../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle"> @squawk/airspace</h1>
|
|
2
|
+
|
|
3
|
+
[](../../LICENSE.md) [](https://www.npmjs.com/package/@squawk/airspace) 
|
|
2
4
|
|
|
3
5
|
Pure logic library for querying US airspace geometry. Given a position and altitude,
|
|
4
6
|
returns all applicable airspace designations. Contains no bundled data - accepts a
|
|
5
7
|
GeoJSON dataset at initialization. For zero-config use, pair with `@squawk/airspace-data`.
|
|
6
8
|
|
|
9
|
+
Part of the [@squawk](https://www.npmjs.com/org/squawk) aviation library suite. See all packages on npm.
|
|
10
|
+
|
|
7
11
|
## Coverage
|
|
8
12
|
|
|
9
13
|
- Class B, C, D, and E controlled airspace (E2 through E7 subtypes)
|