geometry
geometry
descriptionThe geometry is an optional file that contains geometry information (shapepoints) for a line object. It is similar to Geometries in the SharedStreets reference system. The specification also allows for geometry information to be stored directly on the link table.pathgeometry.csvschemamissingValues['NaN', '']primaryKey['geometry_id']fieldsMatchsubset
| name | type | description | constraints |
|---|---|---|---|
| geometry_id | any | Primary key - could be SharedStreets Geometry ID | {'required': True} |
| geometry | any | Link geometry, in well-known text (WKT) format. Optionally, other formats supported by geopandas (GeoJSON, PostGIS) may be used if specified in geometry_field_format in gmns.spec.json. |