CNES / rastertools

Python and CLI tools for radiometric indices and zonal statistics computation on raster imagery.
Apache License 2.0
1 stars 2 forks source link

Add an informative log in rastertools hillshade module on optimal radius #3

Closed guillaumeeb closed 3 weeks ago

guillaumeeb commented 3 weeks ago

An info log should be added there: https://github.com/CNES/rastertools/blob/main/src/eolab/rastertools/hillshade.py#L129.

This would help when debugging or understanding which radius has been used.

Something like:

Using optimal radius 68 for hillshade computation

guillaumeeb commented 3 weeks ago

Closed by https://github.com/CNES/rastertools/pull/4.