Skip to content
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

Get environmental metadata for bioGEOTRACES from BODC #1

Open
raissameyer opened this issue Aug 6, 2024 · 0 comments
Open

Get environmental metadata for bioGEOTRACES from BODC #1

raissameyer opened this issue Aug 6, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@raissameyer
Copy link
Contributor

raissameyer commented Aug 6, 2024

To get env data from https://www.bodc.ac.uk/geotraces/, we need the Geotraces section ID that are noted in Table 1 of the publication https://www.nature.com/articles/sdata2018176/tables/2

Those are GA02, GA03, GA10, and GP13

First we start by going to https://geotraces.webodv.awi.de. Then we select which dataset we'd like to use. I chose IDP2021 v2 > seawater

image

Chosing this takes you to the next page where you choose between data extraction and data exploration. I chose data extraction, of course. They also have a guide doc https://geotraces.webodv.awi.de/documentation/webodv-data-extractor-howto.pdf

image

You then get to a page where you can select the Cruise/Domain/Time Range. Originally, 64 (all) items are selected in the cruises tab. This is where the Geotraces section ID come in. We will select only those in the Cruises tab (GA02, GA03, GA10, GP13). That way the visual of all the sampling sites selected will go from this:

image
to this

image

We then move to the next tab where we can select variables. We select ain OR mode

"OR" option: Show all stations, which have data for one OR more of the selected variables available.
"AND" option: Show all stations, which have data for ALL of the selected variables available.

I selected

  • Sample Metadata
  • Seawater-Hydrography and Inert Gases - Bottle
  • Seawater-Biogeochemistry - Bottle
  • Seawater-Chlorophylll picments determined by HPLC - Bottle

That gives us: Output variables: 54 of 350

image

Next we can download the data in different formats

  • .txt
  • .odv
  • .nc (netCDF)
    I chose .txt because that is what I am most familiar with.
image

It will take a moment and then you'll get a zip file that you can unzip. The .txt file contains your table (and a bunch of info explaining the data variables at the top, but you can remove the info on top (of course keep the column names - starting with Cruise ID)) and then it will be like a normal table when you open it in Numbers and you can import it into R.
The infos folder includes metadata about each and every entry (who collected the data, etc.)

image
@raissameyer raissameyer self-assigned this Aug 6, 2024
@raissameyer raissameyer added the documentation Improvements or additions to documentation label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant