Metadata-Version: 1.0
Name: vectortools
Version: 0.0.4
Summary: Tools for processing different vector formats
Home-page: https://bitbucket.org/lighter/vectortools/
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: Installation
        ============
        
        ::
        
          pip install vectortools
        
        
        Usage
        =====
        
        Converting shapefile to geojson ::
        
          from vectortools.geojson import convert_to_geojson
        
          convert_to_geojson('world_borders.shp')
          
Platform: UNKNOWN
