Saving back ds after modifications to the same file format as provided by AVIRIS #103
-
Hi HyperCoast team, First of all, thank you! I have a question: ` filepath = "ang20210401t150456_rfl_v2z1" How to save back ds? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Make sure the DataArray has |
Beta Was this translation helpful? Give feedback.
-
You can save the DataArray as an image and use hypercoast.aviris_to_image(dataset, wavelengths=[400, 500, 600], output="aviris.tif")
m = hypercoast.Map()
m.add_raster("aviris.tif")
m |
Beta Was this translation helpful? Give feedback.
You can save the DataArray as an image and use
add_raster()
method to load the image.