OU-CS-Capstone-2024 / NOTAMyWatch

Group Capstone project at the University of Oklahoma. Project consists of creating an app that will more effectively warn pilots about airspace hazards. Using the FAA API for NOTAMs.
0 stars 0 forks source link

Deciding on what variables we need to pass to API #4

Closed Gabrieldowen closed 6 months ago

JmzCS50 commented 7 months ago

as of 2/10/2024 , we are using :

Response Format: geoJson Effective Start Date: 2024-02-01T00:00:00Z (Beginning of the month) Effective End Date: 2024-02-28T23:59:59Z (End of the month) Longitude: -118.4085 (LAX Longitude) Latitude: 33.9416 (LAX Latitude) Radius: 100 (Assuming nautical miles, adjust if the unit is different) Sort By Parameter: notamType Sort Order: Asc

Gabrieldowen commented 6 months ago

we decided giving the user all the variables as optional would be the best idea. That way we cater to the most people