reload_surface¶
- HSTB.kluster.fqpr_convenience.reload_surface(surface_path)¶
Simple convenience method for reloading a surface from a path
surface_path = ‘C:/data_directory/grid’surf = reload_surface(surface_path)- Parameters
surface_path (
str) – path to the grid folder containing the surface data- Returns
BathyGrid instance loaded from the file path provided
- Return type
BathyGrid