nwm_eval.identify_location_ids#

Functions to identify location IDs based on the provided crosswalk file.

Functions:
  • get_link_by_gage: Get location link ID (NWM feature or reach id) based on USGS gage ID and crosswalk file.

  • get_gage_by_link: Get location gage ID (USGS gage ID) based on NWM link ID and crosswalk file.

  • get_link_id_from_file: Get location link IDs (NWM feature or reach id) from locations in a file.

  • get_locations_from_config_list: Get list of locations as either “gage” or “link” based on location_list provided in config file.

  • get_nwm_link_ids: Get NWM link IDs for the locations defined in the config file based on the provided crosswalk file.

  • get_gage_id_from_file: Get location gage ID (USGS gage ID) from a file based on the provided crosswalk file.

  • identify_locations: Identify location IDs based on the provided crosswalk file.

  • get_gage_ids: Get gage IDs for the locations defined in the config file based on the provided crosswalk file.

  • find_locations_in_crosswalk: Find the primary_location_id for the given locations based on the crosswalk file.

Functions

find_locations_in_crosswalk

Find the primary_location_id for the given locations based on the crosswalk file.

get_gage_by_link

Get location gage ID (USGS gage ID) based on NWM link ID and crosswalk file.

get_gage_id_from_file

Get location gage ID (USGS gage ID) from a file based on the provided crosswalk file.

get_gage_ids

Get gage IDs for the locations defined in the config file based on the provided crosswalk file.

get_link_by_gage

Get location link ID based on gage ID and crosswalk file.

get_link_id_from_file

Get location link IDs (NWM feature or reach id) from locations in a file.

get_locations_from_config_list

Get list of locations as either "gage" or "link" based on location_list provided in config file.

get_nwm_link_ids

Get NWM link IDs for the locations defined in the config file based on the provided crosswalk file.

identify_locations

Identify location IDs based on the provided crosswalk file.