- Notifications
You must be signed in to change notification settings - Fork5
Python toolbox to process large geospatial vector files faster.
License
geofileops/geofileops
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Geofileops is a python toolbox to process large vector files faster.
Most typical GIS operations are available: e.g.buffer,dissolve,difference,intersection,union,...
The spatial operations are tested on geopackage and shapefile input files, butgeopackage is recommended as it will give better performance. Generallayerandfile operations can be used on the file formats supported byGDAL.
The full documentation is available onreadthedocs.
Different techniques are used under the hood to be able to process large files as fastas possible:
- process data in batches
- subdivide/merge complex geometries on the fly
- process data in different passes
- use all available CPUs
The following chart gives an impression of the speed improvement that can be expectedwhen processing larger files. Thebenchmarkstypically use input file(s) with 500K polygons, ran on a Windows PC with 12 cores and include I/O.
About
Python toolbox to process large geospatial vector files faster.