Morten W. Hansen
Morten W. Hansen
I had forgotten to compile the pixel functions... The ASAR file now passes the test, but there is a radarsat-2 product that doesn't - can you check @asumak?
I proposed a function that replaces band data with updated data, e.g. called "update_band" or something. ``` def update_band(array): meta = self.get_metadata(...) vrt.delete_band vrt.add_band (with metadata) ```
obs - we have both created branches for this issue....
We can use yours. Can you merge with mine and delete my branch?
I don't like the way you're just adding a new option to the function. I asked for a new function that simply returns the legend - this will provide much...