This PR includes the following code changes to resolve remaining issues with the NHM attributes feather file, which currently only contains the "empirical" NHM widths:
Edits all column names to use seg_id_nat
Format seg_id_nat as an integer in p2_static_inputs_nhm_formatted and p2_input_drivers_nhd, which get saved to the feather and zarr files, respectively.
Estimate width for seg_id_nat == 1721. This segment was missing from p2_static_inputs_nhm_formatted because the segment does not have a corresponding NHDv2 catchment (and so does not have meteorological data). We opted to go ahead and estimate width for this segment.
For seg_id_nat's with more than one subseg_id, use just one width value for each seg_id_nat
This PR includes the following code changes to resolve remaining issues with the NHM attributes feather file, which currently only contains the "empirical" NHM widths:
seg_id_nat
seg_id_nat
as an integer inp2_static_inputs_nhm_formatted
andp2_input_drivers_nhd
, which get saved to the feather and zarr files, respectively.seg_id_nat == 1721
. This segment was missing fromp2_static_inputs_nhm_formatted
because the segment does not have a corresponding NHDv2 catchment (and so does not have meteorological data). We opted to go ahead and estimate width for this segment.seg_id_nat
Closes #33