Skip to content

Commit

Permalink
Merge pull request #6 from ASFOpenSARlab/feature/subsetting_options
Browse files Browse the repository at this point in the history
- Install MintPy from https://github.com/insarlab/MintPy.git@44d5afd to pull in kmz fix
- Add GitHub Issues and ASF support messages to every notebook
- Support subsetting with WKT or shapefile
- some new util functions to support subsetting
- Remove CDS service slowdown warning
- Display dates when plotting inverted time series
  • Loading branch information
Alex-Lewandowski authored Jun 10, 2024
2 parents 3e583ea + 1cc71e2 commit dd9e17d
Show file tree
Hide file tree
Showing 14 changed files with 733 additions and 290 deletions.
35 changes: 35 additions & 0 deletions 1_Software_Environment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,44 @@
"Installs the `opensarlab_mintpy_recipe_book` conda environment, which is used by all other notebooks in this Jupyter Book.\n",
"\n",
"---\n",
"\n",
"<div class=\"alert alert-info\" style=\"display: flex; align-items: center; font-family: 'Times New Roman', Times, serif; background-color: #d1ecf1;\">\n",
" <div style=\"display: flex; align-items: center; width: 10%;\">\n",
" <a href=\"https://github.com/ASFOpenSARlab/opensarlab_MintPy_Recipe_Book/issues\">\n",
" <img src=\"github_issues.png\" alt=\"GitHub logo over the word Issues\" style=\"width: 100%;\">\n",
" </a>\n",
" </div>\n",
" <div style=\"width: 95%;\">\n",
" <b>Did you find a bug? Do you have a feature request?</b>\n",
" <br/>\n",
" Explore GitHub Issues on this Jupyter Book's GitHub repository. Find solutions, add to the discussion, or start a new bug report or feature request: <a href=\"https://github.com/ASFOpenSARlab/opensarlab_MintPy_Recipe_Book/issues\">opensarlab_MintPy_Recipe_Book Issues</a>\n",
" </div>\n",
"</div>\n",
"\n",
"<div class=\"alert alert-info\" style=\"display: flex; align-items: center; justify-content: space-between; font-family: 'Times New Roman', Times, serif; background-color: #d1ecf1;\">\n",
" <div style=\"display: flex; align-items: center; width: 10%; margin-right: 10px;\">\n",
" <a href=\"mailto:[email protected]\">\n",
" <img src=\"ASF_support_logo.png\" alt=\"ASF logo\" style=\"width: 100%\">\n",
" </a>\n",
" </div>\n",
" <div style=\"width: 95%;\">\n",
" <b>Have a question related to SAR, ASF data access, or performing SBAS time series analyses with MintPy?</b>\n",
" <br/>\n",
" Contact ASF User Support: <a href=\"mailto:[email protected]\">[email protected]</a>\n",
" </div>\n",
"</div>\n",
"\n",
"---\n",
"\n",
"## 0. Import Required Software"
]
},
{
"cell_type": "markdown",
"id": "e815a0ca-f938-4e9e-b674-5b3c41a231cc",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
30 changes: 29 additions & 1 deletion 2_CDS_Access.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,34 @@
"**If you do not add your CDS credentials to `~/.cdsapirc`, the `correct_troposphere` step will fail**\n",
"\n",
"---\n",
"\n",
"<div class=\"alert alert-info\" style=\"display: flex; align-items: center; font-family: 'Times New Roman', Times, serif; background-color: #d1ecf1;\">\n",
" <div style=\"display: flex; align-items: center; width: 10%;\">\n",
" <a href=\"https://github.com/ASFOpenSARlab/opensarlab_MintPy_Recipe_Book/issues\">\n",
" <img src=\"github_issues.png\" alt=\"GitHub logo over the word Issues\" style=\"width: 100%;\">\n",
" </a>\n",
" </div>\n",
" <div style=\"width: 95%;\">\n",
" <b>Did you find a bug? Do you have a feature request?</b>\n",
" <br/>\n",
" Explore GitHub Issues on this Jupyter Book's GitHub repository. Find solutions, add to the discussion, or start a new bug report or feature request: <a href=\"https://github.com/ASFOpenSARlab/opensarlab_MintPy_Recipe_Book/issues\">opensarlab_MintPy_Recipe_Book Issues</a>\n",
" </div>\n",
"</div>\n",
"\n",
"<div class=\"alert alert-info\" style=\"display: flex; align-items: center; justify-content: space-between; font-family: 'Times New Roman', Times, serif; background-color: #d1ecf1;\">\n",
" <div style=\"display: flex; align-items: center; width: 10%; margin-right: 10px;\">\n",
" <a href=\"mailto:[email protected]\">\n",
" <img src=\"ASF_support_logo.png\" alt=\"ASF logo\" style=\"width: 100%\">\n",
" </a>\n",
" </div>\n",
" <div style=\"width: 95%;\">\n",
" <b>Have a question related to SAR, ASF data access, or performing SBAS time series analyses with MintPy?</b>\n",
" <br/>\n",
" Contact ASF User Support: <a href=\"mailto:[email protected]\">[email protected]</a>\n",
" </div>\n",
"</div>\n",
"\n",
"---\n",
"## 0. Import Required Software"
]
},
Expand Down Expand Up @@ -120,7 +148,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python [conda env:.local-opensarlab_mintpy_recipe_book]",
"language": "python",
"name": "conda-env-.local-opensarlab_mintpy_recipe_book-py"
},
Expand Down
Loading

0 comments on commit dd9e17d

Please sign in to comment.