iwfm.gis.snodes2shp¶
- iwfm.gis.snodes2shp(nsnodes, snodes_list, node_coords, shape_name, epsg=26910, verbose=False)[source]¶
Create an IWFM stream nodes shapefile.
- Parameters:
nsnodes (int) – number of stream nodes
snodes_list (list of lists or dictionary) – if list: each element contains [snode: int, gwnode: int, reach: int] if dictionary: key = snode_id, values = [gw_node, subregion, reach, bottom]
node_coords (list) – stream node coordinates
shape_name (str) – output shapefile name
epsg (int, default=26910 (NAD 83 UTM 10, CA)) – EPSG projection code
verbose (bool, default=False) – True = command-line output on
- Return type:
nothing