So I have a python server/notebook that generates a sizeable numpy tensor with W, H and N layers. I want to display it like a map (to zoom into it, look at data visually and from afar, pan around, and draw a shape on top). I wonder how to do it with Mapbox viewer so that if I place some shape or point onto it, I would get approximate W, and H coordinates in the original image/tensor points?