Skip to content
Prev 24336 / 29559 Next

best practice for reading large shapefiles?

On Tue, 26 Apr 2016, Vinh Nguyen wrote:

            
Most likely, as both use the respective OGR drivers. With data this size, 
you'll need a competent platform (probably Linux, say 128GB RAM) as 
everything is in memory. I find it hard to grasp what the point of doing 
this might be - visualization won't work as none of the considerable 
detail certainly in these files will be visible. Can you put the lot into 
an SQLite file and access the attributes as SQL queries? I don't see the 
analysis or statistics here.

Roger