Skip to content

Commit 3af6b18

Browse files
committed
docs: add 3 node distance columns to variable reference
1 parent 1def403 commit 3af6b18

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/v17c_release_notes.pdf

305 Bytes
Binary file not shown.

docs/v17c_variable_reference.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ Quick-lookup for all variables in the v17c NetCDF export files (`{region}_sword_
7373
| subnetwork_id | i4 | | -9999 | | Connected component ID (from parent reach) |
7474
| best_headwater | i8 | | -9999 | | Width-prioritized upstream headwater reach ID |
7575
| best_outlet | i8 | | -9999 | | Width-prioritized downstream outlet reach ID |
76-
| pathlen_hw | f8 | meters | -9999.0 | | Cumulative path length from headwater |
77-
| pathlen_out | f8 | meters | -9999.0 | | Cumulative path length to outlet |
76+
| pathlen_hw | f8 | meters | -9999.0 | | Cumulative path length from headwater (interpolated by node position) |
77+
| pathlen_out | f8 | meters | -9999.0 | | Cumulative path length to outlet (interpolated by node position) |
78+
| hydro_dist_out | f8 | meters | -9999.0 | | Mainstem distance to best_outlet (interpolated by node position) |
79+
| hydro_dist_hw | f8 | meters | -9999.0 | | Distance from best_headwater (interpolated by node position) |
80+
| dist_out_dijkstra | f8 | meters | -9999.0 | | Dijkstra shortest-path distance to outlet (interpolated by node position) |
7881
| wse_obs_p10 | f8 | meters | -9999.0 | | SWOT WSE 10th percentile |
7982
| wse_obs_p20 | f8 | meters | -9999.0 | | SWOT WSE 20th percentile |
8083
| wse_obs_p30 | f8 | meters | -9999.0 | | SWOT WSE 30th percentile |

docs/v17c_variable_reference.pdf

36 KB
Binary file not shown.

0 commit comments

Comments
 (0)