1
0
Fork 0
satnogs-network/network/base/migrations
Corey Shields b9f549cf0c Implement a configurable minimum horizon in network
This commit adds a "horizon" configuration item to stations. This
allows station owners to set a minimum horizon to avoid a noisy
or obstructed floor level.

The default minimum horizon is set to 10, which is still fairly
low for a satellite pass that could be captured but given the
appropriate setup someone may be successful setting it lower.

The horizon field is honored in both the calculation of upcoming
passes in the station view as well as excluding any "below horizon"
passes in prediction_windows.

In addition, the db migration will set a minimum horizon of "10"
for all existing stations in the network. This is the horizon that
was hard-coded for the upcoming passes view so the only change to
the end user will be the behavior of window prediction matching
the upcoming passes (along with the ability to configure their
minimum horizon, of course).
2016-03-18 21:59:59 -04:00
..
0001_initial.py Reset migrations 2015-08-26 13:29:47 +03:00
0002_auto_20151011_1406.py Add vertical antenna type in Antenna model. 2015-10-11 18:44:59 +03:00
0003_auto_20160119_1856.py Keep TLE historical data 2016-01-23 17:42:35 +08:00
0004_station_horizon.py Implement a configurable minimum horizon in network 2016-03-18 21:59:59 -04:00
__init__.py Refactor project 2014-12-19 15:06:58 +02:00