diagonalworks / diagonal-b6

b6: Diagonal's geospatial analysis engine.
Apache License 2.0
24 stars 3 forks source link

Handle MultiLineString's in gdal ingest #329

Open silky opened 1 month ago

silky commented 1 month ago

The gdal ingest currently rejects MultiLineString input: https://github.com/diagonalworks/diagonal-b6/blob/main/src/diagonal.works/b6/ingest/gdal/source.go#L181

However, there seems to be some functionality for it in the geojson code, so I think this just needs to be connected up.