removed distance_haversine, bug fix in sim_transmission_loss
Breaking Changes
-
sim_transmission_loss
bug fix related to depth. Positive depths are allowed and required
New Features / Improvements
- removed
distance_haversine()
and usinggeopy.distance
to mirrorsim_transmission_loss
- new non-default mode for running simulator
clock_generator
~start_sim_at_current_time
will start sim clock relative to current time rather than from 0.0 - updates to
simple_path
mode inmodem_sim_location
node.
Bugfixes
-
sim_transmission_loss
bug fix on depth. Positive depths are allowed and required. Previously the depth logic checking was reversed