serpentine-h2020 / serpentine

Python tools and software developed by the SERPENTINE project for data downloading and performing of analysis and visualisation
https://serpentine-h2020.eu/tools/
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Unify format for date & time input #53

Open jgieseler opened 2 weeks ago

jgieseler commented 2 weeks ago

startdate & enddate are in the SEP Analysis Notebooks differently defined than e.g. plot_range or background (datetime vs string), which is confusing and should be made the same. startdate & enddate also support a string like "2021-10-28" as input, so change the example Notebooks accordingly.