-
Notifications
You must be signed in to change notification settings - Fork 143
Open

Description
This isn't really an issue, but how would I display a series of X,Y coordinates of points? Would it be possible to add a pop up window to the display?
The docs go into depth about displaying raster data but don't really cover vector data:
`from geonotebook.wrappers import RasterData
rd = RasterData('file:///path/to/file.tiff')
M.add_layer(rd[1, 2, 3], opacity=1.0, gamma=2.5)
`
Metadata
Metadata
Assignees
Labels
No labels