Tool Name | Date | Tool Type | Rating | |
---|---|---|---|---|
1 | Potree | 30 Dec 2014 | Visualization, Point Cloud Analysis | ![]() |
Keywords: WebGL, Viewer
License: Other Description: Potree is a free and open source WebGL based viewer for large point clouds. ( 20 billion and more ) Some of its features include distance & area measurements, height profiles, clip volumes, various point rendering qualities (square, circle, interpolation, splats) and different types of materials. |
||||
2 | TopoRivBlender | 24 Sep 2025 | Visualization | ![]() |
Keywords: blender, topography, hydrography, render, 3D, remote-sensing
License: Other Description: TopoRivBlender contains Python functions and workflows that allow for reproducible, automated generation of 3-dimensional images. The workflow is coded using a snakemake workflow that will programmatically (a) download geospatial data, (b) create 3-dimensional (3D) objects in Blender, and (c) generate the rendered image, all in just a few minutes. Rendering is the process of using your computer’s CPU or GPU to predict how light bounces off 3D objects into a simulated camera to make an image. The topo part of this workflow’s name stands for topography. Topographic data tells us the height (or elevation) of the Earth’s surface. When this data is recorded in a digital form, it is often referred to as a Digital Elevation Model (DEM). DEMs are commonly saved as raster files, which is a gridded dataset. The riv part of this workflow’s name stands for river network. River network data tells us where streams and rivers flow and connect. The locations of river and surface water are commonly saved as vector files. In these vector files, river pathways are represented as a series of lines that connect to one other on the Earth’s surface. Blender is a free and open-source 3D graphics software that you can use to create photorealistic images. In this workflow, we use Python to process the geospatial data for Blender to create the 3D images. We also utilize the Blender Python API to render images with code. See more infor here: https://waterdata.usgs.gov/blog/topo-riv-blender/ |