ipyleaflet

geodataframe is not defined

geodataframe is not defined Question: I’m working with Jupiter and ipywidgets and Ipyleaflet , trying to draw polygons on a map and saving to a geodataframe. I have the following in a notebook cell: zoom = 15 from ipywidgets import Output, interact import ipywidgets from __future__ import print_function import ipyleaflet import geopandas as gpd import …

Total answers: 2