Skip to content

lilopkins/eaip-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eAIP-rs

Overview

eAIP is a library that provides utilities, and abstracts access to electronic Aeronautical Information Packages (eAIPs). It includes a lot of functions to collect navigational data into convenient types, and for sections which have fewer pre-written tools (for example, operational data regarding aerodromes), tools are provided to fetch the pages from each Aeronautical Information Service (AIS) for processing yourself.

⚠️ Important Notice

Although data provided by this library is sourced from real-world sources, this data is not suitable for use in real-world flight, particularly as errors in this library could cause corruption of vital data.

Do not use for real world flight.

Getting Started

See the examples/ directory for examples of how to fetch the data, or view the documentation.

Considerations

Do consider copyright over the data this library can access. This library only accesses the live data and parses it into useful, machine-readable data. If you use this library to store the data in any fashion, be aware that it may be under various licenses.

Tested Against

The following is a list of AISs that this library is tested to work against.

  • NATS (UK, working 2022-06-13)
  • LVNL (NL, working 2022-06-13)

About

Tools to scrape useful data from eAIPs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages