hi guys,
inspired by your egu materials (the trick with Panel), i thought about another interactive feature in ipynb. i want to run a function (show time series plot) upon clicking to the map.
for this, i can get x,y coordinates in generated image, as in:
https://stackoverflow.com/questions/52235476/jupyter-notebook-register-mouse-position-clicks-moves-on-a-displayed-image-j
is there a way on how to get original geographic coordinates, i.e. back-projection from final image coordinates to lon, lat of the source?
thank you for any hints to push this forward
hi guys,
inspired by your egu materials (the trick with Panel), i thought about another interactive feature in ipynb. i want to run a function (show time series plot) upon clicking to the map.
for this, i can get x,y coordinates in generated image, as in:
https://stackoverflow.com/questions/52235476/jupyter-notebook-register-mouse-position-clicks-moves-on-a-displayed-image-j
is there a way on how to get original geographic coordinates, i.e. back-projection from final image coordinates to lon, lat of the source?
thank you for any hints to push this forward