Riverscapes / riverscapes-tools

Open-source Python 3.0 tools for the Riverscapes organization
https://tools.riverscapes.net/
GNU General Public License v3.0
11 stars 11 forks source link

Project Referencing 1 - Inventory every CyberCastor tools inputs and intermediates that come from another CyberCastor project and make a table of which one's correctly reference, and which do not. #483

Open joewheaton opened 2 years ago

joewheaton commented 2 years ago

@jtgilbert please see parent issue #482 and go through all our standard cyber caster projects and report which layers in which project are:

jtgilbert commented 2 years ago

WebRAVE

Tool Data layer Type linked correctly linked to
TauDEM DEM Input y y
TauDEM Channel Area Input y y
TauDEM Rasterized Channel Intermediate n na
VBET DEM Input n na
VBET Channel Area Input y n TauDEM
VBET Slope Raster Intermediate y y
VBET HAND Raster Intermediate y y
VBET TWI Raster Intermediate y y
VBET Rasterized Channel Intermediate n na
VBET Catchment Wing Stream Order Intermediate n na
VBET Hillshade Hillshade y y
Channel Area NHD Flowlines Input y y
Channel Area NHD Flow Areas Input y y
Channel Area NHD Waterbody Areas Input y y channel area intermediates are just filters of inputs
BRAT Slope Input y y
BRAT DEM Input y y
BRAT Hillshade Input y y
BRAT Veg Type - EVT Class Input y y
BRAT Veg Type - EVT Name Input y y
BRAT Existing Riparian Input y y
BRAT Veg Type - BPS Name Input y y
BRAT Historic Riparian Input y y
BRAT Network Input y y
BRAT Flow Direction Input y ? Riverscapes Context Linked but there's no flow direction layer in the rs context project
BRAT River Polygons (NHD Area) Input y y
BRAT Lakes, Ponds, Reservoirs, and Water Bodies Input y y
BRAT Valley Bottom Extent (Hollow) Input n na Doesn't seem like this should be anthropogenic input
BRAT Valley Bottom Extent (Filled) Input n na Doesn't seem like this should be anthropogenic input
BRAT Canals and Ditches Input n na
BRAT Railroads Input n na
BRAT Roads Input n na
BRAT Land Use Input n na
joewheaton commented 2 years ago

Thanks @jtgilbert. @philipbaileynar can you and/or @MattReimer figure out how to task out getting the ones not linked linking, and the one's linking in correctly linked?

jtgilbert commented 2 years ago

@joewheaton @MattReimer BTW the table there is just WebRAVE, I'll add one for Arc and Q as well.

MattReimer commented 2 years ago

@jtgilbert the information that informs these is the same in WebRAVE as it is in Arc and Q so we might be able to save you some effort here.

If the project xml has the necessary metadata then all the RAVEs will show it.

<Vector guid="af426099-a92d-4c91-be30-8da5adabb15d" id="FLOWLINES">
  <Name>NHD Flowlines</Name>
  <Path>flowlines</Path>
  <MetaData>
    <Meta name="_rs_wh_id">8691b115-f701-43f9-870f-65aa640d24c6</Meta>
    <Meta name="_rs_wh_user">21c4df56-9365-4bf2-910a-41c9dedaf35c</Meta>
    <Meta name="_rs_wh_program">BRAT_CRB</Meta>
    <Meta name="_rs_wh_tags">cybercastor</Meta>
    <Meta name="_rs_prj_ModelVersion">1.2.0</Meta>
    <Meta name="_rs_prj_dateCreated" type="isodate">2021-09-22T17:15:14.061136</Meta>
    <Meta name="_rs_prj_HUC8">17110008</Meta>
    <Meta name="_rs_prj_HUC">17110008</Meta>
    <Meta name="_rs_prj_Runner">Cybercastor</Meta>
    <Meta name="_rs_prj_Watershed">Stillaguamish</Meta>
    <Meta name="_rs_prj_mean_annual_precipitation_mm" type="float">2508.6445349201376</Meta>
    <Meta name="_rs_prj_ProcTimeS" type="int">2581.01</Meta>
    <Meta name="_rs_prj_ProcTimeHuman">43:01 minutes</Meta>
    <Meta name="_rs_lyr_origin_url" type="url">https://prd-tnm.s3.amazonaws.com/StagedProducts/Hydrography/NHDPlusHR/Beta/GDB/NHDPLUS_H_1711_HU4_GDB.zip</Meta>
    <Meta name="_rs_prj_projType">RSContext</Meta>
    <Meta name="_rs_lyr_id">NHDFlowline</Meta>
    <Meta name="_rs_lyr_guid" type="guid">7eb71ea7-7800-4d9b-b33e-97aab27dff54</Meta>
    <Meta name="_rs_lyr_path" type="filepath">hydrology/NHDFlowline.shp</Meta>
  </MetaData>
</Vector>

The prefixes are as follows:

jtgilbert commented 2 years ago

@MattReimer I see! FYI I'm getting an error trying to open the links from QRAVE...

MattReimer commented 2 years ago

Would you mind posting a quick issue on https://github.com/Riverscapes/QRAVEPlugin

with a screenshot if possible and the error message? I don't want to lose track of that.

philipbaileynar commented 9 months ago

This is a very old issue, but we want to do a Fresh audit of the waterfall to ensure that upstream data are being referenced correctly.