Skip to content

Commit

Permalink
Update smallbaselineApp_hyp3.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz authored Sep 14, 2021
1 parent 81018f8 commit beb0f95
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions smallbaselineApp_hyp3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
"import matplotlib.pyplot as plt\n",
"# verify mintpy install\n",
"try:\n",
" #from mintpy.objects.insar_vs_gps import plot_insar_vs_gps_scatter\n",
" #from mintpy.unwrap_error_phase_closure import plot_num_triplet_with_nonzero_integer_ambiguity\n",
" #from mintpy import workflow, view, tsview, plot_network, plot_transection, plot_coherence_matrix\n",
" from mintpy import view, tsview\n",
" from mintpy import workflow, view, tsview\n",
"except ImportError:\n",
" raise ImportError(\"Can not import mintpy!\")\n",
"\n",
Expand Down Expand Up @@ -146,8 +143,9 @@
" # Check if a stage file from S3 already exist, if not try and download it\n",
" zip_file = os.path.join(hyp3_dir, zip_file_name)\n",
" if not os.path.isfile(zip_file):\n",
" !wget https://jzhu-hyp3-dev.s3.us-west-2.amazonaws.com/hyp3-mintpy/{zip_file_name}\n",
" # Download the staged dataset from AWS S3 bucket or from [Zenodo](https://zenodo.org/record/5502403).",
" #!aws s3 cp s3://jzhu-hyp3-dev/hyp3-mintpy-example/{zip_file_name} {zip_file_name}\n",
" !wget https://jzhu-hyp3-dev.s3.us-west-2.amazonaws.com/hyp3-mintpy/{zip_file_name}\n",
" # verify if download was succesfull\n",
" if os.path.isfile(zip_file_name):\n",
" import zipfile, glob\n",
Expand Down

0 comments on commit beb0f95

Please sign in to comment.