Riverscapes / RaveAddIn

RAVE AddIn for ArcGIS
http://rave.riverscapes.xyz/
GNU General Public License v3.0
1 stars 3 forks source link

Fix why some Channel Units show up and some don't in Topo Surveys #87

Closed joewheaton closed 3 years ago

joewheaton commented 4 years ago

The Problem

From end of #73 we need Fix or figure out why some channel unit shapefiles show up in some topos and not in others.

Reproduction steps

See towards end of video

philipbaileynar commented 3 years ago

This is a problem with the data, not RAVE.

The RAVE channel unit symbology is expecting certain fields to be present in the channel unit ShapeFiles but these fields are not always present.

CHaMP grain size fields (e.g. D50) were collected as Aux measurements (on Allegro and then iPad) and are not part of the topo data collection. These fields got transferred to the ShapeFiles for some but not all field seasons (as topo and cm.org processing evolved other time.)

So the solution here is to trawl all CHaMP surveys, find the ShapeFiles that are missing the fields, then go find the grain size values and write them to the ShapeFiles.

I'm closing this for RAVE. This is a data management task that is probably best funded on a watershed by watershed basis (e.g. Asotin IMW).

joewheaton commented 3 years ago

@philipbaileynar, instead of closing issues like this that are rightly somewhere else, can we leave them open and move them to something else (e.g. a warehouse repo)? (or copy them over to a place you think is more appropriate and leave them closed here).

Message received on the solution. Lets queue it up as unfunded.

philipbaileynar commented 3 years ago

Agreed.

This one is a special case and doesn't really have a home.

What's really needed is a new tool that talks to the champ workbench and enriches the topo data with both measurements and metrics.

This tool doesn't exist right now and so I don't know where to put the issue.