Skip to content

Commit

Permalink
Bt model xing fixes (#435)
Browse files Browse the repository at this point in the history
* update thresholds to close NewGraphEnvironment#2

* updates to parsnip to address NewGraphEnvironment/fish_passage_peace_2023_reporting#25 and more

* updates to parsnip to address NewGraphEnvironment/fish_passage_peace_2023_reporting#25 and more
  • Loading branch information
NewGraphEnvironment authored Jan 3, 2024
1 parent 84fde92 commit 4699d0f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions data/pscis_modelledcrossings_streams_xref.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3555,3 +3555,5 @@ stream_crossing_id,modelled_crossing_id,linear_feature_id,watershed_group_code,r
198503,,,LNTH,SN,Appears to be on unmapped stream but certainly not on North Thomposon
8210,,,MORK,SN,Crossing appears to be on an unmapped stream
6116,,,MCGR,SN,Crossing is on unmapped trib to East Seebach Creek
198680,3700003,,CRKD,AI,Confirmed in field that this is actual location of Neilson Creek
198719,3702074,,CRKD,AI,Confirmed in field that this is actual location of Balsam Creek
1 change: 1 addition & 0 deletions data/user_modelled_crossing_fixes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6160,3 +6160,4 @@ modelled_crossing_id,structure,watershed_group_code,reviewer_name,review_date,so
3703577,NONE,PARS,MW,2023-11-23,imagery,No visible crossing or road.
22200074,NONE,UFRA,MW,2023-11-23,field,No visible crossing or road.
22202127,NONE,UFRA,MW,2023-11-23,field,Downstream railway crossing runs under both sets of tracks.
3700192,NONE,CRKD,AI,2024-01-02,Bing/Google/ESRI, no structure
22 changes: 11 additions & 11 deletions parameters/example_newgraph/parameters_habitat_thresholds.csv
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
species_code,spawn_gradient_max,spawn_channel_width_min,spawn_channel_width_max,spawn_mad_min,spawn_mad_max,rear_gradient_max,rear_channel_width_min,rear_channel_width_max,rear_mad_min,rear_mad_max,rear_lake_ha_min
BT,0.05,2,9999,,,0.074,1.5,9999,,,
CH,0.04,4,9999,0.46,9999,0.05,1.5,9999,0.28,100,
CM,0.06,2.1,9999,0.02312,9999,,,,,,
CO,0.05,2,9999,0.164,9999,0.05,1.5,9999,0.03,40,
GR,0.02,4,9999,,,0.034,1.5,9999,,,
KO,0.02,2,9999,,,,1.5,9999,,,200
PK,0.06,2.1,9999,0.41133,9999,,,,,,
RB,0.05,2,9999,,,0.074,1.5,9999,,,
SK,0.02,2,9999,0.175,9999,,1.5,9999,,,200
ST,0.04,4,9999,0.447,9999,0.074,1.5,9999,0.02,60,
WCT,0.05,2,9999,0.164,59.15,0.074,1.5,9999,0.03,40,
BT,0.0549,2,9999,,,0.1049,1.5,9999,,,
CH,0.0449,4,9999,0.46,9999,0.0549,1.5,9999,0.28,100,
CM,0.0649,2.1,9999,0.02312,9999,,,,,,
CO,0.0549,2,9999,0.164,9999,0.0549,1.5,9999,0.03,40,
GR,0.0249,4,9999,,,0.0349,1.5,9999,,,
KO,0.0249,2,9999,,,,1.5,9999,,,200
PK,0.0649,2.1,9999,0.41133,9999,,,,,,
RB,0.0549,2,9999,,,0.0849,1.5,9999,,,
SK,0.0249,2,9999,0.175,9999,,1.5,9999,,,200
ST,0.0449,4,9999,0.447,9999,0.0849,1.5,9999,0.02,60,
WCT,0.0549,2,9999,0.164,59.15,0.0849,1.5,9999,0.03,40,

0 comments on commit 4699d0f

Please sign in to comment.