hubverse-org / hubverse-transform

Data transform functions for hubverse model-output files
MIT License
0 stars 0 forks source link

Replace pathlib with cloudpathlib #11

Closed bsweger closed 1 month ago

bsweger commented 1 month ago

This handles an error caused by treating S3 URIs like a regular path.

Instead, we can use cloudpathlib, which acts like Python's built-in pathlib but recognizes the URI formats of various cloud providers.