Skip to content

Latest commit

 

History

History
159 lines (118 loc) · 4.19 KB

FireWxPy_docs.md

File metadata and controls

159 lines (118 loc) · 4.19 KB

Welcome To FireWxPy

Thank you for choosing to use FireWxPy in your weather operations and/or research. The purpose of this package is to help fellow meteorologists create realtime data visualizations of weather data with an emphasis on fire weather. The goal of this project is to make creating these graphics with the least amount of work required for the user. These graphics are designed to be part of a script that is being automatically run via either a Cron Job or via the Windows Task Scheduler. These plots display National Weather Service forecast data as well as 2.5km x 2.5km Real Time Mesoscale Analysis data from the UCAR THREDDS server: https://www.unidata.ucar.edu/software/tds/

The Role of the User

FireWxPy does at least 95% of the work for the user to create data visualizations of various types of weather analysis and forecast data. However, there is still plenty of customization for the users.

Here is what the user will still be responsible for:

  1. Importing the needed Python modules
  2. Choosing the bounds for the plot in latitude/longitude coordinates.
  3. There is a function where the user can customize the title, colorscale, colorbar, figure size and weather parameter of a plot.
  4. There are also plenty of preset plots that the user will be able to call functions from the FireWxPy_Plots module.

Table of Contents

Data Access Module

Retrieving the NWS Days 1-3 NDFD Gridded Data

Retrieving the NWS Days 4-7 NDFD Gridded Data

Data Access Module

The data_access module hosts functions that retrieve data from the National Weather Service FTP Server and the UCAR THREDDS Server.

National Weather Service NDFD Data There are two things the user needs to know when using FireWxPy to download gridded data from the NWS FTP Server: 1) File Path 2) Weather Element (i.e. Forecast Parameter)

File Path List

Here is the complete list of all the file paths for each region of the NWS NDFD gridded data:

CONUS aka "Lower-48"

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.conus/

Alaska

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.alaska/

Central Great Lakes

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.crgrlake/

Central Mississippi Valley

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.crmissvy/

Central Plains

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.crplains/

Central Rockies

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.crrocks/

Eastern Great Lakes

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.ergrlake/

Guam

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.guam/

Hawaii

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.hawaii/

Mid-Atlantic

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.midatlan/

Northeast

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.neast/

Northern Hemisphere

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.nhemi/

North Pacific Ocean

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.npacocn/

Northern Plains

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.nplains/

Northern Rockies

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.nrockies/

Oceanic

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.oceanic/

Pacific Northwest

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.pacnwest/

Pacific Southwest

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.pacswest/

Puerto Rico

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.puertori/

Southeast

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.seast/

Southern Mississippi Valley

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.smissvly/

Southern Plains

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.splains/

Southern Rockies

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.srockies/

Upper Mississippi Valley

/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.umissvly/

Weather Element List

Here is a link to the document that has the proper syntax for each Weather Element of the NWS NDFD gridded data: https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fwww.weather.gov%2Fmedia%2Fmdl%2Fndfd%2FNDFDelem_fullres.xls&wdOrigin=BROWSELINK