Hello all
I have one confusion regarding between the snappy commands. One can record the width of their product using the following two commands:
Width1 = product.getSceneRasterWidth()
Width2 = product.getBand(‘bandName’).getRasterWidth()
I assumed that both will give the same value which is clearly not the case for me. Can anyone please tell me what is the difference between two?