Converting the road tenure polys to lines currently generates some topo exception errors:
psql:sql/results.sql:100: ERROR: GEOSCoveredBy: TopologyException: side location conflict at 918702.54525807139 610948.015094153. This can occur if the input geometry is invalid.
The query probably just needs an ST_MakeValid wrapper
Converting the road tenure polys to lines currently generates some topo exception errors:
The query probably just needs an
ST_MakeValid
wrapper