GeoPose
A Pose specialized for trajectory data representing the state of a traffic participant for a specific point in time
but with position information encoded as GeoObject using shapely.
digraph inheritance08f5dc256e {
bgcolor=transparent;
rankdir=LR;
size="8.0, 12.0";
"CollectionBase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"];
"PandasBase" -> "CollectionBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IndexMixin" -> "CollectionBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
"DataFrame" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Two-dimensional, size-mutable, potentially heterogeneous tabular data."];
"GeoDataFrame" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="A GeoDataFrame object is a pandas.DataFrame that has one or more columns"];
"GeoPose" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Representation of a traffic participant's pose with geospatial encoded position"];
"PoseBase" -> "GeoPose" [arrowsize=0.5,style="setlinewidth(0.5)"];
"GeoDataFrame" -> "GeoPose" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IndexMixin" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"];
"LocatableEntity" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"];
"PandasBase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"];
"DataFrame" -> "PandasBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TASIBase" -> "PandasBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TimestampMixin" -> "PandasBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
"PoseBase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"];
"CollectionBase" -> "PoseBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TASIBase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"];
"LocatableEntity" -> "TASIBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TimestampMixin" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"];
}
Attributes
Note
All geopandas GeoDataFrame methods are also available.