https://github.com/fogleman/hirise
Convert HiRISE PDS IMG files to 3D meshes with normal maps.
https://github.com/fogleman/hirise
Last synced: 11 months ago
JSON representation
Convert HiRISE PDS IMG files to 3D meshes with normal maps.
- Host: GitHub
- URL: https://github.com/fogleman/hirise
- Owner: fogleman
- Created: 2014-08-24T19:37:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T18:17:18.000Z (over 11 years ago)
- Last Synced: 2025-04-01T20:12:36.478Z (12 months ago)
- Language: Python
- Size: 145 KB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HiRISE
Convert HiRISE Digital Terrain Models (DTM) to 3D meshes (.stl) and normal maps for display in OpenGL.
http://www.uahirise.org/dtm/
### Dependencies
brew install gdal
pip install Pillow numpy
### Usage
python main.py INPUT.IMG
Outputs a .stl mesh and a normal map .png.