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

Other
0 stars 0 forks source link

relocate where we compute areas #256

Closed mle2718 closed 4 months ago

mle2718 commented 4 months ago

@Ardini-NOAA -- i think this fixes some of our problems. I'm going to put it right into main

We were reducing the shapefiles to just 1 object to compute areas AND THEN saving it. This is obviously no bueno. We will relocated the code that does these manipulations to after the saving.

To verify this works, we need to

  1. Restart R and pull main
  2. knit the "combine_cable_routes.Rmd" to html
  3. knit the scallop_analysis_tiny_report.Rmd (don't change any options in the the doc). This tests out Cent Atlantic 3 and shoudl run
  4. Restart R. Run the knit_tiny_scallop_analysis_loop.R to create all our datasets.
  5. knit the case_study_comparisions.Rmd
Ardini-NOAA commented 4 months ago

@mle2718 Thanks, I'll try following these 5 steps now

mle2718 commented 4 months ago

@Ardini-NOAA hang on a sec

@Ardini-NOAA i put a bunch of changes in to main. go ahead and give it a shot.