bcgov / bcgov/CE_integratedroads
MULTIPOINT present in output of preprocessed ften road section lines
- Dominant language
- Shell
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
$ ogrinfo /vsis3/$BUCKET/sources/whse_forest_tenure.ften_road_section_lines_svw.parquet -dialect SQLite -sql "SELECT DISTINCT GeometryType(geometry) AS gtype FROM \"whse_forest_tenure.ften_road_section_lines_svw\""
Layer name: SELECT
Geometry: None
Feature Count: 2
Layer SRS WKT:
(unknown)
gtype: String (0.0)
OGRFeature(SELECT):0
gtype (String) = MULTILINESTRING
OGRFeature(SELECT):1
gtype (String) = MULTIPOINT
```
Contributor guide
Research direction
No source file or test is named. Start by rerunning the ogrinfo query against the preprocessed whse_forest_tenure.ften_road_section_lines_svw.parquet dataset, then trace the repository's preprocessing entry point to find where the MULTIPOINT geometry is introduced. Done means the output contains the intended road geometry types without MULTIPOINT.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell, sql
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100