odc.geo.geom.Geometry.explore
- Geometry.explore(map=None, tiles='OpenStreetMap', attr=None, map_kwds=None, **kwargs)[source]
Plot Geometry on an interactive
foliumleaflet map for rapid data exploration.- Parameters:
map (
Optional[Any]) – An optional existingfoliummap object to plot into. By default, a new map object will be created.tiles (
Any) – Map tileset to use for the map basemap. Supports any option supported byfolium, including “OpenStreetMap”, “CartoDB positron”, “CartoDB dark_matter” or a custom XYZ URL.attr (
Optional[str]) – Map tile attribution; only required if passing custom tile URL.map_kwds (
Optional[Dict[str,Any]]) – Additional keyword arguments to pass tofolium.Map.kwargs (
Any) – Additional keyword arguments to pass toodc.geo.geom.Geometry.geojson()andfolium.GeoJson.
- Return type:
- Returns:
A
foliummap containing the plotted Geometry.- Seealso:
odc.geo.geom.Geometry.geojson()for more details on the parameters.