Metadata-Version: 1.1
Name: geoformat
Version: 20190509.post6
Summary: Geoformat is a GDAL/OGR library overlayer
Home-page: https://framagit.org/Guilhain/Geoformat
Author: Guilhain Averlant
Author-email: g.averlant@mailfence.com
License: MIT
Description: ********************
        Welcome to Geoformat
        ********************
        
        Introduction
        ############
        
        
        Geoformat is GDAL / OGR  overlayer wiht MIT licence.
        The library aim is to simplify loading and OGR 'DataSource' and 'Layer' manipulations.
        Until now this library is in Alpha mode. This means that for the moment the structure of this library is not
        full oriented object compatible.
        
        Installation
        ############
        
        >>> pip install geoformat
        
        
        
        Basic manipulations
        ###################
        
        
        
        Geoformat structure
        -------------------
        
        .. image:: https://framagit.org/Guilhain/Geoformat/raw/master/images/geoformat.png
        
        Open a container
        ----------------
        
        A container is an equivalent to folder or a database containing one or several geolayer.
        
        Open a geolayer
        ---------------
        
        A geolayer is an equivalent to a file or a table in database containing one or several features with attibutes and/or
        geometry.
        
        
        Print data geolayer
        -------------------
        
        Sometime it can be uselful to print in terminal geolayer's attributes.
        
        
        Write geolayer in a OGR compatible GIS file
        -------------------------------------------
        
        You can obviously convert a geolayer in a compatible OGR file format.
        
        
        Write a container in OGR compatible dataSource
        ----------------------------------------------
        
        Like geolayer you can write a geoformat container in a folder or a GRG compatible datasource.
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: GIS
