-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add geotiff read and write to compute tide programs (#32)
add long period equilibrium tide programs for ATL03 and ATL06 update documentation for geotiff files
- Loading branch information
1 parent
9c41a2c
commit defb535
Showing
34 changed files
with
1,707 additions
and
202 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
compute_LPET_ICESat2_ATL03.py | ||
============================== | ||
|
||
- Calculates long-period equilibrium tidal elevations for correcting ICESat-2 geolocated photon height data | ||
- Calculated at ATL03 segment level using reference photon geolocation and time | ||
- Segment level corrections can be applied to the individual photon events (PEs) | ||
- Will calculate the long-period tides for all ATL03 segments and not just ocean segments defined by the ocean tide mask | ||
|
||
#### Calling Sequence | ||
```bash | ||
python compute_LPET_ICESat2_ATL03.py input_file | ||
``` | ||
[Source code](https://github.com/tsutterley/pyTMD/blob/main/scripts/compute_LPET_ICESat2_ATL03.py) | ||
|
||
#### Inputs | ||
1. `input_file`: input ICESat-2 ATL03 file | ||
|
||
#### Command Line Options | ||
- `-M X`, `--mode X`: Permission mode of output file | ||
- `-V`, `--verbose`: Output information about each created file |
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,18 @@ | ||
compute_LPET_ICESat2_ATL06.py | ||
============================== | ||
|
||
- Calculates long-period equilibrium tidal elevations for correcting ICESat-2 land ice elevation data | ||
- Will calculate the long-period tides for all ATL06 segments and not just ocean segments defined by the ocean tide mask | ||
|
||
#### Calling Sequence | ||
```bash | ||
python compute_LPET_ICESat2_ATL06.py input_file | ||
``` | ||
[Source code](https://github.com/tsutterley/pyTMD/blob/main/scripts/compute_LPET_ICESat2_ATL06.py) | ||
|
||
#### Inputs | ||
1. `input_file`: input ICESat-2 ATL06 file | ||
|
||
#### Command Line Options | ||
- `-M X`, `--mode X`: Permission mode of output file | ||
- `-V`, `--verbose`: Output information about each created file |
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
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.