google / weather-tools

Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
208 stars 39 forks source link

Weather-sp updated. #377

Closed dabhicusp closed 1 year ago

dabhicusp commented 1 year ago

While splitting the Grib file using weather-sp, I noticed that the file names generated after the splitting did not match the expected format as shown here. Instead of providing the actual values for {0}, {1}, and so on, it was displaying undef. To resolve this issue, I made some modifications to the code, and now it is working correctly. I have thoroughly tested these changes both locally, and everything is functioning as expected.