-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add EGM2008 interpolation programs for ICESat+OIB (#36)
fix: read cases in ATM level-2 data where a line is empty
- Loading branch information
1 parent
2ebfb93
commit e080cf1
Showing
8 changed files
with
825 additions
and
11 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
doc/source/api_reference/geoid/interp_EGM2008_ICESat_GLA12.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
============================== | ||
interp_EGM2008_ICESat_GLA12.py | ||
============================== | ||
|
||
- Reads EGM2008 geoid height spatial grids from unformatted binary files provided by the National Geospatial-Intelligence Agency and interpolates to ICESat/GLAS L2 GLA12 Antarctic and Greenland Ice Sheet elevation data | ||
|
||
`Source code`__ | ||
|
||
.. __: https://github.com/tsutterley/Grounding-Zones/blob/main/geoid/interp_EGM2008_ICESat_GLA12.py | ||
|
||
Calling Sequence | ||
################ | ||
|
||
.. argparse:: | ||
:filename: interp_EGM2008_ICESat_GLA12.py | ||
:func: arguments | ||
:prog: interp_EGM2008_ICESat_GLA12.py | ||
:nodescription: | ||
:nodefault: |
19 changes: 19 additions & 0 deletions
19
doc/source/api_reference/geoid/interp_EGM2008_icebridge_data.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
================================ | ||
interp_EGM2008_icebridge_data.py | ||
================================ | ||
|
||
- Reads EGM2008 geoid height spatial grids from unformatted binary files provided by the National Geospatial-Intelligence Agency and interpolates to Operation IceBridge elevation data | ||
|
||
`Source code`__ | ||
|
||
.. __: https://github.com/tsutterley/Grounding-Zones/blob/main/geoid/interp_EGM2008_icebridge_data.py | ||
|
||
Calling Sequence | ||
################ | ||
|
||
.. argparse:: | ||
:filename: interp_EGM2008_icebridge_data.py | ||
:func: arguments | ||
:prog: interp_EGM2008_icebridge_data.py | ||
:nodescription: | ||
:nodefault: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.