python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.86k stars 2.22k forks source link

Can Folium overlay geotiff images on a base map? It would be nice. #517

Closed zhang01GA closed 7 years ago

zhang01GA commented 8 years ago

overly a satellite image on to base maps?

ryanbaumann commented 8 years ago

@zhang01GA Lot's of options, but the first one that comes to mind is to create a Mapbox style with your geoTiff, and add your Mapbox style as your Folium raster base map.

ocefpaf commented 7 years ago

@zhang01GA what @ryanbaumann said above is one way. Another one is to use the ImageOverlay plugin in folium. Check the examples below.

http://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/ImageOverlay.ipynb

http://nbviewer.jupyter.org/github/ocefpaf/folium_notebooks/blob/master/test_image_overlay_gulf_stream.ipynb