Skip to content

nickmcummins/VirtualTerrainProject

Repository files navigation

The Virtual Terrain Project Software

The VTP has a suite of cross-platform applications and libraries for geospatial processing and 3D visualization of terrain. The main applications are:

  • VTBuilder: Loads all your raw data from GIS formats, allows you to process them as needed to prepare them for visualization: resample, reproject, add higher-level descriptions, set attributes, then export to efficient formats.

  • Enviro: 3D runtime environment, which allows you to not only visualize but also dynamically interact in many ways (move buildings, plant trees, change time of day, and much more.)

If you only want to run the software, there are installers for Windows

How do I get set up?

Dependencies

  • Required: GDAL, libMini, wxWidgets, OpenSceneGraph, libjpeg, libpng.

  • Optional: libbzip2, libcurl, QuikGrid, and a few more.

New Dependencies

  • Required: GDAL 2, OpenSceneGraph (>= 3.2), libMini (>= 11.5.2), wxWidgets (>= 2.8), libjpeg, libpng.

Current Quirks on Ubuntu 15.04

  • remove OsgEarth_include dir in ccmake
  • GDAL2 has no package yet, I suggest building it with ./configure --prefix=/usr/local/gdal2 so it doesnt interfere with your system gdal, then just set GDAL_INCLUDE and GDAL_LIBRARY in cmake

Contribution guidelines

About

Tools for easily constructing any part of the real world in interactive, 3D digital form. Imported from https://bitbucket.org/bdiscoe/vtp/commits/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published