CUAHSI / SWOT-Data-Viewer

Data viewing, discovery, and access interface for the Surface Water Open Topography mission.
GNU General Public License v3.0
2 stars 0 forks source link

Data plotted along the reach length is clustered a the outlet of the channel #35

Closed Castronova closed 4 months ago

Castronova commented 6 months ago

When plotting WSE along the length of the channel, the data points appear to be clustered around the reach outlet. This doesn't appear to be correct and I believe this is because we're using the incorrect KaRin variable for the x-axis. Currently SWOT Viz is using node_dist, which is the "Mean distance between the observed node locations and the node locations in the PRD." Instead we should be using p_dist_out on the x-axis: "Along-stream distance from the reach center to the outlet, from the PRD."

When doing so, our plots transform from this:

image

to this:

image

Moreover, this can be converted into length along the channel by making the x-axis relative to channel length instead of distance to outlet:

image

devincowan commented 4 months ago

resolved