Skip to content
Prev 21290 / 29559 Next

rgdal writeOGR - clipping variable names

On Mon, Jul 7, 2014 at 4:44 AM, Barry Rowlingson
<b.rowlingson at lancaster.ac.uk> wrote:

            
Interesting. This can be done at the terminal with ogr2ogr, but
requires the -update switch. ogr2ogr requires the -update switch to
add a layer to a SpatiaLite file, but not to PostGIS. Hence, writeOGR
can add layers to PostGIS but not to SpatiaLite.

I don't think there's any way to pass the -update switch via writeOGR,
as it is not a dataset creation option or layer creation option.

Best,
--Lee