https://github.com/tsutterley/read-atm2-icessn
Reads Level-2 Airborne Topographic Mapper (ATM) Icessn data products
https://github.com/tsutterley/read-atm2-icessn
Last synced: 21 days ago
JSON representation
Reads Level-2 Airborne Topographic Mapper (ATM) Icessn data products
- Host: GitHub
- URL: https://github.com/tsutterley/read-atm2-icessn
- Owner: tsutterley
- License: mit
- Created: 2017-10-04T21:55:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T23:54:59.000Z (over 4 years ago)
- Last Synced: 2025-01-02T12:27:53.674Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
read-ATM2-icessn
================
#### Reads Level-2 Airborne Topographic Mapper (ATM) Icessn data products
- [IceBridge ATM L2 Icessn Elevation, Slope, and Roughness](https://nsidc.org/data/ilatm2/)
- [Pre-IceBridge ATM L2 Icessn Elevation, Slope, and Roughness](https://nsidc.org/data/blatm2/)
- [NSIDC IceBridge Software Tools](https://nsidc.org/data/icebridge/tools.html)
#### Calling Sequence
```
from read_ATM2_icessn import read_ATM2_icessn
ATM_L2_input = read_ATM2_icessn('example_filename.csv')
```
#### Dependencies
- [numpy: Scientific Computing Tools For Python](https://numpy.org)
#### Download
The program homepage is:
https://github.com/tsutterley/read-ATM2-icessn
A zip archive of the latest version is available directly at:
https://github.com/tsutterley/read-ATM2-icessn/archive/master.zip
#### Disclaimer
This program is not sponsored or maintained by the Universities Space Research Association (USRA), the National Snow and Ice Data Center (NSIDC) or NASA. It is provided here for your convenience but _with no guarantees whatsoever_.