A simple API for lossfully converting raster datasets to GeoJSON.
Project description
# Unrasterize [](https://badge.fury.io/py/unrasterize) [](https://travis-ci.org/tetraptych/unrasterize) [](http://unrasterize.readthedocs.io/en/latest/?badge=latest) [](https://opensource.org/licenses/MIT)
Unrasterize is a Python library for converting raster datasets into GeoJSON objects by selecting representative points based on their pixel values. The conversion process results in less granular data with dramatically reduced file sizes for use in other applications that accept GeoJSON inputs.
The inspiration and original use case for this library is the 100m resolution population data provided by [WorldPop](http://www.worldpop.org.uk/). This is also the source of the files in the data directory used by the unit tests.
## Installation
unrasterize is available on [PyPI](https://pypi.python.org/pypi/unrasterize) and can be installed via the command pip install unrasterize.
rasterio, a depedency of unrasterize, may require the installation of additional GIS-specific tools outside of pip. Refer to the [Dockerfile](Dockerfile) for a list of these tools and how to install them.
## Sample output
