unrasterize

A simple API for lossfully converting raster datasets to GeoJSON.


Keywords
geospatial, geo, raster, gdal
License
MIT
Install
pip install unrasterize==1.0.0

Documentation

Unrasterize PyPI version Build Status Documentation Status License: 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. This is also the source of the files in the data directory used by the unit tests.

Installation

unrasterize is available on PyPI 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 for a list of these tools and how to install them.

Sample output

Representative points for France created using WorldPop raster data