Metadata-Version: 1.1
Name: bgeo.catasto
Version: 0.3.0
Summary: Italian land registry utilities
Home-page: http://github.com/bopen/bgeo.catasto
Author: Alessandro Amici
Author-email: a.amici@bopen.eu
License: GPL
Description: Introduction
        ============
        
        bgeo.catasto is a library for parsing and translating
        official land registry data published by the "Agenzia
        del Territorio" into more standard GIS formats.
        
        It currently support CXF/SUP map files and FAB/TER
        censo data.
        
        Dependencies
        ============
        
         * Python
         * GDAL/OGR + pyhton bindings
         * SQLalchemy + psycopg2 (for uploading censo data to a PostgeSQL db)
        
        On Ubuntu use:
        
            sudo apt-get install -y python-gdal python-sqlalchemy python-psycopg2
            sudo apt-get install -y python-pytest
        
        Develop
        =======
        
            cd bgeo.catasto
            pip install -r requirements.txt
            pip install -r requirements-dev.txt
        
        Tests
        =====
        
            py.test
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: GIS
