lalligagger / satgpt-app

app test for satgpt updates (langchain + panel)
MIT License
65 stars 11 forks source link

Add a scatter plot to compare two bands #12

Open ivandorte opened 1 year ago

ivandorte commented 1 year ago

It would be nice to add a scatter plot to investigate the relationships between different combinations of bands (e.g. red vs. nir). Then we could add a tap stream to pick a pixel from the map and see how it is collocated in this scatter plot.

ivandorte commented 1 year ago

WIP

Immagine 2023-06-25 164129

The stream works, but it is very inefficient; next steps:

lalligagger commented 1 year ago

Ok - no problem to push this out a bit if it'll be a bigger effort! Looks very cool though. Definitely like the idea of selectable ROI which will help the load. Could also think about using an agg function so it isn't every pixel but some binning.