Metadata-Version: 2.1
Name: geofileops
Version: 0.2.2rc3
Summary: Package to do spatial operations on geo files.
Home-page: https://github.com/theroggy/geofileops
Author: Pieter Roggemans
Author-email: pieter.roggemans@gmail.com
License: UNKNOWN
Description: # geofileops
        Library to make spatial operations on geo files fast and easy. Accomplishes this by using geopandas, gdal and sqlite3/spatialite under the hood to perform geospatial operations on files by using all available cores.
        
        Remarks: 
        * Most typical operations are available: buffer, simplify, dissolve, union, erase, intersect,...
        * Only/mainly faster on large files and for CPU intensive operations (eg. overlays). The more available cores, the faster. 
        * Tested on geopackage and shapefile input files.
        
        Documentation can be found here:
        https://geofileops.readthedocs.io/en/latest/index.html
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: full
