-
Notifications
You must be signed in to change notification settings - Fork 3
[feature:] use stockplotr::convert_output() for all models #84
Copy link
Copy link
Open
Labels
NSAP-code-cleanupTo be worked on by a member of the National Stock Assessment Program during code cleanup hoursTo be worked on by a member of the National Stock Assessment Program during code cleanup hoursdependenciesPull requests that update a dependency filePull requests that update a dependency filekind: refactorRestructure code to improve the implementationRestructure code to improve the implementationstatus: in progressDesigning or coding is actively occurringDesigning or coding is actively occurring
Milestone
Metadata
Metadata
Assignees
Labels
NSAP-code-cleanupTo be worked on by a member of the National Stock Assessment Program during code cleanup hoursTo be worked on by a member of the National Stock Assessment Program during code cleanup hoursdependenciesPull requests that update a dependency filePull requests that update a dependency filekind: refactorRestructure code to improve the implementationRestructure code to improve the implementationstatus: in progressDesigning or coding is actively occurringDesigning or coding is actively occurring
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the situation that led to the request and a solution
I would like to use
asar::convert_output()to read the model files to compare them with FIMS. This came about because we are wanting to be able to compare SPR reference points once we have them in FIMS. So @KyleShertzer-NOAA and I were going to look at each legacy model to see where we could find them and it dawned on me 🤯 that we could just switch to {asar} formats and get all of the information in a standardized way to be able to compare multiple models 🥇.Alternative solutions
Find the information that we need from each assessment platform. Or, create our own functions to do this. Neither are ideal.
Statistical validity
No response
Additional context
No response