Skip to content

Raster Interpolation is a QGIS plugin. It browses a vector layer of points, interpolates at their position the value of a raster layer and save the value in a chosen field of the vector layer.

Notifications You must be signed in to change notification settings

3nids/rasterinterpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e648b8c · Jun 16, 2015

History

50 Commits
Aug 7, 2013
May 8, 2013
Oct 4, 2013
May 8, 2013
Aug 7, 2013
Oct 4, 2013
Aug 7, 2013
Aug 7, 2013
May 7, 2013
Oct 4, 2013
Aug 7, 2013
Jun 13, 2015
May 8, 2013
Oct 4, 2013
Jul 22, 2013
May 8, 2013

Repository files navigation

About

Raster Interpolation is a QGIS plugin to interpolates values on raster layers.

It browses a vector layer of points, interpolates at their position the value of a raster layer and save the value in a chosen field of the vector layer.

Interpolation can be nearest, linear or bi-cubic. Simple filter on the vector layer may be applied (browse only currently NULL values and/or only selected features). It can be used to calculate elevation from a DTM.

Restrictions

  • The raster layer and the vector layer must have the same CRS (coordinate reference system).
  • The vector layer mustn't be a (PostGIS) multipoint layer.

Features

  • Interpolation: nearest neighbot, linear or bicubic* interpolation
  • Process can be limited to a selection or to yet undefined values
  • Choose band to process in the raster

*scipy is required

Screenshot

screenshot

About

Raster Interpolation is a QGIS plugin. It browses a vector layer of points, interpolates at their position the value of a raster layer and save the value in a chosen field of the vector layer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published