blaylockbk / goes2go

Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
https://goes2go.readthedocs.io/
MIT License
205 stars 38 forks source link

fix pandas deprecation warning #49

Closed ocefpaf closed 1 year ago

ocefpaf commented 1 year ago

Fix the

FutureWarning: In a future version of pandas all arguments of StringMethods.rsplit except for the argument
'pat' will be keyword-only.

warning.

blaylockbk commented 1 year ago

Thank!