altimetry-search
Search and select satellite altimetry passes (SWOT science and cal/val phases) by date and geographic area.
This package exposes the API only (orbit/pass search). The interactive
map-based GUI (ipyleaflet/ipywidgets) lives in the separate
altimetry.search.gui module and is not installed with this package —
see Looking for Swot passes using the GUI
below if you need it.
Installation
pip
pip install altimetry-search
conda
conda install -c conda-forge altimetry-search
Quickstart
import numpy
from altimetry.search import Mission, get_selected_passes, get_pass_passage_time
# Search all passes starting within one cycle of a given date
selected_passes = get_selected_passes(
Mission.SWOT_SWATH_SCIENCE,
date=numpy.datetime64("2024-01-01"),
)
# Restrict passes to those crossing a given area, and get the passage time
# window for each of them
passage_time = get_pass_passage_time(
Mission.SWOT_SWATH_SCIENCE,
selected_passes,
polygon=None, # or a pyinterp.geometry.geographic.Polygon
)
Looking for Swot passes using the GUI
To launch the application, click on the link below:
To launch jupyterlab in binder, clink on the link below:
License
BSD-3-Clause — see LICENSE.
Release files for altimetry-search 2.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| altimetry_search-2.0.1.tar.gz | 39.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| altimetry_search-2.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 77.7 kB
Release files / altimetry_search-2.0.1.tar.gz
| Download URL | altimetry_search-2.0.1.tar.gz |
|---|---|
| Size | 39.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d40486003826c8db0c1b5907c1692ac8f4262ec773080820abb1a00f6d98a770
|
|
BLAKE2b-256 checksum How to use checksums |
6b11aaf9ab8206614e629b30fecc38bc05bbf66618545c0d874a949cb47c4abc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / altimetry_search-2.0.1-py3-none-any.whl
| Download URL | altimetry_search-2.0.1-py3-none-any.whl |
|---|---|
| Size | 38.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e542314a345c3fc30eb8763d22dc160ea9f8025fdd1ef8d3178d70d39502d709
|
|
BLAKE2b-256 checksum How to use checksums |
4e923aac85f077a6f8d6802f9d51acb10834bf7d8bc95bc4da88abada41b03e3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|