Skip to content

Commit

Permalink
Small details in the presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Mar 21, 2022
1 parent 14dfab7 commit 3ac43a1
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions notebooks/test-S1-GRD-IW-RTC-Gran-Sasso.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"import matplotlib.pyplot as plt\n",
"import logging\n",
"\n",
"logger = logging.basicConfig(level=logging.INFO)\n",
"\n",
"plt.rcParams[\"figure.figsize\"] = (10, 7)\n",
"plt.rcParams[\"font.size\"] = 12"
]
Expand Down Expand Up @@ -271,7 +269,9 @@
"cell_type": "code",
"execution_count": null,
"id": "ce44debc",
"metadata": {},
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"mirror_folder(rtc_fs, rtc_bucket, product_folder)"
Expand All @@ -285,6 +285,16 @@
"## process"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ef8d37ee",
"metadata": {},
"outputs": [],
"source": [
"logger = logging.basicConfig(level=logging.INFO)"
]
},
{
"cell_type": "markdown",
"id": "5a308418",
Expand All @@ -302,6 +312,8 @@
},
"outputs": [],
"source": [
"%time\n",
"\n",
"gtc_path = os.path.basename(product_folder) + \".10m.GTC.tif\"\n",
"\n",
"apps.backward_geocode_sentinel1(\n",
Expand Down Expand Up @@ -344,6 +356,8 @@
},
"outputs": [],
"source": [
"%time\n",
"\n",
"rtc_gamma_10m_path = os.path.basename(product_folder) + \".10m.RTC.tif\"\n",
"\n",
"rtc_gamma_10m = apps.backward_geocode_sentinel1(\n",
Expand All @@ -352,7 +366,7 @@
" dem_10m_UTM_urlpath,\n",
" interp_method=\"nearest\",\n",
" override_product_files=\"{dirname}/{prefix}{swath}-{polarization}{ext}\",\n",
" correct_radiometry=\"gamma\",\n",
" correct_radiometry=True,\n",
" output_urlpath=rtc_gamma_10m_path,\n",
" grouping_area_factor=(6, 6),\n",
")\n",
Expand Down

0 comments on commit 3ac43a1

Please sign in to comment.