Giter Club home page Giter Club logo

Comments (2)

fdesjardins avatar fdesjardins commented on August 23, 2024

Hi there @mergingseas. You might want to explore the weather.gov API docs: https://www.weather.gov/documentation/services-web-api#/default/get_products_types__typeId__locations

It looks like you can get the FD1 (6-hour winds aloft forecasts) locations here: https://api.weather.gov/products/types/FD1/locations

These appear to be "NWS Weather Forecast Office Identifiers" , which correspond to CONUS regions, but I'm not sure exactly how they're determined.

For the actual data content/rows, these names seem to be stations / forecast locations that report this specific data. See the "Winds/Temps Data" here: https://aviationweather.gov/windtemp

I believe this is a list of all of those locations for winds/temps: https://aviationweather.gov/cgi-bin/json/FBWindsJSON.php

For finding the corresponding airports, I believe the easiest way is to use the 3-letter identifier of the station / forecast location and find the airport with the same identifier. I'm not sure if these exactly match up to ICAO identifiers (with the first letter dropped).

You can find the full listing of airports from the 5010 listing, which should also have 3-letter identifiers: https://www.faa.gov/airports/airport_safety/airportdata_5010/

Otherwise, you might have to match things up using the lat/long information.

Hope this helps, let us know if you find any better information or a better way to do this.

There's some additional info here that might be helpful too: https://www.cfinotebook.net/notebook/weather-and-atmosphere/winds-and-temperatures-aloft

from winds-aloft.

fdesjardins avatar fdesjardins commented on August 23, 2024

@mergingseas Also, I forgot to mention, aviationweather.gov has another listing of stations info in their ADDS Text Data Server: https://www.aviationweather.gov/dataserver/example?datatype=station

You can get the full list in XML here: https://www.aviationweather.gov/adds/dataserver_current/httpparam?dataSource=stations&requestType=retrieve&format=xml

from winds-aloft.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.