Skip to content

add shorthands for constructs classes, for easier notebook plotting #40

@nowheremanx

Description

@nowheremanx

Currently, we have to call utils to plot the objects like trace, geofence, which always calls folium.

However, users might want a plot method just like geopandas.GeoDataframe:

  • trace.plot() which is equals to trace._frame.plot()
  • geofence.plot() which is equals to geofence.geometry

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