Skip to content

Commit

Permalink
Bulk changes: reorganized directory structure, added new calval sites…
Browse files Browse the repository at this point in the history
… to the my_sites.txt file, removed old and outdated installation readme, and added on-demand setup instruction powerpoint (#63)
  • Loading branch information
katia-tymofyeyeva authored Sep 9, 2024
1 parent efad292 commit 0782d4a
Show file tree
Hide file tree
Showing 7 changed files with 319 additions and 2,257 deletions.
Binary file added docs/On-demand_SE_setup_instructions.pptx
Binary file not shown.
69 changes: 0 additions & 69 deletions docs/installation.md

This file was deleted.

18 changes: 12 additions & 6 deletions methods/coseismic/Coseismic_Requirement_Validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
"outputs": [],
"source": [
"# Choose a site and track direction\n",
"site='MojaveD173' \n",
"site='test' \n",
"\n",
"# What dataset are you processing?\n",
"dataset = 'ARIA_S1' # For Sentinel-1 testing with aria-tools\n",
"#'ARIA_S1' (old directory structure for Sentinel-1 testing with aria-tools)\n",
"#'ARIA_S1_new' (new directory structure for Sentinel-1 testing with aria-tools)\n",
"dataset = 'ARIA_S1_new'\n",
"\n",
"# The date and version of this Cal/Val run\n",
"today = '20240429'\n",
"today = '20240909'\n",
"version = '1'\n",
"\n",
"# Define your directory structure - you won't need to change this line\n",
Expand Down Expand Up @@ -173,10 +175,14 @@
"\n",
"################# Set Directories ##########################################\n",
"requirement='Coseismic'\n",
"work_dir = os.path.join(start_directory,dataset,requirement,site,you,today,'v'+version)\n",
"\n",
"# Site directory\n",
"site_dir = os.path.join(start_directory, dataset, site)\n",
"\n",
"work_dir = os.path.join(site_dir,requirement,you,today,'v'+version)\n",
"print(\"Work directory:\", work_dir)\n",
"\n",
"gunw_dir = os.path.join(work_dir,'products')\n",
"gunw_dir = os.path.join(site_dir,'products')\n",
"print(\" GUNW dir:\", gunw_dir) \n",
"\n",
"mintpy_dir = os.path.join(work_dir,'MintPy')\n",
Expand Down Expand Up @@ -2025,7 +2031,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.12.5"
},
"toc-autonumbering": false,
"toc-showcode": false,
Expand Down
1,416 changes: 63 additions & 1,353 deletions methods/secular/Secular_Requirement_Validation.ipynb

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions methods/transient/Transient_Requirement_Validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"outputs": [],
"source": [
"# Choose a site and track direction\n",
"site='MojaveD173' \n",
"site='test' \n",
"\n",
"# What dataset are you processing?\n",
"dataset = 'ARIA_S1' # For Sentinel-1 testing with aria-tools\n",
"dataset = 'ARIA_S1_new' # For Sentinel-1 testing with aria-tools\n",
"\n",
"# The date and version of this Cal/Val run\n",
"today = '20240429'\n",
"today = '20240909'\n",
"version = '1'\n",
"\n",
"# Define your directory structure - you won't need to change this line\n",
Expand Down Expand Up @@ -172,6 +172,10 @@
"source": [
"################# Set Directories ##########################################\n",
"requirement = 'Transient'\n",
"\n",
"# Site directory\n",
"site_dir = os.path.join(start_directory, dataset, site)\n",
"\n",
"work_dir = os.path.join(start_directory,dataset,requirement,site,you,today,'v'+version)\n",
"print(\"Work directory:\", work_dir)\n",
"\n",
Expand Down Expand Up @@ -1650,7 +1654,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.12.5"
},
"toc-autonumbering": false,
"toc-showcode": false,
Expand Down
213 changes: 210 additions & 3 deletions my_sites.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"Info" : ["List of CalVal Sites:",

"Set NISAR calval sites:",
"New NISAR calval sites with Sentinel tracks:",

"CentralValleyA137 : Central Valley",
"LosAngelesA64 : Los Angeles Basin",
"MojaveA64 : Mojave Desert",
"LongValleyD144 : Long Valley Caldera",
"MejillonesD54 : Mejillones, Chile, Sentinel-1 descending track 54",
"MejillonesD156 : Mejillones, Chile, Sentinel-1 descending track 156",
"WesternOregonD13 : Western Oregon",
"HokkaidoD46 : Hokkaido, Japan",
"HoustonA34 : Houston/Galveston",
"HawaiiA124 : Big Island of Hawaii, Sentinel-1 ascending track 124",
"HawaiiD87 : Big Island of Hawaii, Sentinel-1 descending track 87",
"KiwiA81 : North Island, New Zealand",

"Old NISAR calval sites:",

"CentralValleyA144 : Central Valley",
"OklahomaA107 : Oklahoma",
"PuertoRicoD98 : Puerto Rico (Earthquake M6.4 on 20200107) - Descending track",
Expand Down Expand Up @@ -47,9 +63,200 @@
"ifgExcludeList" : "auto",
"maskWater" : "False"},


"Info" : "########## CENTRAL VALLEY ##############",

"CentralValleyA137" : {
"calval_location" : "Central_Valley",
"download_region" : "'34.9 36.9 -120.8 -119.0'",
"analysis_region" : "'34.9 36.9 -120.8 -119.0'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "137",
"gps_ref_site_name" : "CAWO",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## LOS ANGELES ##############",

"LosAngelesA64" : {
"calval_location" : "Los_Angeles",
"download_region" : "'33.4 34.5 -119.0 -117.4'",
"analysis_region" : "'33.4 34.5 -119.0 -117.4'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "64",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## MOJAVE DESERT ##############",

"MojaveA64" : {
"calval_location" : "Mojave",
"download_region" : "'34.5 35.7 -116.5 -114.2'",
"analysis_region" : "'34.5 35.7 -116.5 -114.2'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "64",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## LONG VALLEY CALDERA ##############",

"LongValleyD144" : {
"calval_location" : "Long_Valley",
"download_region" : "'37.1 38.2 -119.5 -118.1'",
"analysis_region" : "'37.1 38.2 -119.5 -118.1'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "144",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## MEJILLONES, CHILE, D54 ##############",

"MejillonesD54" : {
"calval_location" : "Mejillones_Chile",
"download_region" : "'-24.0 -22.0 -70.7 -67.0'",
"analysis_region" : "'-24.0 -22.0 -70.7 -67.0'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "54",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## MEJILLONES, CHILE, D156 ##############",

"MejillonesD156" : {
"calval_location" : "Mejillones_Chile",
"download_region" : "'-24.0 -22.0 -70.7 -67.0'",
"analysis_region" : "'-24.0 -22.0 -70.7 -67.0'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "156",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## WESTERN OREGON ##############",

"WesternOregonD13" : {
"calval_location" : "Western_Oregon",
"download_region" : "'43.5 45.5 -124.4 -121.5'",
"analysis_region" : "'43.5 45.5 -124.4 -121.5'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "13",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## HOKKAIDO JAPAN ##############",

"HokkaidoD46" : {
"calval_location" : "Hokkaido_Japan",
"download_region" : "'41.8 44.4 139.8 143.3'",
"analysis_region" : "'41.8 44.4 139.8 143.3'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "46",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## HOUSTON GALVESTON ##############",

"HoustonA34" : {
"calval_location" : "Houston_Galveston",
"download_region" : "'28.5 31.0 -97.3 -93.5'",
"analysis_region" : "'28.5 31.0 -97.3 -93.5'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "34",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## BIG ISLAND HAWAII A124 ##############",

"HawaiiA124" : {
"calval_location" : "Big_Island",
"download_region" : "'18.9 20.3 -156.2 -154.7'",
"analysis_region" : "'18.9 20.3 -156.2 -154.7'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "124",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## BIG ISLAND HAWAII D87 ##############",

"HawaiiD87" : {
"calval_location" : "Big_Island",
"download_region" : "'18.9 20.3 -156.2 -154.7'",
"analysis_region" : "'18.9 20.3 -156.2 -154.7'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "87",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## NORTH ISLAND NEW ZEALAND ##############",

"KiwiA81" : {
"calval_location" : "New_Zealand",
"download_region" : "'-40.6 -37.0 173.6 176.2'",
"analysis_region" : "'-40.6 -37.0 173.6 176.2'",
"reference_lalo" : "auto",
"download_start_date" : "20180101",
"download_end_date" : "20190101",
"earthquakeDate" : "20180412",
"sentinel_track" : "81",
"gps_ref_site_name" : "auto",
"tempBaseMax" : "auto",
"ifgExcludeList" : "auto",
"maskWater" : "False"},

"Info" : "########## CENTRAL VALLEY OLD ##############",

"CentralValleyA144" : {
"calval_location" : "Central_Valley",
"download_region" : "'36.18 36.26 -119.91 -119.77'",
Expand Down Expand Up @@ -243,4 +450,4 @@
"ifgExcludeList" : "auto",
"maskWater" : "False"}
}
}
}
Loading

0 comments on commit 0782d4a

Please sign in to comment.