Now that pygrib works on Windows, so will all the HRRR_Pando scripts.
The rm command is currently used to remove the temporary HRRR file from the system. This needs to be changed to a pure python method, because rm is not recognized by the windows system.
Now that
pygrib
works on Windows, so will all the HRRR_Pando scripts.The
rm
command is currently used to remove the temporary HRRR file from the system. This needs to be changed to a pure python method, becauserm
is not recognized by the windows system.