AeroDex
Aviation data from aviationweather.gov for entertainment. Not for pre-flight decision making.
AeroDex is a plugin that provides aviation data from aviationweather.gov for entertainment purposes. It allows you to access information useful for pilots, but please note that it is not intended for pre-flight decision making. With AeroDex, you can explore and discover various aviation-related data in a lighthearted and interactive way. So whether you're an aviation enthusiast or just curious about flight information, AeroDex is the plugin for you!
How to
Comments (0)
API docs
Learn how to use AeroDex effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "What is the latest METAR for multiple weather stations?"
-
Prompt 2: "Can you provide the METAR with TAF for a specific weather station?"
-
Prompt 3: "Give me the PIREPs within a range specified by the user."
-
Prompt 4: "Find the airport data for a particular city."
-
Prompt 5: "Get the active SIGMETs."
Features and commands
Feature/Command | Description |
---|---|
multipleStationsMetar | This command retrieves the latest METAR from multiple weather stations. You need to provide an array of station codes. The response includes both decoded METAR details and raw METAR details. |
metarWithTaf | This command retrieves the latest METAR including TAF for specific weather stations. You need to provide an array of station codes. The response includes both decoded METAR details with TAF and raw METAR details. |
getPireps | This command retrieves the PIREPs reported within 200 statute miles from a specific station. You need to provide the station code. |
getPirepsWithRange | This command retrieves the PIREPs reported within a range specified by the user from a specific station. You need to provide the station code and the range. |
airportData | This command retrieves the details of airports present in a specific city. You need to provide the name of the city. The command does not accept states or regions and returns all airports matching the city. |
getSigmets | This command retrieves the decoded active SIGMETs. |
getAirmets | This command retrieves the decoded active AIRMETs. |
forecastDiscussion | This command retrieves the forecast discussion for an area specified by the user. You need to provide the code of the area. If no code is specified, the command converts the area name to its forecast discussion code. |