marinebon / mbon-dashboard-server

server software for MBON early alert dashboard using Docker
1 stars 2 forks source link

Is data downloadable? #43

Open 7yl4r opened 1 year ago

7yl4r commented 1 year ago

@eqmh has a student looking for the bouy data that was getting scraped by @dotis and ingested into the dashboard. I do not see this feature built into the grafana interface, but found this disucssion about how to add one.

Worst case we can provide instructions on how to access the InfluxDB API directly.

I think we have the .csv files around somewhere but I remember them being in a slightly odd format.

dotis commented 1 year ago

You can also just build a URL to get the buoy data from the NDBC site, which is what I do to make the .csv files.

Five buoys: curl -o /srv/imars-objects/fk/NDBC_tmp/wrbf1_dods.txt https://dods.ndbc.noaa.gov/thredds/fileServer/data/ocean/wrbf1/wrbf1o9999.nc curl -o /srv/imars-objects/fk/NDBC_tmp/bnkf1_dods.txt https://dods.ndbc.noaa.gov/thredds/fileServer/data/ocean/bnkf1/bnkf1o9999.nc curl -o /srv/imars-objects/fk/NDBC_tmp/pkyf1_dods.txt https://dods.ndbc.noaa.gov/thredds/fileServer/data/ocean/pkyf1/pkyf1o9999.nc curl -o /srv/imars-objects/fk/NDBC_tmp/bobf1_dods.txt https://dods.ndbc.noaa.gov/thredds/fileServer/data/ocean/bobf1/bobf1o9999.nc curl -o /srv/imars-objects/fk/NDBC_tmp/lrkf1_dods.txt https://dods.ndbc.noaa.gov/thredds/fileServer/data/ocean/lrkf1/lrkf1o9999.nc


From: Tylar @.> Sent: Tuesday, April 11, 2023 10:51 AM To: marinebon/mbon-dashboard-server @.> Cc: dotis @.>; Mention @.> Subject: [marinebon/mbon-dashboard-server] Is data downloadable? (Issue #43)

@eqmhhttps://github.com/eqmh has a student looking for the bouy data that was getting scraped by @dotishttps://github.com/dotis and ingested into the dashboard. I do not see this feature built into the grafana interface, but found this disucssionhttps://community.grafana.com/t/download-csv-button/38688 about how to add one.

Worst case we can provide instructions on how to access the InfluxDB API directly.

I think we have the .csv files around somewhere but I remember them being in a slightly odd format.

— Reply to this email directly, view it on GitHubhttps://github.com/marinebon/mbon-dashboard-server/issues/43, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGKS3DKHNX4W6G2MGLGL67LXAVVVNANCNFSM6AAAAAAW2MM5CM. You are receiving this because you were mentioned.Message ID: @.***>

[EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize the sender and know the content is safe.