-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
viz oceano bottle data (temp, o2, oa, dic) #2
Comments
Profiling
|
I. Detailed Views for Scientific AudienceA. Survey Tracks
B. Interpolated Surface
II. Synoptic Views for General AudienceA. Survey Tracks
B. Interpolated Surface
|
See knitted Rmarkdown html with first read of data here: https://calcofi.github.io/scripts/oceano-bottle.html Let's consider the following example of CalCOFI survey tracks and wanting to extract information for an Area of Interest (AOI) for some management purpose: https://shiny.ecoquants.com/calcofi/ Summarize by AOI1. Summary stats on station data as pointsFunction to generate basic statistics (avg, min, max, stdev, hi90, lo10) given some parameters:
Channel Islands Sanctuary as example AOIYou can quickly read this sanctuaries_geo <- "https://github.com/noaa-onms/onmsR/raw/12a87dfd4b90f2e3009ccb4913315fb2df7afddc/data-raw/sanctuaries.geojson"
cinms_ply <- sf:st_read(sanctuaries_geo) %>%
dplyr::filter(nms == "CINMS")
cinms_txt <- sf::st_text(cinms_ply$geometry) 2. Extract from interpolated surfaceLots of geostatistical methods here:
References: |
You can use oceano-bottle.Rmd and set path to Google Drive folder calcofi - Google Drive where it's sync'd to your local machine (using Download - Google Drive) |
See #3 for more AOIs |
aoi
)idw()
orkrige()
and extract from surfaceread_bottle()
incalcofi4r
Background
Appendix 1: CalCOFI Data Inventory 2021 - Google Sheets:
- Ocean temperature & HCI: temperature, salinity, oxygen, nutrients
- Hypoxia: temperature, salinity, oxygen, nutrients
- [OA/DIC: separate db; on website under pH]: Dissolved inorganic carbon (DIC) & total alkalinity (TA)
The text was updated successfully, but these errors were encountered: