An open API service indexing awesome lists of open source software.

https://github.com/tsutterley/read-cryosat-2

Reads and writes waveform and geolocated elevation data from the ESA CryoSat-2 mission
https://github.com/tsutterley/read-cryosat-2

Last synced: 10 months ago
JSON representation

Reads and writes waveform and geolocated elevation data from the ESA CryoSat-2 mission

Awesome Lists containing this project

README

          

==============
read-cryosat-2
==============

|Language|
|License|
|Documentation Status|
|Binder|
|Pangeo|

.. |Language| image:: https://img.shields.io/badge/python-v3.7-green.svg
:target: https://www.python.org/

.. |License| image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/tsutterley/read-cryosat-2/blob/main/LICENSE

.. |Documentation Status| image:: https://readthedocs.org/projects/read-cryosat-2/badge/?version=latest
:target: https://read-cryosat-2.readthedocs.io/en/latest/?badge=latest

.. |Binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/tsutterley/read-cryosat-2/main

.. |Pangeo| image:: https://binder.pangeo.io/badge.svg
:target: https://binder.pangeo.io/v2/gh/tsutterley/read-cryosat-2/main

Python tools for reading waveform and geolocated elevation data from the ESA CryoSat-2 mission and writing to HDF5

- `How to access CryoSat-2 data `_
- `CryoSat-2 Products Overview `_
- `CryoSat-2 Products Handbook `_
- `CryoSat-2 Geographical Mode Masks `_
- `CryoSat-2 Baseline C Improvements `_
- `CryoSat-2 Baseline D Improvements `_

Dependencies
############

- `numpy: Scientific Computing Tools For Python `_
- `scipy: Scientific Tools for Python `_
- `h5py: Python interface for Hierarchal Data Format 5 (HDF5) `_
- `netCDF4: Python interface to the netCDF C library `_
- `gdal: Pythonic interface to the Geospatial Data Abstraction Library (GDAL) `_
- `shapely: PostGIS-ish operations outside a database context for Python `_
- `fiona: Python wrapper for vector data access functions from the OGR library `_
- `geopandas: Python tools for geographic data `_
- `pyproj: Python interface to PROJ library `_
- `future: Compatibility layer between Python 2 and Python 3 `_
- `lxml: processing XML and HTML in Python `_

Download
########

| The program homepage is:
| https://github.com/tsutterley/read-cryosat-2
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/read-cryosat-2/archive/main.zip
| Incorporated into the UW-APL ``pointCollection`` utilities at:
| https://github.com/SmithB/pointCollection

Disclaimer
##########

This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
This program is not sponsored or maintained by the Universities Space Research Association (USRA), the European Space Agency (ESA) or NASA.
It is provided here for your convenience but *with no guarantees whatsoever*.