ubarsc / tuiview

TuiView is a lightweight raster GIS with powerful raster attribute table manipulation abilities
http://tuiview.org/
GNU General Public License v2.0
26 stars 13 forks source link
gis pyqt python rasterattributetables

Main Page: tuiview.org

TuiView is a lightweight raster GIS with powerful raster attribute table manipulation abilities. Features of TuiView include:

Download

Binaries

Binaries for Windows, Linux and Mac are available through Conda on the "conda-forge" channel:

  1. Download and install the Python 3.5 installer for your platform from the Miniconda site and type the following commands on the command line.
  2. conda config --add channels conda-forge
  3. conda create -n myenv tuiview
  4. source activate myenv # omit 'source' on Windows

Source

TuiView requires: Python >= 3.6, Numpy, GDAL and PyQt. Source available from Download Page or through git.

Documentation

Documentation is available in the TuiView wiki