We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
No response
The text was updated successfully, but these errors were encountered:
Unlikely to happen by magic. Someone will have to code that.
Sorry, something went wrong.
Precompute all of your derivatives and use gdal_calc.py to create this. No reason to add this special feature to gdaldem IMO.
gdaldem
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: