-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EarthScope 2023 short cource update (#56)
+ create `workflows` folders for `smallbaselineApp*.ipynb` files and its auxliary files, for simplicity and independence + 2023 EarthScope update: - update course info: date/links, etc. - replace utils.ipynb with utils.py, to avoid the dependency of `ipynb` package - docs/requirements.txt: remove ipynb as it's not needed anymore due to the above change - add workflows/data/UCERF3_Fault.lonlat and plot faults on top of velocity maps - add move notebook related image files from docs/ to workflows/docs/ - simplify the phase anatomy description - add temp coh and spatial coh question selection box - light re-arrangement of equations for closure phase bias. + README: update square badge style, to be consistent with mintpy + LICENSE: switch from GPLv3 to GPLv3+, to be consistent with mintpy
- Loading branch information
Showing
17 changed files
with
10,289 additions
and
838 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,8 @@ | |
*.ipynb_checkpoints* | ||
*isce.log | ||
*dev | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class |
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
gdal | ||
h5py | ||
ipynb | ||
matplotlib | ||
mintpy | ||
numpy | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.