Skip to content

Commit 6fdc3da

Browse files
committed
Update README with supported datasets and requirements
1 parent dd75b99 commit 6fdc3da

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
> that is well-tested and peer-reviewed, but nothing contained here should be
1212
> expected to work correctly (or at all!) in this early phase.
1313
14-
Spike repo to explore replicating the functionality of
15-
[valkyrie](https://bitbucket.org/nsidc/valkyrie) as a Python library for use in
16-
[iceflow](https://github.com/nsidc/NSIDC-Data-Tutorials/tree/main/notebooks/iceflow)
17-
as part of work for <https://github.com/nsidc/tps-ecs-decom-notes/issues/8>
14+
`iceflow` is a Python library that provides the ability to search, download, and
15+
access laser altimetry data from (pre-)Operation Icebridge and ICESat datasets.
16+
`iceflow` supports the following datasets:
17+
18+
| Dataset | Temporal Coverage |
19+
| -------------------------------------------------------- | ----------------------------- |
20+
| [ILATM1B v1](https://nsidc.org/data/ilatm1b/versions/1) | 2009-03-31 through 2012-11-08 |
21+
| [ILATM1B v2](https://nsidc.org/data/ilatm1b/versions/2) | 2013-03-20 through 2019-11-20 |
22+
| [BLATM1B v1](https://nsidc.org/data/blatm1b/versions/1) | 1993-06-23 through 2008-10-30 |
23+
| [ILVIS2 v1](https://nsidc.org/data/ilvis2/versions/1) | 2009-04-14 through 2015-10-31 |
24+
| [ILVIS2 v2](https://nsidc.org/data/ilvis2/versions/2) | 2017-08-25 through 2017-09-20 |
25+
| [GLAH06 v034](https://nsidc.org/data/glah06/versions/34) | 2003-02-20 through 2009-10-11 |
1826

1927
## Level of Support
2028

@@ -26,7 +34,8 @@ contact [email protected] for more information.
2634

2735
## Requirements
2836

29-
TODO
37+
- [python](https://www.python.org/) >=3.10
38+
- [Earthdata Login account](https://urs.earthdata.nasa.gov/)
3039

3140
## Usage
3241

0 commit comments

Comments
 (0)