Aqualink is a philanthropic engineering organization working on building ocean conservation technology. Read more about their [inspiration, smart buoy, and web application](https://aqualink.org/about). This tool is designed to help interact programmatically with the Aqualink.org map and is not based on any official API so expect features to break once in a while. This tool is designed for only those sites associated with a spotter or hobo sensor.
Disclaimer: This is an unofficial tool. Is not licensed or endorsed by Aqualink org. It is created and maintained by Samapriya Roy.
usage: pyaqua [-h] {site-list,site-info,site-live,site-daily,site-timeseries} ...
Simple CLI for Aqualink API
positional arguments:
{readme,site-list,site-alert,site-info,site-live,site-daily,site-timeseries,site-argo}
readme Go to the web based pyaqua readme page
site-list Print lists of Site Name and ID with spotters
site-alert Print site alerts for sites with spotters
site-info Print detailed information for a site
site-live Get most recent/live info from a site
site-daily Print daily data info for a site
site-timeseries Exports timeseries data for a site
site-argo Exports coincident argofloat data for a site
optional arguments:
-h, --help show this help message and exit
Changelog
- Fixed issue with Boolean value for payload
- Fixed metadata parsing and improved logic for time series export
- Both time series and daily data now support export
- Both time series and daily data now support custom date ranges
-