Jesse,
I seem to be able to remove features from a GPKG datasource using
ExecuteSQL and “delete from layer_name where cond” style query with
the SQLITE dialect. For some of our use cases, this is quite a bit
nicer than a manual loop in Python.
Are there restrictions or other concerns that I
I seem to be able to remove features from a GPKG datasource using ExecuteSQL
and “delete from layer_name where cond” style query with the SQLITE dialect.
For some of our use cases, this is quite a bit nicer than a manual loop in
Python.
Are there restrictions or other concerns that I should ke