A webcomponent to visualize your geotiff file
In the body page add the component and the script like this:
<geotiff-visualizer jsonurl="url_to_json" lang="en" band="2"></geotiff-visualizer>
<script src="https://url_to/formater-geotiff-visualizer-vjs.js"></script>Where
jsonurlis a json file describing your geotiff list, (specifications @inprogress)bandinteger beginning by 1. The band to display first (optional)langis the code languagefroren(optionnal)attributionis a boolean to display or hide the attribution line (optionnal)
<geotiff-visualizer max-files="3" band="2"></geotiff-visualizer>
<script src="https://url_to/formater-geotiff-visualizer-vjs.js"></script>Where
max-filesthe maximum number of files the user can load (optional)bandinteger beginning by 1. The band to display first (optional)langis the code languagefroren(optionnal)attributionis a boolean to display or hide the attribution line (optionnal)
tokendirurlis the dir url where are listed subswath
zenodothe record identifier in zenodo plateform
