Folium
In [10]:
Copied!
import crimpy.foliumap as crimpy
import crimpy.foliumap as crimpy
In [11]:
Copied!
url = 'http://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y={y}&z={z}'
url = 'http://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y={y}&z={z}'
In [13]:
Copied!
m = crimpy.Map(zoom=10)
m.add_geojson('data/sample.geojson')
m.add_shp('data/TNCounties.shp')
m
m = crimpy.Map(zoom=10)
m.add_geojson('data/sample.geojson')
m.add_shp('data/TNCounties.shp')
m
Out[13]:
Make this Notebook Trusted to load map: File -> Trust Notebook
Last update:
2023-10-22