Metadata-Version: 2.4
Name: vectortools
Version: 0.0.6
Summary: Tools for processing different vector formats
Home-page: https://bitbucket.org/lighter/vectortools/
Requires-Dist: cchardet
Requires-Dist: GDAL<2.0.0,>=1.7.0
Dynamic: description
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

===========
vectortools
===========


.. image:: https://img.shields.io/pypi/v/vectortools.svg
    :alt: The PyPI package
    :target: https://pypi.python.org/pypi/vectortools

.. image:: https://img.shields.io/pypi/dw/vectortools.svg
    :alt: PyPI download statistics
    :target: https://pypi.python.org/pypi/vectortools


Installation
============

::

  pip install vectortools


Usage
=====

Converting shapefile to geojson ::

  from vectortools.geojson import convert_to_geojson

  convert_to_geojson('world_borders.shp')
