ARM-DOE / ACT

Atmospheric data Community Toolkit - A python based toolkit for exploring and analyzing time series atmospheric datasets
https://ARM-DOE.github.io/ACT/
Other
133 stars 34 forks source link

Update DatastreamParser to accecpt pathlib.PosixPath #809

Closed kenkehoe closed 4 months ago

kenkehoe commented 4 months ago

Updating DatastreamParserACT to accept pathlib.PosixPath as well as string paths. Fixing a few datetime64 calls to remove warnings during testing.