usgs / groundmotion-processing

Parsing and processing ground motion data
Other
54 stars 42 forks source link

Replace os.path with the Pathlib library #926

Closed emthompson-usgs closed 2 years ago

emthompson-usgs commented 2 years ago

Apparently Pathlib is the new hotness and I've been a neophobe by avoiding it: https://towardsdatascience.com/why-you-should-start-using-pathlib-as-an-alternative-to-the-os-module-d9eccd994745

arkottke commented 2 years ago

It has been hot for years now!

emthompson-usgs commented 2 years ago

"New" is a relative term...

emthompson-usgs commented 2 years ago

Lots of the code is now using pathlib. Closing this issue.