USF-IMARS / python-tech-workgroup

IMaRS python technical working group
2 stars 0 forks source link

using the extract app to get ERDDAP data #23

Open 7yl4r opened 3 years ago

7yl4r commented 3 years ago

@bbest has been developing an app to help with pulling data out of ERDDAP.

We can use this app to grab some data like seascapes, GHRSST, etc.

Prereq: I need to get R working on binder.

sebastiandig commented 3 years ago

@7yl4r I have a script I can share as well that uses the rerddap library in R to pull CTD data. I bet it can be adapted to pull any data as it uses a query to pull the data. Let me know if interested and I will post it as an example. It's a bit more basic than what Ben has going on, but if you know the data you want, its doesn't require too much clicking around.