holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
597 stars 77 forks source link

added World_Physical_Map, World_Shaded_Relief and World_Topo_Map from ESRI #655

Closed djm93dev closed 1 year ago

djm93dev commented 1 year ago

I've added World_Physical_Map, World_Shaded_Relief and World_Topo_Map tile sources from ESRI

jbednar commented 1 year ago

Great, thanks! Are there any others there that we are missing? The more the merrier!

djm93dev commented 1 year ago

Yes, there are more. I can go through them all and add anything missing in a separate pull request this weekend.

djm93dev commented 1 year ago

@jbednar - that should be all of them!

ahuang11 commented 1 year ago

Thanks for adding all those!

I'm wondering if we should loop through tile_sources dict and refactor this so others know this exists: https://github.com/holoviz/geoviews/blob/main/examples/gallery/bokeh/tile_sources.ipynb

ahuang11 commented 1 year ago

I created an issue to track the examples; we can just merge what you have currently. Thanks! https://github.com/holoviz/geoviews/issues/658