mccarthyryanc / folium_gee

A few simple functions to render Google Earth Engine Tile Layers with Folium
MIT License
18 stars 6 forks source link

refreshing tiles #1

Closed guy1ziv2 closed 6 years ago

guy1ziv2 commented 6 years ago

Great tool - many thanks for putting this starting point !

I tried putting it into a Colaboratory document - https://colab.research.google.com/drive/1NdgUrdkHzcoSSS_7iUdUgr8oLf9_xGab

When I zoom in on the map, I sometimes get areas that are 'missing' i.e. unloaded tiles. Occasionally, it appears these never get refreshed. Any thoughts why?

Guy

mccarthyryanc commented 6 years ago

@guy1ziv2 are you looking at a different AOI than the one specified in the colab doc? Perhaps an AOI that doesn't have imagery within the filtered date range? When I run it, everything looks good to me: github_folium_gee_issue

mccarthyryanc commented 6 years ago

@guy1ziv2 actually, I did start to see some 'missing' tiles after adjusting the date range. However, it looked more like a lag in the GEE processing. If I waited a few seconds, or toggled the visibility in the 'visual' layer, the tiles eventually show up.