Metadata-Version: 2.1
Name: extractTool
Version: 0.4.6
Summary: Tool for extracting spatial and temporal extent of Geodata
Home-page: https://github.com/carobro/Geosoftware2
Author: Die Gruppe 1
Author-email: c_bron02@uni-muenster.de
License: UNKNOWN
Description: PyPi Module
        
        Anleitung wie man pypi module erstellt:
        https://packaging.python.org/tutorials/packaging-projects/
        
        # Use as CLI-Tool
           
        ## Install
           
        `pip install extractTool`
        
        In addition, the following commands must be executed (if necessary with sudo):   
        `apt-get install python-gdal`     
        `apt-get install gdal-bin`   
        
        `pip install pytest`
        
        ## Usage
        
        `python detailebenen.py --path="<filepath>"`
        
        behind it can still be added specifications:
        
        Options:   
        `--bbox` &larr; for the bounding box of the file (is also set as default)      
        `--feature` &larr; to get all the coordinates of the file      
        `--single` &larr; to get only the coordinates of a file (also default)      
        `--whole` &larr; in combination with --bbox or --feature to read the respective one from an entire directory   
        `--time` &larr; to get the time of a file      
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
