qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.61k stars 3.01k forks source link

Add texture shading algorithms to the processing toolbox #36869

Closed saberraz closed 4 years ago

saberraz commented 4 years ago

I came across this set of algorithms which create texture shading: https://app.box.com/v/textureshading/folder/122668213

Here are some examples: http://www.shadedrelief.com/texture_shading/

The code appears to be under BSD: https://app.box.com/v/textureshading/file/540913016576

nyalldawson commented 4 years ago

Probably a better candidate for a 3rd party plugin?

saberraz commented 4 years ago

Could be a 3rd party plugin...if we don't want to clutter the processing toolbox with more python algorithms :)

nyalldawson commented 4 years ago

if we don't want to clutter the processing toolbox with more python algorithms

Definitely. Given that it's pure python (so can be a plugin), is of limited appeal, and is quite complex, I would much rather it was a 3rd party-maintained functionality.

(I'd also love to see it happen though!)