Skip to content

Total # observations per year submitted by IOOS RAs to NDBC #118

Open
@MathewBiddle

Description

@MathewBiddle

What should we add?

Requestor:

Description:
Could we add total # observations per year submitted by IOOS RAs to NDBC (at a glance I see the quarterly totals add to ~half a million per year, but recommend adding that yearly total to this page more explicitly: https://ioos.github.io/ioos_metrics/gts_regional.html)?

Seems like a simple task.

Questions:

  • Do we want total for all RAs? Or split into a table for totals per RA per Year?

Reference

We can easily pd.groupby(['Region','Year']).to_html() to build that table.

Similar to how we build the tables in the upper portion of the webpage.

table = totals_subset[['date','met','wave','total']].to_html(
index=False, index_names=False, col_space=70, justify="right", table_id=fq
)

Metadata

Metadata

Assignees

Labels

good first issueGood for newcomersmetricissue to start a new metricwebsiteissues or comments on the website

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions