How do I calculate the DN value from the GeoTIFF image using
Posted: Sun Sep 09, 2018 11:30 pm
How do I calculate the DN value from the GeoTIFF image using Python libraries only?
Will I get multiple pixels in this process?
I could have opened the image in SNAP/QGIS and gone to the respective coordinates using mouse and noted down the DN value.
But, I have around 60 images and I'll get more. I'd like to automate this process.
I have found some relevant libraries:
*Raster IO
*Affine
*GDAL
I am not a tech guy.
Will I get multiple pixels in this process?
I could have opened the image in SNAP/QGIS and gone to the respective coordinates using mouse and noted down the DN value.
But, I have around 60 images and I'll get more. I'd like to automate this process.
I have found some relevant libraries:
*Raster IO
*Affine
*GDAL
I am not a tech guy.