I have a bunch of points (4+ million) with one outlier that needs
removed. I created a vector points file by using r.to.vect to create
a vector points file and associated table in sqlite.
When I run v.extract (v.extract -r input=pointsmod@PERMANENT
output=pointsfixed type=point layer=1 list=3884384 new=-1 --overwrite)
I get the following error upon writing attributes:
Writing attributes...
Cannot allocate memory: can't create fork
Unable to start driver <sqlite>
Unable to copy table
v.extract complete.