-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geoTIFF output should have band description in a different format #257
Comments
Can you do a 'tiffinfo' on the 'correct' tiff versus the vito tiff? That will tell us how the actual tiff metadata looks like. |
Thanks for the clarification Jeroen, I agree that even GDAL metadata fields are not the standard, but I just wanted to mention this, so that you are aware of it. Anyway, the tiffinfo outputs are here.
and with added GDAL description fields:
|
Ok, it's a geotrellis issue: |
Hi,
I'm working on the client side processing and trying to automatize the metadata extraction from netCDFs and geoTIFFs.
Currently, I'm not able to get band names from geoTIFFs generated by VITO.
You can check this issue using rasterio or gdal:
The issue could be solved putting the band names with the field
Description
not inmetadata
(I'm not sure if it makes any difference if it's uppercase, lowercase or with the first letter capital as GDAL writes it).A way to add the description in the "right" way is the following (S2_L2A_data_mod.tiff is a copy of S2_L2A_data.tiff):
After this step, the band names are correctly recognized automatically:
tiff_samples.zip
gdalinfo on VITO geoTIFF
gdalinfo on the modified geoTIFF
The text was updated successfully, but these errors were encountered: