eurodatacube / eodash

Software behind the RACE dashboard by ESA and the European Commission (https://race.esa.int), the Green Transition Information Factory - GTIF (https://gtif.esa.int), as well as the Earth Observing Dashboard by NASA, ESA, and JAXA (https://eodashboard.org)
https://race.esa.int
MIT License
91 stars 42 forks source link

Mobility>correlation explorer enhancement #2479

Closed Patrick1G closed 6 months ago

Patrick1G commented 6 months ago

For the correlation explorer, see example below, could we: 1) refer to each grid cell element by their (column, row) index rather than e.g. "unnamed feature 3" 2) color code the points in the scatter plot, e.g. grid cell (311,755) points are magenta, cell (28, 433) are blue, etc. and indicate this in a legend accordingly?

Image

lubojr commented 6 months ago
  1. I am afraid, we do not have this information in the database for the final product, we just have arbitrary internal satellite IDs but not row/column values. I've added at least labels of those that we have now instead of "Unnamed feature i"
  2. Thanks for the idea for an enhancement. Implemented in 040c5c92e64925140cae5b76adbab4ccb3574855 currently in a branch.

image

Also removed the comparison of satellite values with themselves (AQ1_1)

cc @santilland @FranLeonelli @Patrick1G Closing issue