fetch_raw_data()
Functions that fetch ADS-B data and metadata.
Fetch ADS-B data from a given source.
source (str) – Source of the ADS-B data (e.g., “adsb_exchange”).
base_url (str) – Base URL to fetch data from.
icao (str) – ICAO identifier of the aircraft.
metadata.
tuple[dict, dict]
ValueError – If the source is unknown or unsupported.