-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT REQ.] - AIRCRAFT DATA #39
Comments
CURL Command:
C# Http Request:
|
Something to consider... there are multiple lines of data for a single designator... for example: B738 has three different info groups. How will we combine all of that data in an automated way? |
This has been added, however, I don't know if I can include the [C/D] or [SRS] at least not solely from the data I am accessing "https://www4.icao.int/doc8643/External/AircraftTypes". (See picture below) |
Oh, I do not create an XML file for this. I will have to implement the xml file after we figure out the additional stuff. |
Climb and descent rates resource: |
To get an AIRCRAFTSPECS.xml created along with the Custom .ACINFO@@@ commands:
“if you go to the ICAO type code search form, then open the developer tools and go to the Network tab, you see a list of all data that the page has downloaded, and one of the entries in that list is a JSON file containing all the ICAO8643 data”
-a source that I know
The text was updated successfully, but these errors were encountered: