-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api fixed, getSubGrid method added for ease...ipynb test bed added
- Loading branch information
Showing
5 changed files
with
307 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,68 @@ | ||
# pyNDFD-fetcher | ||
|
||
API to fetch data from NDFD without breaking | ||
|
||
List of possible elements | ||
|
||
I swear I am going to fix this!! | ||
|
||
https://graphical.weather.gov/xml/docs/elementInputNames.php | ||
|
||
Work in progress | ||
Maximum Temperature maxt | ||
Minimum Temperature mint | ||
3 Hourly Temperature temp | ||
Dewpoint Temperature dew | ||
Apparent Temperature appt | ||
12 Hour Probability of Precipitation pop12 | ||
Liquid Precipitation Amount qpf | ||
Snowfall Amount snow | ||
Cloud Cover Amount sky | ||
Relative Humidity rh | ||
Wind Speed wspd | ||
Wind Direction wdir | ||
Weather wx | ||
Weather Icons icons | ||
Wave Height waveh | ||
Probabilistic Tropical Cyclone Wind Speed >34 Knots (Incremental) incw34 | ||
Probabilistic Tropical Cyclone Wind Speed >50 Knots (Incremental) incw50 | ||
Probabilistic Tropical Cyclone Wind Speed >64 Knots (Incremental) incw64 | ||
Probabilistic Tropical Cyclone Wind Speed >34 Knots (Cumulative) cumw34 | ||
Probabilistic Tropical Cyclone Wind Speed >50 Knots (Cumulative) cumw50 | ||
Probabilistic Tropical Cyclone Wind Speed >64 Knots (Cumulative) cumw64 | ||
Wind Gust wgust | ||
Fire Weather from Wind and Relative Humidity critfireo | ||
Fire Weather from Dry Thunderstorms dryfireo | ||
Convective Hazard Outlook conhazo | ||
Probability of Tornadoes ptornado | ||
Probability of Hail phail | ||
Probability of Damaging Thunderstorm Winds ptstmwinds | ||
Probability of Extreme Tornadoes pxtornado | ||
Probability of Extreme Hail pxhail | ||
Probability of Extreme Thunderstorm Winds pxtstmwinds | ||
Probability of Severe Thunderstorms ptotsvrtstm | ||
Probability of Extreme Severe Thunderstorms pxtotsvrtstm | ||
Probability of 8- To 14-Day Average Temperature Above Normal tmpabv14d | ||
Probability of 8- To 14-Day Average Temperature Below Normal tmpblw14d | ||
Probability of One-Month Average Temperature Above Normal tmpabv30d | ||
Probability of One-Month Average Temperature Below Normal tmpblw30d | ||
Probability of Three-Month Average Temperature Above Normal tmpabv90d | ||
Probability of Three-Month Average Temperature Below Normal tmpblw90d | ||
Probability of 8- To 14-Day Total Precipitation Above Median prcpabv14d | ||
Probability of 8- To 14-Day Total Precipitation Below Median prcpblw14d | ||
Probability of One-Month Total Precipitation Above Median prcpabv30d | ||
Probability of One-Month Total Precipitation Below Median prcpblw30d | ||
Probability of Three-Month Total Precipitation Above Median prcpabv90d | ||
Probability of Three-Month Total Precipitation Below Median prcpblw90d | ||
Real-time Mesoscale Analysis Precipitation precipa_r | ||
Real-time Mesoscale Analysis GOES Effective Cloud Amount sky_r | ||
Real-time Mesoscale Analysis Dewpoint Temperature td_r | ||
Real-time Mesoscale Analysis Temperature temp_r | ||
Real-time Mesoscale Analysis Wind Direction wdir_r | ||
Real-time Mesoscale Analysis Wind Speed wspd_r | ||
Watches, Warnings, and Advisories wwa | ||
Ice Accumulation iceaccum | ||
Maximum Relative Humidity maxrh | ||
Minimum Relative Humidity minrh | ||
|
||
|
||
|
||
|
||
**Work in progress** |
Oops, something went wrong.