-
Notifications
You must be signed in to change notification settings - Fork 1
Pyramid Shader Skillshare
Zach Levitt edited this page Sep 20, 2022
·
14 revisions
Pyramid Shader is a free application for visualizing elevation data developed by Bernhard Jenny, Charles Preppernau and Jim Eynard.
To install, first visit the website for Pyramid Shader and download the Java JAR file. There is also an option for Windows exe file.
To run Pyramid Shader locally, you must first install Java 8.
To open the Java application, run the following line from your terminal:
Java -jar PyramidShader.jar
Data format: Pyramid Shader accepts ESRI ASCII files, which you can convert to in QGIS or using this GDAL command: # reproject gdalwarp -s_srs 'EPSG:4326' -t_srs '+proj=aea +lat_0=37.5 +lon_0=-96 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs' -overwrite elevation_90m_usa.tif elevation_90m_usa_proj.tif
# resample to a fewer pixels
gdalwarp -tr 180 180 -r cubicspline elevation_90m_usa_proj.tif elevation_180m_usa_proj.tif
#convert to ASCII format
gdal_translate -of AAIGrid INPUT_FILENAME.tif OUTPUT_FILENAME.asc
gdal_translate -of AAIGrid elevation_180m_usa_proj.tif elevation_180m_usa_proj.asc
- Edit -> Scale Grid Values
- Vertical Exaggeration for Shading
- Landforms removal - level of blurring
- Details removal - amount of detail gone
- Exposition Color
- Bivariate Color