raster_tools.Raster.explore#
- Raster.explore(band, *args, **kwargs)[source]#
Plot the raster band on an interactive
folium
map.This allows for rapid data exploration. Any extra arguments or keyword arguments are passed on to odc-geo’s explore function.
Note
This function is very experimental.
- Parameters
band (int) – The band to plot. Bands use 1-based indexing so this value must be greater than 0.
- Returns
map – The resulting py:mod:folium map.
- Return type
folium.folium.Map