Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 336 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 336 Bytes

airspace-loader-rs

This library provides a loader for airspace data. Currently only open aip is supported but can be extended for other formats.

Usage

The airspace loader can be used in the following way:

let airspaces = airspace_loader_rs::AirspaceLoader::load_from_file("file_name.xml");