Skip to content

Generating Elevation Surface from a Single RGB Remotely Sensed Image Using Deep Learning

License

Notifications You must be signed in to change notification settings

Panagiotou/ImageToDEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageToDEM

Generating a 3D surface model from 2D satellite imagery

Usage

Visualization

Visualization of a DEM file can be achieved in two ways.

  • By using this great tool. First run the DEM2rgb.py, then positiveDEM.py scripts. Then run cd threejs-dem-visualizer, yarn build and yarn dev Project will be live @ localhost:8080

  • With pythons matplotlib functions plot_surface or scatter3D. First run the DEM2rgb.py script, then choose between running plot3D.py and scatter3D.py