WxBDM / PyNimbus

A Python package to organize National Weather Service product data.
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

`get_spc_storm_reports` all option titles and column #4

Open WxBDM opened 5 years ago

WxBDM commented 5 years ago

It currently merges all of the storm reports together with the headers from original CSV file. There are 2 things to fix with this:

  1. The dataframe column header for all 3 reports need to be re-organized so that the column name for F-scale (tornado), Speed (wind), Size (hail) is relabeled to "Scale", and there aren't any headers based upon hazard inside the dataframe (see image below).
  2. There should be another column identifying what kind of hazard it is (tornado, wind, etc). This is so that the user can filter it based off of the cell value using pandas (maybe future integration as well?)
Screen Shot 2019-09-30 at 10 02 33 AM
blackfile commented 5 years ago

I can work on this

rishabmenon commented 4 years ago

Hi @WxBDM ! I hope you are doing good! :) Is this issue still open or is it being worked on by somebody else? :) If it's still open, maybe I could look into it.