panel_segmentation.utils.visualizeSatelliteImageryGrid#
- panel_segmentation.utils.visualizeSatelliteImageryGrid(grid_location_list, file_save_folder)[source]#
Using the grid_location_list output from the generateSatelliteImageryGrid() function, visualize all of the images taken in a grid.
- Parameters:
grid_location_list (List of dictionaries) – List of dictionaries directly outputed from the generateSatelliteImageryGrid() function.
file_save_folder (Str) – Folder path where all of the outputed satellite images from the generateSatelliteImageryGrid() function are stored.
- Returns:
grid – Plot of gridded satellite images.
- Return type:
Plot Object