-
please add folium to python tools https://github.com/python-visualization/folium (it's leafleat)
-
To do:
- [ ] analyze death, young accident location from image
- [ ] add dangerous rate, reason, label (no traffic light, narrow pedestrian zone, intersection w/ blind spot, high traffic speed, ac…
-
Most of our tutorials use either ipyleaflet or folium to map the results of a search, and sometimes to play around with those results (e.g. select those that will be downloaded).
It might be intere…
-
Lonboard is really powerful for rendering large-ish datasets but sometimes people have data that's just too large to send to the frontend. This can be large raster datasets (think Landsat and Sentinel…
-
**Describe the bug**
@lduncanson @pahbs are reporting that visualizations using MAAP titiler seem to be much slower than a couple of months ago
**To Reproduce**
Load up the map in this notebook.
…
-
I think it would be helpful to have a page in the docs that includes links to inspiring Altair-based projects and initiatives to highlights some of the impressive things that package is used for. This…
-
KNIME has the concept of selection to propagate data point selection between views. The goal of this ticket is to support this mechanism also in the geospatial views.
-
#### Please add a code sample or a nbviewer link, copy-pastable if possible
```python
# Your code here
import folium
import branca
import geopandas
from folium.plugins import Search
print(f…
-
Is there a function to render the map as a uri instead of a html file . I want to share my map inside a frame but I am unable to do that .Here is the example of how it can be implemented
map.py
```
…
-
When I run this
folium.Map([41.8781, -87.6298], zoom_start=11)
It will display a map in Jupyter notebook like this,
https://i.stack.imgur.com/bhFNm.jpg
but when I type the same code in Ato…