Open
Description
Today, px.line_mapbox
and px.line_geo
expect rows which are points, which are then split into groups and connected by lines.
In most GIS formats, however, as wrapped by GeoPandas, the entire line feature is often stored in a single row, just like choropleth geometries. We should have either a new pair of PX functions for this (px.line_feature_mapbox
?) or an option to the existing functions (px.line_mapbox(geojson=<geojson>)
) to support this option out of the box.