Skip to content

Commit beb0f95

Browse files
authored
Update smallbaselineApp_hyp3.ipynb
1 parent 81018f8 commit beb0f95

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

smallbaselineApp_hyp3.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
"import matplotlib.pyplot as plt\n",
3434
"# verify mintpy install\n",
3535
"try:\n",
36-
" #from mintpy.objects.insar_vs_gps import plot_insar_vs_gps_scatter\n",
37-
" #from mintpy.unwrap_error_phase_closure import plot_num_triplet_with_nonzero_integer_ambiguity\n",
38-
" #from mintpy import workflow, view, tsview, plot_network, plot_transection, plot_coherence_matrix\n",
39-
" from mintpy import view, tsview\n",
36+
" from mintpy import workflow, view, tsview\n",
4037
"except ImportError:\n",
4138
" raise ImportError(\"Can not import mintpy!\")\n",
4239
"\n",
@@ -146,8 +143,9 @@
146143
" # Check if a stage file from S3 already exist, if not try and download it\n",
147144
" zip_file = os.path.join(hyp3_dir, zip_file_name)\n",
148145
" if not os.path.isfile(zip_file):\n",
149-
" !wget https://jzhu-hyp3-dev.s3.us-west-2.amazonaws.com/hyp3-mintpy/{zip_file_name}\n",
146+
" # Download the staged dataset from AWS S3 bucket or from [Zenodo](https://zenodo.org/record/5502403).",
150147
" #!aws s3 cp s3://jzhu-hyp3-dev/hyp3-mintpy-example/{zip_file_name} {zip_file_name}\n",
148+
" !wget https://jzhu-hyp3-dev.s3.us-west-2.amazonaws.com/hyp3-mintpy/{zip_file_name}\n",
151149
" # verify if download was succesfull\n",
152150
" if os.path.isfile(zip_file_name):\n",
153151
" import zipfile, glob\n",

0 commit comments

Comments
 (0)