david-i-berry / erddap-watcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Examnple Python program to download last hour of buoy data from http://osmc.noaa.gov/erddap/tabledap/OSMC_Points, convert to BUFR and publish at https://mqtthq.com/client on topic wis2/oceans/.

Setup / install

git clone https://github.com/david-i-berry/erddap-watcher.git .
docker build -t erddap-watcher .
docker run -it -v ${pwd}:/local erddap-watcher bash
cd /local
python main.py

Dependencies

About the name

This was named errdap-watcher as it came about via a discussion on polling an ERDDAP server via a cron job and then publishing new mesages for the past hour. Coding got as far as writing the main code.

About

License:Apache License 2.0


Languages

Language:Python 84.9%Language:Dockerfile 15.1%