# rio-interpolate **Repository Path**: mirrors_mapbox/rio-interpolate ## Basic Information - **Project Name**: rio-interpolate - **Description**: Interpolate raster values from GeoJSON geometry - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rio-interpolate Interpolate raster values from GeoJSON geometry ## Installation: ``` git clone git@github.com:mapbox/rio-interpolate.git` cd rio-interpolate pip install -e . ``` ## Usage: ``` fio cat {geojson} | rio interpolate {raster} ```