iwfm.gis.reach2shp

iwfm.gis.reach2shp(reach_list, stnodes_dict, node_coords, shape_name, epsg=26910, verbose=False)[source]

Create an IWFM stream reaches shapefile from IWFM Preprocessor stream specification information.

Parameters:
  • reach_list (list) – list of elements and associated nodes

  • stnodes_dict (dictionary) – key = stream node ID, values = [gw_node, reach, elevation]

  • node_coords (list) – list of nodes and associated X and Y coordinates

  • shape_name (str) – base name for output shapefiles

  • epsg (int, default=26910 (NAD 83 UTM 10, CA)) – EPSG projection

  • verbose (bool, default=False) – True = command-line output on

Return type:

nothing