Set of tools for processing satellite altimetry data
A Python package with high-level functions for constructing time series of satellite altimetric measurements (surface heigh and backscatter).
The package provides routines to read the raw data from the binary format Ice Data Records (IDRs), and write/read the processed results to the high-performance file format HDF5; as well as processing algorithms for filtering, crossover finding, gridding, uncertainty estimation, time-series construction, parallelization, visualization, etc.
Functionalities are divided into the following modules:
io.py
- read and write routinesconst.py
- definition of constantsconvert.py
- time/coordinates/etc. conversion functionstseries.py
- crossover time series constructioninterp.py
- wrapper for kriging and other interpolation routinesfilter.py
- high-level time-series filtering functionsbootstrap.py
- bootstrap methods for uncertanty estimationregions.py
- definition of "boxes" for Antarctic ice shelvesutil.py
- miscellaneous utility functionsviz.py
- plotting functionalitiesmpi.py
- simple parallelization functions (MPI)
git clone https://github.com/fspaolo/altimpy cd altimpy python setup.py install --user
Some day I will organize and document this library... ;)