Replies: 4 comments
-
Could this be the same issue as #466 (comment)? |
Beta Was this translation helpful? Give feedback.
-
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 My guess is that you'll need to read the RGB tif using rasterio's color interpretation, see https://rasterio.readthedocs.io/en/latest/topics/color.html. Note that xarray can't read the colorinterp properly, though I've been trying to get it to work via rioxarray (see corteva/rioxarray#414). |
Beta Was this translation helpful? Give feedback.
-
@graceebc9 does #466 (comment) solve your issue? |
Beta Was this translation helpful? Give feedback.
-
Assuming that this issue has been resolved, but if not feel free to reopen this issue. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions