SOLV-Code / Open-Source-Env-Cov-PacSalmon

Open-source, Human-centered Data Management for Environmental Covariates in Pacific Salmon Models
GNU General Public License v3.0
0 stars 0 forks source link

Pacea R package: Most efficient way to extract coastwide indices #116

Open SOLV-Code opened 6 months ago

SOLV-Code commented 6 months ago

Approach 1: Install package, then access data objects and create csv

Approach 2: Download the .rda files from the pacea/data folder, then load into R from there.

Approach 3: Put in a request for csv files for the Annual and monthly indices, then just work from that.

Status: will do once the pacea entry of PSEC has evolved a bit more. For now these csv files are generated in PSEC using Approach 1 above. The csv outputs are in the PACEA folder

Pro: would expand the potential user base of a key part of pacea to people not familiar/comfortable with R.