leppott / BCGcalc

Metric calculation and other tools for Biological Condition Gradient
https://leppott.github.io/BCGcalc/
MIT License
3 stars 1 forks source link

Shiny, assign index class, more checks #75

Open leppott opened 1 year ago

leppott commented 1 year ago

Is your feature request related to a problem? Please describe. More checks on station in the assign index class file builder function in Shiny.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Not sure if have the information to compare or will need to generate.

leppott commented 1 year ago

Only require SiteID, elev_m, and pslopeNHD.

With a GIS layer can assign Level 3 ecoregion in the get parameters section.

Annual precip will need to get info from StreamCat.

Not sure where ICI and IWI info is obtained.

leppott commented 1 year ago

Level III ecoregions 1 = Coastal Range 2 = Puget Lowlands 3 = Willamette Valley 4 = Cascades 77 = North Cascades

leppott commented 1 year ago

StreamCat PRISM 1981-2010 local catchment scale data

FINAL_TABLE = PRISM_1981_2010 METRIC_NAME = Precip8110[AOI] (units are mm)

leppott commented 1 year ago

ICI and IWI also available using StreamCatTools

leppott commented 1 year ago

Ecoregion would need to extract from a shapefile using provided lat-longs.

leppott commented 1 year ago

Only ecoregion left to implement.