Latency

Compute Latencies

tatc.analysis.compute_latencies(observations: GeoDataFrame, downlinks: GeoDataFrame) GeoDataFrame[source]

Collect latencies between an observation and the first downlink opportunity.

Parameters
Returns

The data frame of collected latency results.

Return type

geopandas.GeoDataFrame

Reduce Latencies

tatc.analysis.reduce_latencies(latency_observations: GeoDataFrame) GeoDataFrame[source]

Reduce observation latencies. Computes descriptive statistics for each pair of observation and first downlink opportunities.

Parameters

latency_observations (geopandas.GeoDataFrame) – The latency observations.

Returns

The data frame with reduced latencies.

Return type

geopandas.GeoDataFrame

Grid Latencies

tatc.analysis.grid_latencies(reduced_latencies: GeoDataFrame, cells: GeoDataFrame) GeoDataFrame[source]

Grid reduced latencies to cells.

Parameters
Returns

The data frame with gridded latencies.

Return type

geopandas.GeoDataFrame