Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
5433b9c
Adds DIST streaming and visualization guide notebook
rubiedhillon Feb 7, 2023
49adedc
Adds functions for streaming notebook
rubiedhillon Feb 7, 2023
cff41f1
Adds streaming and visualizaion guide for DIST
rubiedhillon Feb 7, 2023
93c3516
Adds functions for Stream_and_Viz_DIST_Products notebook
rubiedhillon Feb 7, 2023
f557f08
Updated Stream_and_Viz guide
rubiedhillon Feb 7, 2023
2baf471
Merge branch 'OPERA-Cal-Val:main' into stream_dist
rubiedhillon Mar 2, 2023
02645d5
Delete Stream_and_Viz_DIST-ALERT-HLS-Products.ipynb
rubiedhillon Mar 2, 2023
35e75ae
Delete Stream_and_Viz_DIST_Functions.py
rubiedhillon Mar 2, 2023
b6e0ddb
Adds stream/visual DIST nb using folium
rubiedhillon Mar 2, 2023
352814c
Merge branch 'OPERA-Cal-Val:main' into stream_dist
rubiedhillon Mar 15, 2023
6dee249
Delete Stream_and_Viz_DIST-ALERT-HLS-Products.ipynb
rubiedhillon Mar 15, 2023
c0e1f01
Merge branch 'OPERA-Cal-Val:main' into stream_dist
rubiedhillon Jun 15, 2023
b68b21e
Delete Stream_and_Viz_DIST-ALERT-folium.ipynb
rubiedhillon Jun 15, 2023
b7e37b9
Add files via upload
rubiedhillon Jun 15, 2023
6d49fc1
clean up and re-run
Jun 27, 2023
ecee0c8
Update README.md
gracebato Jun 27, 2023
358860b
figure updates
Jun 27, 2023
9dfd917
Update packages in environment.yml
cmspeed Jul 18, 2023
c3af977
Make packages conda installable in environment.yml
cmspeed Jul 19, 2023
39167a6
Make packages conda installable in environment.yml
cmspeed Jul 19, 2023
12b87dc
Add imageio to environment.yml
cmspeed Jul 20, 2023
e733154
Merge pull request #28 from cmspeed/cole-env-changes
cmspeed Jul 20, 2023
c2c6eaf
Update nodejs in environment.yml
cmspeed Jul 23, 2023
9b887bc
Merge pull request #29 from cmspeed/cole-env-changes
cmspeed Jul 23, 2023
4045c73
Update DIST directory structure
cmspeed Sep 4, 2023
082c67f
Add Intro_To_DIST_ANN.ipynb
cmspeed Jul 27, 2023
c07ba51
Add Wildfires_DIST_ANN.ipynb
cmspeed Sep 4, 2023
3e74d0b
Add rasterstats to environment.yml
cmspeed Jul 27, 2023
fca4e6f
Add dist_utils.py
cmspeed Sep 4, 2023
351a6b6
Add links to DIST data on GLAD and supplemental data
cmspeed Sep 4, 2023
386fe05
Add Land_Use_Change_DIST_ANN.ipynb
cmspeed Sep 4, 2023
c4bce3e
latest commit
Sep 13, 2023
906d5f1
Add raster functions to dist_utils.py
cmspeed Sep 28, 2023
cc839fb
data for static plots
Sep 30, 2023
e1d63a3
code for making static plots
Sep 30, 2023
ce0890f
sample figure
Sep 30, 2023
69aff15
adding README
Sep 30, 2023
d3becce
udpate image
Sep 30, 2023
216f2ed
notebook visualizing Sao Paolo 2023 landslides using OPERA RTC data
Oct 2, 2023
0e7830b
RTC file list for landslide example
Oct 2, 2023
9572ecc
DEM data for landslide example
Oct 2, 2023
f537f44
Merge pull request #32 from OPERA-Cal-Val/landslide-example
alhandwerger Oct 3, 2023
aba7644
DSWx mosaic needed for visualization
Oct 3, 2023
d8fa1ef
'fix data path'
kvenkman Oct 3, 2023
202691c
'fix data path'
kvenkman Oct 3, 2023
1df9581
data files
Oct 3, 2023
c013579
updated notebook
Nov 7, 2023
727f95d
add images
Nov 7, 2023
13184d7
update README
Nov 7, 2023
d76feb1
Minor spelling fix.
tylere Dec 14, 2023
5f9ae6e
Remove unused libraries
cmspeed Jan 24, 2024
a4ff0e3
Minor fix to dist_utils.py
cmspeed Jan 24, 2024
1f6332a
Update readme
cmspeed Jan 24, 2024
91133b8
Move functions to dist_utils.py
cmspeed Jan 24, 2024
82c4d2c
Consolidate functions into dist_utils.py
cmspeed Jan 24, 2024
54a13f7
Update notebook to work with dist_utils.py
cmspeed Jan 24, 2024
4cf9a39
Merge pull request #34 from tylere/main
sssangha Jan 25, 2024
bcc0571
Merge pull request #21 from rubiedhillon/stream_dist
sssangha Jan 25, 2024
92abece
Delete DIST/DIST_ALERT/Discover/Stream_and_Viz_DIST-ALERT-folium.ipynb
sssangha Jan 26, 2024
88475be
Add back DIST_ALERT folium notebook
sssangha Jan 26, 2024
42630cc
Merge branch 'pr/31'
sssangha Jan 26, 2024
b0c7f4b
Merge pull request #33 from OPERA-Cal-Val/lake-mead-static-plots
sssangha Jan 26, 2024
8dbd224
CSLC: use scipy for computing coherence
johntruckenbrodt Jan 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CSLC/Discover/Create_Interferogram_by_Streaming_CSLC-S1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"import matplotlib as mpl\n",
"import sys\n",
"sys.path.append('../../')\n",
"from src.cslc_utils import get_s3path, read_cslc, cslc_info, rasterWrite, custom_merge, colorize, getbasemaps, moving_window_mean\n",
"from src.cslc_utils import get_s3path, read_cslc, cslc_info, rasterWrite, custom_merge, colorize, getbasemaps\n",
"from scipy.ndimage import uniform_filter\n",
"\n",
"import warnings\n",
"warnings.filterwarnings('ignore')"
Expand Down Expand Up @@ -473,7 +474,7 @@
"source": [
"# Calculate the correlation/coherence\n",
"merged_ifg_cpx = np.exp(1j * np.nan_to_num(merged_ifg))\n",
"coh = np.clip(np.abs(moving_window_mean(merged_ifg_cpx, 10)), 0, 1)\n",
"coh = np.clip(np.abs(uniform_filter(merged_ifg_cpx, 10)), 0, 1)\n",
"\n",
"# Mask nan values and zero values based on merged ifg file\n",
"nan_mask = np.isnan(merged_ifg)\n",
Expand Down
Loading