-
Notifications
You must be signed in to change notification settings - Fork 3
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
_metadata.json : add GDAL command to generate RGB display #74
Comments
maybe even try generate the VRT conent and store it in the json: more complex band math could be applied and the real TRUE COLOR result achieved: Start with |
Feedback from planet/sinergsie "EO Browser is powered by a proprietary technology Sentinel Hub. " -> no info how they operate their system |
Is your feature request related to a problem? Please describe.
There is a need to add a field with a GDAL command to each _metadata.json file as for the gdal enhancement function, so BGDI can use this info to generate VRT see https://jira.swisstopo.ch/browse/BGDIDIC-2772
Describe the solution you'd like
A field should be added to each _metadata.json file for the _10m band containing the GDAL command:
gdal_translate /vsicurl/https://data.geo.admin.ch/ch.swisstopo.swisseo_s2-sr_v100/2024-03-19t102639/ch.swisstopo.swisseo_s2-sr_v100_mosaic_2024-03-19t102639_bands-10m.tif gdal_translate_byte.vrt -a_nodata 9999 -scale -exponent 0.5 -of VRT
. having -a_nodata 9999 and https://data.geo.admin.ch/ch.swisstopo.swisseo_s2-sr_v100/2024-03-19t102639/ch.swisstopo.swisseo_s2-sr_v100_mosaic_2024-03-19t102639_bands-10m.tif changed according to the fileDescribe alternatives you've considered
Currently FSDI is generating the VRT files for each file and stores it internally
Additional context
Once this implemented, KOGIS will use the provided command and as fallback their json
The text was updated successfully, but these errors were encountered: