dhruvmanila / unrasterize

Python package to convert raster data to GeoJSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Documentation

Documentation is available at unrasterize.readthedocs.io.

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

About

Python package to convert raster data to GeoJSON

License:MIT License


Languages

Language:Python 96.4%Language:Makefile 1.8%Language:Dockerfile 1.8%