An open API service indexing awesome lists of open source software.

https://github.com/isciences/exactextract

Fast and accurate raster zonal statistics
https://github.com/isciences/exactextract

gis raster

Last synced: 5 months ago
JSON representation

Fast and accurate raster zonal statistics

Awesome Lists containing this project

README

          

# exactextract

[![Build Status](https://github.com/isciences/exactextract/actions/workflows/linux_build.yml/badge.svg)](https://github.com/isciences/exactextract/actions/workflows/linux_build.yml)
[![Build Status](https://github.com/isciences/exactextract/actions/workflows/python.yml/badge.svg)](https://github.com/isciences/exactextract/actions/workflows/python.yml)
[![codecov](https://codecov.io/gh/isciences/exactextract/branch/master/graph/badge.svg)](https://codecov.io/gh/isciences/exactextract)

`exactextract` provides a fast and accurate algorithm for summarizing values in the portion of a raster dataset that is covered by a polygon, often referred to as **zonal statistics**. Implemented in C++, it is available through a command line interface as well as packages for [Python](https://pypi.org/project/exactextract/) and [R](https://cran.r-project.org/package=exactextractr). More information is available in the [project documentation](https://isciences.github.io/exactextract).