Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Python toolbox to process large geospatial vector files faster.

License

NotificationsYou must be signed in to change notification settings

geofileops/geofileops

Repository files navigation

Actions StatusCoverage StatusPyPI versionConda versionDOI

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.

Geo benchmark


[8]ページ先頭

©2009-2025 Movatter.jp