icesat2py / icepyx

Python tools for obtaining and working with ICESat-2 data
https://icepyx.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
217 stars 107 forks source link

interacting with the file system using pathlib instead of os.path #15

Open JessicaS11 opened 4 years ago

JessicaS11 commented 4 years ago

Currently, examples and code us os.path to interact with the file system. We'd like to transition to using pathlib instead. We're looking for someone interested in helping work with us on making this transition.

fspaolo commented 4 years ago

I think I can help replacing os.path, glob and directory/file operations with pathlib. I have started using pathlib on my code as well (and love this library).