The coverage_definition_graphs module#

Summary#

coverage_by_latitude_line_chart()

Create a plot of the percent time covered vs latitude.

gap_duration_line_chart()

Create a plot of the cumulative distribution of the access duration gaps of all grid points.

gi_point_coverage_interval_graph()

Create an interval graph of the access intervals for the point currently selected by the grid inspector.

gi_point_prob_of_coverage_line_chart()

Create a plot of the probability of coverage being achieved for the point selected in the grid inspector, as a function of the time past a request for coverage.

gi_region_coverage_line_chart()

Create a plot of the percentage of coverage over time of the region selected by the grid inspector.

gi_region_full_coverage_interval_graph()

Create an interval graph of the intervals of time when the region selected by the grid inspector is completely covered.

gi_region_time_to_cover_line_chart()

Create a plot of the amount of wait time required, starting from the reported time, before complete coverage of the region selected in the grid inspector occurs.

percent_coverage_line_chart()

Create a plot of the percentage of the area of the total coverage grid which is covered at the reported time.

Description#

Provides graphs for CoverageDefinition objects.