WKTs getting cut off

Hi,

One of my RiskScape models ran through but returned the following warning:
[WARNING] Data in column 'WKT', row 507879 was truncated. Spreadsheet software can struggle to display cells of data with more than 32,767 characters, so the data has been truncated to make sure the output is usable.

I do not intend to use the outputs in a spreadsheet software and would therefore prefer to retain the feature’s Well Known Text geometry in its entirety. Is there a way to turn this off?

Thanks,
Luisa

Hi Luisa

RiskScape doesn’t have any way of turning the CSV column truncation off.

Typically if geometry is needed in output files we’d suggest it be saved in one of the geo-spatial data formats such as geopackage. You could save that data in both a geospatial format and as CSV. You could even use the remove_attr function to remove the geometries before saving to CSV.

I hope this helps.

Glenn