swot_simulator.orbit_propagator.select_box#

swot_simulator.orbit_propagator.select_box(box: Box, lon: ndarray, lat: ndarray, time: ndarray) Tuple[ndarray, ndarray, ndarray, ndarray][source]#

Selects the orbit in the defined box.

Parameters
  • box (math.Box) – Geographical selection

  • lon (numpy.ndarray) – Longitudes (in degrees)

  • lat (numpy.ndarray) – Latitudes (in degrees)

  • time (np.ndarray) – Date of the positions (in seconds).

Returns

the selected positions and associated dates.

Return type

tuple