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
- Host: GitHub
- URL: https://github.com/isciences/exactextract
- Owner: isciences
- License: apache-2.0
- Created: 2018-06-12T19:15:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T17:04:53.000Z (5 months ago)
- Last Synced: 2025-06-17T18:22:39.297Z (5 months ago)
- Topics: gis, raster
- Language: C++
- Size: 1.08 MB
- Stars: 284
- Watchers: 13
- Forks: 35
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
- Awesome-Geospatial - 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. (Tools)
README
# exactextract
[](https://github.com/isciences/exactextract/actions/workflows/linux_build.yml)
[](https://github.com/isciences/exactextract/actions/workflows/python.yml)
[](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).