Fleshed out README.md

This commit is contained in:
Trey Blancher 2019-08-11 16:23:09 -04:00
父節點 faa50c294b
當前提交 d445023052
共有 1 個文件被更改,包括 9 次插入2 次删除

查看文件

@ -1,3 +1,10 @@
# acfst
# Alabama Coastal Foundation Ship Tracker
Justin Blancher's ACFST project
##Justin Blancher's ACFST project
This project gathers daily ship traffic through the Port of Mobile. It documents all ships coming into and out of Mobile Bay that exceed the documentation thresholds. Namely, any ship at least 15.0 meters wide traveling 10.0 knots or more through the bay. The time the ships traveled through is documented from the AIS data retrieved, as well as the timestamp of when the data was queried. Wave heights at 1m, 1000m, 2000m, and 3000m are also calculated and annotated on each qualifying ship's record.
### `acfst.py`
The bulk of the work is done by the `acfst.py` script, written in Python 3, which creates and then appends to the daily ship log on an hourly basis via a cron job on the Sustainable Ecosystems Restoration (SER) server.
### `email_recipients.sh`
The log of ships are emailed to the consumer list daily, at 00:15 EDT/EST. This is performed by the `email_recipients.sh` script, also run in a daily cron job on the SER server. The recipients are listed as discrete arguments to this cron job.