Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Texture Shading to gdaldam #11828

Open
arenol opened this issue Feb 10, 2025 · 2 comments
Open

Add Texture Shading to gdaldam #11828

arenol opened this issue Feb 10, 2025 · 2 comments

Comments

@arenol
Copy link

arenol commented Feb 10, 2025

Feature description

Anyone bother to add texture shading to the gdaldem app?

command line argunments would be something like

gdaldem texture [-Z <Zfactor , default =1.0>] [-T <texture_amount: 0-200>] ... <inputdem> <outputfile>

See https://www.textureshading.com/ for reference.

Additional context

No response

@rouault
Copy link
Member

rouault commented Feb 10, 2025

Anyone bother to add texture shading to the gdaldem app?

Unlikely to happen by magic. Someone will have to code that.

@hobu
Copy link
Contributor

hobu commented Feb 10, 2025

Precompute all of your derivatives and use gdal_calc.py to create this. No reason to add this special feature to gdaldem IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants