Tagged Questions
2
votes
0answers
56 views
How to create raster attribute table to a raster data using gdal python?
I classified a remote sensing data and saved it as a raster using Gdal python. I want to create a raster attribute table for this classified result.. my classified raster has five classes with ...
8
votes
2answers
360 views
How to reclassify a very large land cover dataset?
Consider the NLCD2001 Land Cover dataset for Alaska (download link). I need to reclassify this dataset so that only pixels of value 41, 42, and 43 are preserved; all other pixel values should become ...