Hi, I've been using FillBurn with a streams shapefile without any fields. You can create a shapefile with no fields by creating a dataset with a temporary field, and then deleting it. I've mocked up a script that will do this. I don't know if it's a great idea to be creating these kinds of shapefiles, but the error message that was produced wasn't helpful in figuring out what was wrong.
OS: Ubuntu 22.04
WhiteboxTools Open Core: v2.4.0
GDAL: v3.8.2
Create one vector with fields and one without using the script below.
Hi, I've been using FillBurn with a streams shapefile without any fields. You can create a shapefile with no fields by creating a dataset with a temporary field, and then deleting it. I've mocked up a script that will do this. I don't know if it's a great idea to be creating these kinds of shapefiles, but the error message that was produced wasn't helpful in figuring out what was wrong.
OS: Ubuntu 22.04 WhiteboxTools Open Core: v2.4.0 GDAL: v3.8.2
Create one vector with fields and one without using the script below.
Create a DEM.
Running FillBurn with the streams with fields works fine.
Running FillBurn on streams without fields produces this unhelpful back trace.
create_vectors.py