0

I want to add this map to my website. Is it possible to do it?

Life rocks
  • 21
  • 1
  • 4

1 Answers1

0

One option is to make a free account with datapane and use the geemap package which has functions for turning a GEE layer into an interactive datapane object, which can then be imbedded in HTML.

See this tutorial on using geemap to make an interactive datapane object.

Once the map has been created, the map widget will be in your datapane account along with a code snippet for embedding in HTML!

I noticed that the link you sent is using GEE in the JavaScript environment, so this answer would require you to engage with the Python API, however I have personally hosted interactive maps this way and it is fairly simple. One caveat is that the maps will need to be re-updated every few days when the token expires.

double-beep
  • 5,031
  • 17
  • 33
  • 41
Elmstead
  • 64
  • 9