You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we're already using NetTopologySuite we might as well use their STRtree implementation to facilitate querying the data. Usually this approach is incredibly fast (no overhead from latency, obviously).
Goals:
Query airspace files locally (and maybe even other types)
Add helper methods to check what airspaces a Coordinate or Point type is in.
The text was updated successfully, but these errors were encountered:
As we're already using NetTopologySuite we might as well use their
STRtree
implementation to facilitate querying the data. Usually this approach is incredibly fast (no overhead from latency, obviously).Goals:
Coordinate
orPoint
type is in.The text was updated successfully, but these errors were encountered: