ShapesΒΆ
The Shape component type is a geopandas.GeoDataFrame which can be used to store network-related geographical data (e.g. for visualisations).
| attribute | type | unit | default | description | status |
|---|---|---|---|---|---|
| name | string | nan | nan | Unique name | Input (required) |
| geometry | geometry | nan | nan | Geometry | Input (optional) |
| component | string | nan | nan | Component type | Input (optional) |
| idx | string | nan | nan | Name of the component in index. | Input (optional) |
| type | string | nan | nan | Type of geometry | Input (optional) |