Fabian P. Schmidt
Fabian P. Schmidt
Provide the invalid value of `fractional_bandwidth` within the error message alongside the accepted range to ease with debugging. # Pull Request Details ## Description This change should simplify debugging of...
Example: - [Observation 5035255](https://network.satnogs.org/observations/5035255/) Output: 
This commit doesn't implement proper error handling yet, command could result in the deletion of previously downloaded airspaces: ``` Downloading http://soaringweb.org/Airspace/NL/EHv17_3.txt Download failed: Server issued an error response. removing all...
Work in progress, not finished. The old back-end code is [ogn-skylines-gateway](https://github.com/kerel-fs/ogn-skylines-gateway), it forwards fixes from _OGN_ to _SkyLines_ via the _SkyLines_-protocol. edit: _ogn-skylines-gateway_ was integrated in this patch at [skylines/tracking/ogn_gateway.py](https://github.com/kerel-fs/skylines/blob/wip/%2Bogn/skylines/tracking/ogn_gateway.py)....
Trying to import the airspaces as described in [INSTALL.mapserver.md](https://github.com/skylines-project/skylines/blob/master/INSTALL.mapserver.md) fails: ``` vagrant@vagrant-ubuntu-trusty-64:/vagrant$ pipenv run ./manage.py import airspace mapserver/airspace/airspace_list.txt mapserver/airspace/airspace_blacklist.txt [...] Downloading http://s289271336.onlinehome.fr/dossiers_ffvv/files/180330__AIRSPACE_France_2018-04.txt Traceback (most recent call last): File "./manage.py", line...
:lady_beetle: **Problem** TLEs produced with `propagate` will have the eccentricity set to zero. This will crash some tools when loading the TLE, e.g. "Orbitron". :bulb: **Possible solutions** - Store the...
💡 **Feature request** Allow non-integer frequency corrections via `SoapyRTLSDR::setFrequencyCorrection(const int direction, const size_t channel, const double value)` and properly handle them. As `librtlsdr` supports integer ppm corrections only, this would...
🐞 **Problem** The function `next_pass` invoked with `singlepass=True` (default since pyephem 3.7.7.0) throws an ValueError when there is an ongoing pass at `observer.time` sometimes (i.e. not for all datetimes during...