Skip to content

Displaying Vector Data #150

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions