You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm creating a new RasterDataset class for the NOAA high res RGB satellite imagery (https://storms.ngs.noaa.gov/)
but struggling to get the sampler to work, think it may be an issue with the TIF being multi-channel/ not sure how to extract the RGB bands from a single TIF thats not labelled.
The data comes in TIF tiles of 2.5km, 3 x 9415 x 9415, and looks like this in XARRAY
This is my current class , for tiles with names like '20210830aC0932315w294800n.tif'
Could you point to a download link for the GeoTiff file (somehow can't get the download working on my browser)? Or maybe post the output of gdalinfo 20210830aC0932315w294800n.tif
Hello, I'm creating a new RasterDataset class for the NOAA high res RGB satellite imagery (https://storms.ngs.noaa.gov/)
but struggling to get the sampler to work, think it may be an issue with the TIF being multi-channel/ not sure how to extract the RGB bands from a single TIF thats not labelled.
The data comes in TIF tiles of 2.5km, 3 x 9415 x 9415, and looks like this in XARRAY
This is my current class , for tiles with names like '20210830aC0932315w294800n.tif'
Thanks
The text was updated successfully, but these errors were encountered: