otto-link / SatColorLUT

A python script to generate color lookup table for heightmaps based on earth DEM and true color data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SatColorLUT

A python script to generate color lookup table for heightmaps based on earth DEM and true color data.

RDT_20230719_093825.mp4

License

This project is licensed under the GNU General Public License v3.0.

Usage

To generate the trivariate (elevation, gradient components) colormaps use the python script generate_clut.py:

python3 generate_clut.py

To use the colormap on a test heightmap use the python script generate_clut.py:

python3 apply_clut.py

Visit https://worldview.earthdata.nasa.gov to retrieve DEM and true color data of the earth surface.

How it works

Like that:

About

A python script to generate color lookup table for heightmaps based on earth DEM and true color data

License:GNU General Public License v3.0


Languages

Language:Python 100.0%