-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: b173307822a54cfbe21556b56523e84d | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
```{include} ../../CHANGELOG.md | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# LICENSE | ||
```{include} ../../LICENSE | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
```{include} ../../README.md | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
```{include} ../../STYLEGUIDE.md | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
trafficgen.check\_land\_crossing | ||
================================ | ||
|
||
.. automodule:: trafficgen.check_land_crossing | ||
:members: | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
.. autosummary:: | ||
|
||
path_crosses_land | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
trafficgen.encounter | ||
==================== | ||
|
||
.. automodule:: trafficgen.encounter | ||
:members: | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
.. autosummary:: | ||
|
||
assign_beta | ||
assign_beta_from_list | ||
assign_future_position_to_target_ship | ||
assign_sog_to_target_ship | ||
assign_vector_time | ||
calculate_min_vector_length_target_ship | ||
calculate_relative_bearing | ||
calculate_ship_cog | ||
check_encounter_evolvement | ||
decide_target_ship | ||
define_own_ship | ||
determine_colreg | ||
find_start_position_target_ship | ||
generate_encounter | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
trafficgen.marine\_system\_simulator | ||
==================================== | ||
|
||
.. automodule:: trafficgen.marine_system_simulator | ||
:members: | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
.. autosummary:: | ||
|
||
flat2llh | ||
llh2flat | ||
ssa | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
trafficgen.plot\_traffic\_situation | ||
=================================== | ||
|
||
.. automodule:: trafficgen.plot_traffic_situation | ||
:members: | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
.. autosummary:: | ||
|
||
add_ship_to_map | ||
add_ship_to_plot | ||
calculate_ship_outline | ||
calculate_vector_arrow | ||
find_max_value_for_plot | ||
plot_specific_traffic_situation | ||
plot_traffic_situations | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
trafficgen.read\_files | ||
====================== | ||
|
||
.. automodule:: trafficgen.read_files | ||
:members: | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
.. autosummary:: | ||
|
||
camel_to_snake | ||
convert_encounters | ||
convert_keys_to_snake_case | ||
convert_own_ship_initial_data | ||
convert_own_ship_waypoints | ||
convert_settings_data_from_maritime_to_si_units | ||
convert_ship_data_from_maritime_to_si_units | ||
convert_situation_data_from_maritime_to_si_units | ||
read_encounter_settings_file | ||
read_generated_situation_files | ||
read_own_ship_static_file | ||
read_situation_files | ||
read_target_ship_static_files | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
trafficgen.ship\_traffic\_generator | ||
=================================== | ||
|
||
.. automodule:: trafficgen.ship_traffic_generator | ||
:members: | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
.. autosummary:: | ||
|
||
generate_traffic_situations | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
trafficgen.utils | ||
================ | ||
|
||
.. automodule:: trafficgen.utils | ||
:members: | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
.. autosummary:: | ||
|
||
calculate_bearing_between_waypoints | ||
calculate_destination_along_track | ||
calculate_distance | ||
calculate_position_along_track_using_waypoints | ||
calculate_position_at_certain_time | ||
convert_angle_0_to_2_pi_to_minus_pi_to_pi | ||
convert_angle_minus_pi_to_pi_to_0_to_2_pi | ||
deg_2_rad | ||
knot_2_m_pr_s | ||
m_2_nm | ||
m_pr_s_2_knot | ||
min_2_s | ||
nm_2_m | ||
rad_2_deg | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
trafficgen.write\_traffic\_situation\_to\_file | ||
============================================== | ||
|
||
.. automodule:: trafficgen.write_traffic_situation_to_file | ||
:members: | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
.. autosummary:: | ||
|
||
convert_ship_data_from_si_units_to_maritime | ||
convert_situation_data_from_si_units_to__maritime | ||
write_traffic_situations_to_json_file | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
API Reference | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
trafficgen |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.. my-package documentation master file, created by | ||
sphinx-quickstart on Wed Jul 6 21:16:21 2022. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Ship Traffic Generator Documentation | ||
==================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:caption: Contents: | ||
|
||
README | ||
usage | ||
input_files | ||
api | ||
CHANGELOG | ||
STYLEGUIDE | ||
LICENSE | ||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` |