tomjanus / reemission

RE-emission is a collection of methods for calculating GHG emisisons from reservoirs
https://tomjanus.github.io/reemission/
GNU General Public License v3.0
5 stars 1 forks source link

Make the objects and methods work with pathlib.Path objects instead of strings #9

Closed tomjanus closed 1 year ago

tomjanus commented 2 years ago

Try to use pathlib.Path instead of paths defined as strings in order to increase portability and reduce the risk of potential issues on different operating systems

tomjanus commented 1 year ago

Fixed in various previous commits