-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from MathewBiddle/gh-pages
Create 2024-05-01-05-usage_stats_obis_gbif.md
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
number: 5 | ||
title: Collect data usage statistics from OBIS and GBIF and add to ioos_metrics | ||
pis: | ||
- MathewBiddle | ||
contributors: | ||
- laurabrenskelle | ||
github: ioos/ioos-code-sprint/issues/55 | ||
slack: | ||
- python | ||
breakout: | ||
- General Python | ||
year: | ||
- 2024 | ||
--- | ||
IOOS would like to be able collect metrics about how data are being used and downloaded from the OBIS and GBIF repositories. | ||
These metrics highlight the impact of IOOS data beyond its initial collection purpose. | ||
The function should be added to the existing ioos_metrics library. https://github.com/ioos/ioos_metrics | ||
|
||
**Expected Outcomes:** | ||
|
||
* run a function that collects metrics from OBIS and GBIF. | ||
* summarizes information into a CSV file for reference in reports/webpages. | ||
* optional create metrics webpage on https://ioos.github.io/ioos_metrics/ | ||
|
||
**Skills required:** | ||
|
||
* Experience with Python | ||
* Experience with OBIS/GBIF API. | ||
|
||
**Difficulty:** | ||
|
||
Novice | ||
|
||
**Relevant links:** | ||
- https://github.com/ioos/ioos_metrics/issues/69 | ||
- https://github.com/ioos/mbon-docs/issues/45 | ||
|
||
**Functioning Prototype** | ||
* https://github.com/MathewBiddle/sandbox/blob/main/notebooks/MBON_OBIS_statistics.ipynb | ||
|
||
**Workflow** |