@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
Restart R and pull main
knit the "combine_cable_routes.Rmd" to html
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
Restart R. Run the knit_tiny_scallop_analysis_loop.R to create all our datasets.
@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