Closed kirimaru-jp closed 5 months ago
I don't think Localtileserver supports solara. One workaround is to host the COG somewhere else and make it available through HTTP. Then you can use Map.add_cog_layer(). Or upload the image to your GEE account.
Thank you very much! I did upload my images to my GEE account, and it worked great!
I would like to develop a GEE web app allowing shape file upload (similar to this), hence I hope I could use
geemap
together withSolara
(e.g. I could store some raster data onHugging Face
, and letSolara
access them). At first, I followed your Solara tutorial and Load raster with geemap to test with your raster filedem.tif
stored locally. I could follow these 2 tutorials separately without any problems. I use Windows 10, withgeemap
0.23.1 andsolara
1.17.5.However, when I tried to combine them,
It failed with the following error when I run the code above with
solara run .\geemap_solara.py
:Is there any way to fix it, or could you suggest a different way? Many thanks!