Getting started#

The rvt Python package contains three modules:

  • vis (rvt.vis) for computing visualizations

  • blend (rvt.blend) for blending visualizations together

  • default (rvt.default) for defining default parameters with methods to compute and save visualization functions using set parameters

This section explains how to complete some basic visualisation tasks using these modules, as well as some information on how to choose which visualizations to use.

If you need some data to get started, a small sample dataset (2.43 MB) and a larger sample dataset (152 MB) are available for download.

See also

For more detailed explanations of how to use rvt visit RVT for Python

Tip

Carlos Carbajal has written an excellent two-part blog post on the use of RVT in Python and QGIS (in Spanish). You can check it out here: Part 1 & Part 2.


CONTENTS