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

+ seascapes, chlorophyll data #10

Open
2 of 4 tasks
7yl4r opened this issue Aug 2, 2019 · 4 comments
Open
2 of 4 tasks

+ seascapes, chlorophyll data #10

7yl4r opened this issue Aug 2, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@7yl4r
Copy link
Member

7yl4r commented Aug 2, 2019

Similar to how SST data is shown.

Look to https://cwcgom.aoml.noaa.gov/cgom/OceanViewer/ for inspiration.
Under "Global Seascapes" then click a pixel to see a graph.
We want the same but using a box around each regional site.

image



  • "tab" view or dropdown menu to select the data you want to see
  • map of seascapes data
  • include link to Maria's new document explaining what seascapes are.
  • time series

Did I miss anything @eqmh ?

@7yl4r 7yl4r added the enhancement New feature or request label Aug 2, 2019
@7yl4r 7yl4r assigned 7yl4r and eqmh Aug 2, 2019
@7yl4r
Copy link
Member Author

7yl4r commented Aug 2, 2019

How to from bbest:

Tabbed sections in HTML document | R Markdown: The Definitive Guide
You can organize content using tabs by applying the .tabset class attribute to headers within a document. This will cause all sub-headers of the header with the .tabset attribute to appear within tabs rather than as standalone sections. For example:

## Quarterly Results {.tabset}

### By Product

(tab content)

### By Region

(tab content)

bbest added a commit that referenced this issue Aug 15, 2019
@bbest
Copy link
Contributor

bbest commented Aug 15, 2019

Hey @eqmh,

Maps

I just added the seascape map into latest site_template.Rmd:

image

rerrdap::info()

The main trick was to add the URL of the ERDDAP server (see P2P Website Notes - Google Docs):

p2p/site_template.Rmd

Lines 29 to 30 in e36a085

chl <- info("nesdisVHNSQchlaMonthly")
scape <- info("noaa_aoml_4729_9ee6_ab54", url = "https://cwcgom.aoml.noaa.gov/erddap/")

Per rerrdap::info:

# the default is
info(datasetid, url = eurl(), ...)

# which equates to
eurl()
# "https://upwell.pfeg.noaa.gov/erddap/"

Timeseries

Haven't added this yet. Since it's a class, it's not like Temp or Chl continuous variables. Previously used streamgraph, eg in Explorer shiny app.

@eqmh
Copy link
Collaborator

eqmh commented Aug 15, 2019

Hey @bbest,

CHL and SST maps are not working after addition of Seascapes.

Also, I just changed the colobar scale of seascapes from 1 to 33.

@bbest
Copy link
Contributor

bbest commented Sep 10, 2019

Zoomable Streamgraphs for Seascapes

@7yl4r 7yl4r assigned 7yl4r and unassigned 7yl4r Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants