Helioviewer-Project / python-api

Python wrapper around the Helioviewer API.
https://hvpy.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
6 stars 5 forks source link

Rethink filepath handling #85

Open nabobalis opened 1 year ago

nabobalis commented 1 year ago

From working on https://github.com/Helioviewer-Project/python-api/pull/84

I think that we should split the filename into two parts, a directory keyword and a filename keyword. This would allow us to treat each part separately in any write function and allow us to satanize only the relevant parts.