Flight-Path-Analysis / FlightPathAnalysis

✈️ A project to download and interpret historical flights and weather data, and trains a ML model to predict fuel consumption based on weather conditions on takeoff. Created for the Erdös Institute Data Science Bootcamp
Other
2 stars 1 forks source link

Get Access to historical weather data #21

Closed Andrerg01 closed 12 months ago

Andrerg01 commented 1 year ago

A resource here. Need to know how to access it programmatically (if at all). If not possible, get a big chunk of data and snip the parts we actually need.

Andrerg01 commented 1 year ago

Another project to read Level III NexRad data https://github.com/jjhelmus/nexrad_level3. May be of help

Andrerg01 commented 1 year ago

MetPy can also read those Level III files, apparently

Andrerg01 commented 1 year ago

Ok, think I made good progress... We can get a token here, and have access to the API. I figured out how to get some precipitation data and whatnot, radar data would be perfect. I'll work on it and push in a new branch soon

Andrerg01 commented 1 year ago

Made a wiki on the basic usage of the NOAA Weather Dataset API. My current plan:

Andrerg01 commented 1 year ago

As far as I could work out, I can't get access to radar NEXRAD data through the API. At least I couldn't get it to work. I can successfully get daily weather data for stations, so we might just need to use that. A higher time resolution would be better, but doesn't seem possible yet.

Andrerg01 commented 12 months ago

Great progress on getting NEXRAD data for any time of day ever! Made a wiki

Andrerg01 commented 12 months ago

Pretty much done here. Waiting for the meeting to confer and close the issue.

Andrerg01 commented 12 months ago

Closing!