RTIInternational / teehr

Tools for Exploratory Evaluation in Hydrologic Research

Home Page:https://rtiinternational.github.io/teehr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work on adding basic plots

mgdenno opened this issue · comments

Tasks:

  • Take stock of what plots we want to implement (based on on Workshop materials, discussion with Katie)
  • Evaluate plotting frameworks (Holoviews, Bokeh, Plotly, Matplotlib, others?)
    • Ease of implementing needed plots
    • Flexibility
    • How it will fit into TEEHR package

Notes from meeting with Matt:

  • Initial addition of plots should follow: timeseries > location map > metrics
  • Location map should be employed for anything with a xxx.to_geopandas() method
  • For primary_timeseries, we would need to groupby all the columns and plot unique trace if no argument is provided.

Notes from 9-16-2024:

image