Metadata-Version: 2.1
Name: geofileops
Version: 0.0.8
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 ogr2ogr under the hood to perform geospatial operations on files by using all available cores.
        
        Remark: VERY early version, not feature complete and not production ready AT ALL!
        
        ## Installation manual
        
        1. Create and activate a new conda environment
        ```
        conda create --name geofileops python=3.6 geopandas
        conda activate geofileops
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
