Python GIS - Raster No Data Values (GDAL)

preview_player
Показать описание
Learn how to handle no data values in calculations and change the no data value for a raster. No data values can sometimes be a pain to deal with when programming raster operations. This tutorial will cover how to make sure no data values are ignored and preserved during calculations and how to change the no data value of a raster.

Рекомендации по теме
Комментарии
Автор

Why do we need to write
'band1 [band1==ndv] = newndv' When we can just use and it changes the no data value as well?

saranazari
Автор

Is there a way to set a keyboard shortcut for running the script? Less clicking

lisalootte