mappymatch icon indicating copy to clipboard operation
mappymatch copied to clipboard

add shorthands for constructs classes, for easier notebook plotting

Open nowheremanx opened this issue 3 years ago • 0 comments

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

nowheremanx avatar May 02 '22 17:05 nowheremanx