Open dotis opened 1 year ago
The image lat+lon are set in the grafana plugin panel. The settings are accessed via the GUI.
I think I remember a rose plot plugin from grafana. If it is installed then it can be added like any other panel. If it is not installed then I can add the plugin.
Assuming the seascape images are coming through ERDDAP, adding a new grafana-erddap panel should be pretty easy. We can try pointing to the ERDDAP hosting them currently but I suspect we will need to mirror them by adding a dataset.xml to the erddap-config repo.
For (3), I am talking about the map image at the top, which is just a picture file. I don't set any lat/lon for that.
For (3), I am talking about the map image at the top, which is just a picture file. I don't set any lat/lon for that.
If it is not lat+lon extent of the image, then maybe we need to resize the size of the image as it appears on the dashboard (to fit better in the panel?). If that is the case then the easiest approach is probably to add some dynamic-sizing html to the panel's "markdown" content. Something like <img src='img/path.png' 'style="width:100%"/>'
instead of the current ![altext](img/path.png)
.