OpenSenseAction / OPENSENSE_sandbox

Collection of runable examples with software packages for processing opportunistic rainfall sensors
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

Add interactive plotting of CML map and CML time series via `cml_data_explorer` #28

Open cchwala opened 2 years ago

cchwala commented 2 years ago

I built a small and preliminary visualization tool that can plot CML locations and data on a map and which can interactively show the timeseries of each CML by clicking on it.

This is the repo https://github.com/cchwala/cml_data_explorer with a quick screencast of how it looks in action.

cchwala commented 2 years ago

These lines should be added to the env file in the env repo

  # Additional dependencies for cml_data_explorer
  - panel
  - holoviews
  - hvplot