From 8db8d4054f6995257f4256b9aa4cd3ae3aa9482b Mon Sep 17 00:00:00 2001 From: Emma Marshall <55526386+e-marshall@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:54:34 -0700 Subject: [PATCH] datset comparison nb edits and env file --- dataset_comparison.ipynb | 2 +- environment.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dataset_comparison.ipynb b/dataset_comparison.ipynb index 043dc14..276a806 100644 --- a/dataset_comparison.ipynb +++ b/dataset_comparison.ipynb @@ -73,7 +73,7 @@ "While the datasets we will be comparing in this notebook are quite similar, they contain important differences related to how they were processed. The product description pages for both datasets contain important information for understanding how they are generated.\n", "\n", "### Source data\n", - "One important difference is the source data used to generate the RTC images. ASF uses the Single Look Complex ([SLC](https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-1-sar/products-algorithms/level-1-algorithms/single-look-complex)) images that contains both amplitude and phase information for each pixel, is in radar coordinates and has not yet been multi-looked (double check). The Microsoft Planetary Computer RTC imagery is generate from ground range detected images (GRD). [GRD](https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-1-sar/products-algorithms/level-1-algorithms/ground-range-detected) data has been detected, multi-looked and projected to ground range.\n", + "One important difference is the source data used to generate the RTC images. ASF uses the Single Look Complex ([SLC](https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-1-sar/products-algorithms/level-1-algorithms/single-look-complex)) images that contains both amplitude and phase information for each pixel, is in radar coordinates and has not yet been multi-looked. The Microsoft Planetary Computer RTC imagery is generate from ground range detected images (GRD). [GRD](https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-1-sar/products-algorithms/level-1-algorithms/ground-range-detected) data has been detected, multi-looked and projected to ground range.\n", "\n", "### DEM\n", "A digital elevation model (DEM) is an important input parameter for RTC processing. ASF RTC processing uses the Copernicus DEM with 30 m resolution. Planetary Computer uses higher resolution DEMs. One effect of the use of different DEMs during RTC processing is the different spatial resolutions of the RTC products: **Planetary Computer RTC imagery has a spatial resolution of 10 meters while ASF RTC imagery has a spatial resolution of 30 meters.**" diff --git a/environment.yml b/environment.yml index 5fbd140..f4b323e 100644 --- a/environment.yml +++ b/environment.yml @@ -3,11 +3,8 @@ channels: - conda-forge dependencies: - adlfs -# - datashader - geopandas - folium -# - hvplot - - hyp3_sdk - ipykernel - jupyter-book - jupyterlab