convert_node_coordinates_longlat_to_UTM#
module wntr.morph.node
- convert_node_coordinates_longlat_to_UTM(wn, return_copy=True)[source]#
Convert node longitude, latitude coordinates to UTM coordinates
- Parameters:
wn (wntr WaterNetworkModel) – Water network model
return_copy (bool, optional) – If True, modify and return a copy of the WaterNetworkModel object. If False, modify and return the original WaterNetworkModel object.
- Returns:
Water network model with updated node coordinates (easting, northing)
- Return type:
wntr WaterNetworkModel