nwm_eval.identify_location_ids.get_link_id_from_file#
- nwm_eval.identify_location_ids.get_link_id_from_file(id_file, nwm_ver, crosswalk_file=None)[source]#
Get location link IDs (NWM feature or reach id) from locations in a file.
- Return type:
list- Parameters:
id_file (str) – Path to the file containing location IDs.
nwm_ver (str) – NWM version (e.g., “nwm30”).
crosswalk_file (str, optional) – Path to the crosswalk file (optional).
- Returns:
List of location link IDs.
- Return type:
list