I need some insight and help because I do not even know where to start from.
Through a series of calculations, I have produced a range of Geotiff files. My goal is to create a web app which will actually allow to someone to open these files and project the maps.
In regard with web apps, I have only done a couple of projects with Dash or streamlit.
In regard with loading Geotiff files, I have worked with rasterio.
I have basically looked for ways to couple the two and it does not really seem possible to load Geotiff files.
I tried folium but it does not accept layers (I was thinking of projecting my files-maps as layers above the folium objects, but it did not work if you check at the image).
It seems like I have to switch to javascript / leaflet (but I am not a developer and I am only familiar with python) or learn to apply Django.
I am looking for advice, resources, tutorials, ideas... anything that could help me get started.
