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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file altimetry_search-2.0.0.tar.gz.
File metadata
- Download URL: altimetry_search-2.0.0.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cce300304fda8a6e86976e1fa8776c074be7a361b2450791d8d486fa5a5d9bb0
|
|
| MD5 |
ef3b08aae68869a18909ee745438645d
|
|
| BLAKE2b-256 |
f3e55444f05154179df836dadbafcd7c2437520f882e600d8a7387ef82e87fa4
|
File details
Details for the file altimetry_search-2.0.0-py3-none-any.whl.
File metadata
- Download URL: altimetry_search-2.0.0-py3-none-any.whl
- Upload date:
- Size: 38.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6576cfb47bbca9926e7f42dfa7d5768b94decf13493e89133581ee847a10590
|
|
| MD5 |
fea3b9e27a24db3d4b6e05770de89fc1
|
|
| BLAKE2b-256 |
fd3048971d8a2d0d0cbe1dd6f5b797c18ce8e8bc4c0a3763a825d09b206f975f
|