NEFSC / READ-SSB-CHAJI-Effort-Displacement---Scallop

Other
0 stars 0 forks source link

Area iterations (Table 7 in paper) #207

Closed mle2718 closed 1 year ago

mle2718 commented 1 year ago

@mchaji : there is code in the scallop_tiny_report branch to examine effects of changes to the boundaries of wind areas. It is a very cut down version of the main scallop report. Right now it "works" on wind_NY2, but does not work on wind_NY1. I suspect this is because of the multi-polygon issues previously identified in #202.

  1. Make sure you can run knit_tiny_scallop_analysis_loop.R as it currently is in the scallop_tiny_report branch.
  2. Figure out which tables and/or figures you will want to use for the paper. There are lots. Delete ones that you don't want from the closure summary section.
  3. Modify knit_tiny_scallop_analysis_loop.R to pass in ["wind_NY1.RDS","wind_NY2.RDS","wind_NY3.RDS","wind_Central_Atlantic_1.RDS", "wind_Central_Atlantic_2.RDS"]

I'm also guessing may need to modify the combine cable_routes.Rmd slightly:

https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/blob/4cac0119b6b062a20616d3df422780e40eecd109/data_wrangle/combine_cable_routes.Rmd#L236-L241

BryceMcManus-NOAA commented 1 year ago

@mchaji I can push a commit that updates scallop_analysis_tiny_report.Rmd that should allow NY1 to successfully run (see #202). Figured I should check in case you have changes--don't want to create a merge conflict.

mchaji commented 1 year ago

That would be great, thanks! I haven't made any changes yet so you're good to go.