Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: switch fig links to github page - part 2 #1241

Merged
merged 3 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions docs/QGIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ramp_color('RdBu', scale_linear(VEL, -20, 20, 0, 1))
```

<p align="left">
<img width="1000" src="https://yunjunzhang.files.wordpress.com/2019/11/ps-time-series-viewer-1.png">
<img width="1000" src="https://insarlab.github.io/figs/docs/mintpy/QGIS-PS-TSV-map.png">
</p>

5. Click the [PS Time Series Viewer logo](https://gitlab.com/faunalia/ps-speed/blob/master/icons/logo.png) to activate the tool, and click/play on the map to display the time-series!

<p align="left">
<img width="800" src="https://yunjunzhang.files.wordpress.com/2019/11/ps-time-series-viewer-2.png">
<img width="800" src="https://insarlab.github.io/figs/docs/mintpy/QGIS-PS-TSV-point.png">
</p>
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ smallbaselineApp.py ${MINTPY_HOME}/docs/templates/FernandinaSenDT128.txt
```

<p align="left">
<img width="600" src="https://insarlab.github.io/figs/docs/FernandinaSenDT128-ISCE2.jpg">
<img width="600" src="https://insarlab.github.io/figs/docs/mintpy/FernandinaSenDT128-ISCE2.jpg">
</p>

Results are plotted in **./pic** folder. To explore more data information and visualization, try the following scripts:
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default_tactile.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<header>
<p align="center">
<img src="https://yunjunzhang.files.wordpress.com/2017/08/logo_githubpage.pdf">
<img src="https://insarlab.github.io/figs/docs/mintpy/logo_pysar_obsolete.pdf">
</p>
</header>
<section id="downloads" class="clearfix">
Expand Down
4 changes: 2 additions & 2 deletions docs/api/colormaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MintPy support the following colormaps:
We recommend to use cyclic colormap `cmy` for wrapped phase/displacement measurement.

<p align="left">
<img width="280" src="https://yunjunzhang.files.wordpress.com/2020/01/cmap_cmy-1.png">
<img width="280" src="https://insarlab.github.io/figs/docs/mintpy/cmap_cmy.png">
</p>

To use colormap `cmy` in view.py:
Expand Down Expand Up @@ -64,7 +64,7 @@ The following colormaps is included by default:
+ More at [Scientific Color-Maps](http://www.fabiocrameri.ch/colourmaps.php) ([Crameri, 2018](https://doi.org/10.5194/gmd-11-2541-2018))

<p align="left">
<img src="https://yunjunzhang.files.wordpress.com/2021/01/scientificcolourmaps_fabiocrameri.png">
<img src="https://insarlab.github.io/figs/docs/mintpy/cmap_scientific_colour_maps_fabiocrameri.jpg">
</p>

### Interactive [web tool](https://jdherman.github.io/colormap/) to generate custom colormaps by Jon Herman ###
Expand Down
2 changes: 1 addition & 1 deletion docs/api/coord.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Y_UNIT degrees

X/Y_FIRST are the longitude/latitude value of the first (upper left corner) pixel’s upper left corner, as shown below:

<img src="https://yunjunzhang.files.wordpress.com/2019/06/coord_index.png" width="400">
<img src="https://insarlab.github.io/figs/docs/mintpy/coord_index.png" width="400">
2 changes: 1 addition & 1 deletion docs/dask.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ A typical run time without local cluster is 30 secs and with 8 workers 11.4 secs

To show the run time improvement, we test three datasets (South Isabela, Fernandina, and Kilauea) with different number of cores and same amount of allocated memory (4 GB) on a compute node in the [Stampede2 cluster's skx-normal queue](https://portal.tacc.utexas.edu/user-guides/stampede2#overview-skxcomputenodes). Results are as below:

![Dask LocalCluster Performance](https://yunjunzhang.files.wordpress.com/2020/08/dask_local_cluster_performance.png)
![Dask LocalCluster Performance](https://insarlab.github.io/figs/docs/mintpy/dask_local_cluster_performance.png)

#### 1.5 Known problems ####

Expand Down
10 changes: 5 additions & 5 deletions docs/demo_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ smallbaselineApp.py ${MINTPY_HOME}/docs/templates/FernandinaSenDT128.txt
```

<p align="left">
<img width="650" src="https://insarlab.github.io/figs/docs/FernandinaSenDT128-ISCE2.jpg">
<img width="650" src="https://insarlab.github.io/figs/docs/mintpy/FernandinaSenDT128-ISCE2.jpg">
</p>

Relevant literature:
Expand All @@ -35,7 +35,7 @@ smallbaselineApp.py ${MINTPY_HOME}/docs/templates/SanFranSenDT42.txt
```

<p align="left">
<img width="650" src="https://insarlab.github.io/figs/docs/SanFranSenDT42-ARIA.jpg">
<img width="650" src="https://insarlab.github.io/figs/docs/mintpy/SanFranSenDT42-ARIA.jpg">
</p>

Relevant literature:
Expand Down Expand Up @@ -69,7 +69,7 @@ smallbaselineApp.py ${MINTPY_HOME}/docs/templates/SanFranBaySenD42.txt
```

<p align="left">
<img width="600" src="https://insarlab.github.io/figs/docs/SanFranBaySenD42-GMTSAR.jpg">
<img width="600" src="https://insarlab.github.io/figs/docs/mintpy/SanFranBaySenD42-GMTSAR.jpg">
</p>

Relevant literature:
Expand All @@ -90,7 +90,7 @@ smallbaselineApp.py ${MINTPY_HOME}/docs/templates/WellsEnvD2T399.txt
```

<p align="left">
<img width="650" src="https://insarlab.github.io/figs/docs/WellsEnvD2T399-Gamma.jpg">
<img width="650" src="https://insarlab.github.io/figs/docs/mintpy/WellsEnvD2T399-Gamma.jpg">
</p>

Relevant literature:
Expand Down Expand Up @@ -124,7 +124,7 @@ smallbaselineApp.py ${MINTPY_HOME}/docs/templates/KujuAlosAT422F650.txt
```

<p align="left">
<img width="650" src="https://insarlab.github.io/figs/docs/KujuAlosAT422F650-ROIPAC.jpg">
<img width="650" src="https://insarlab.github.io/figs/docs/mintpy/KujuAlosAT422F650-ROIPAC.jpg">
</p>

Relevant literature:
Expand Down
6 changes: 3 additions & 3 deletions docs/google_earth.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MintPy use [pyKML](https://pythonhosted.org/pykml/) to generate KMZ (Keyhole Mar
`save_kmz_timeseries.py` takes 3D displacement time-series file and outputs a KMZ file with interactive time-seires plot.

<p align="center">
<img src="https://yunjunzhang.files.wordpress.com/2019/02/fernandinasendt128_ge-1.png">
<img src="https://insarlab.github.io/figs/docs/mintpy/GoogleEarth-FernandinaSenD128-TS.jpg">
</p>

[Download KMZ file](https://miami.box.com/v/FernandinaSenDT128TS)
Expand All @@ -15,7 +15,7 @@ MintPy use [pyKML](https://pythonhosted.org/pykml/) to generate KMZ (Keyhole Mar
`save_kmz.py` takes any 2D matrix and outputs a KMZ file with a overlay image.

<p align="center">
<img src="https://yunjunzhang.files.wordpress.com/2019/02/vel_fernandinasendt128_ge.png">
<img src="https://insarlab.github.io/figs/docs/mintpy/GoogleEarth-FernandinaSenD128-VEL.jpg">
</p>

[Download KMZ file](https://miami.box.com/v/FernandinaSenDT128VEL)
Expand All @@ -35,7 +35,7 @@ The script samples the input 3D dataset at 3 levels of details by default (`--st
The low- and moderate-resolution LODs cover the entire region, while the high-resolution LOD covers only the actively deforming regions. These regions (red boxes below) are currently identified as boxes having >20% pixels with velocity magnitude > the global velocity median absolute deviation (`mintpy.save_kmz_timeseries.get_boxes4deforming_area`).

<p align="center">
<img src="https://yunjunzhang.files.wordpress.com/2020/03/defo_area.png">
<img src="https://insarlab.github.io/figs/docs/mintpy/GoogleEarth-FernandinaSenD128-defoArea.png">
</p>

2. Region-based Network Links
Expand Down
2 changes: 1 addition & 1 deletion docs/hdfeos5.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ HDF-EOS5 file format is used as the input of the University of Miami's web viewe

<p align="center"><b>http://insarmaps.miami.edu</b><br></p>

[![InSAR Web Viewer](https://yunjunzhang.files.wordpress.com/2019/06/web_viewer_kujualosat422.png)](http://insarmaps.miami.edu/)
[![InSAR Web Viewer](https://insarlab.github.io/figs/docs/mintpy/insarmaps-KujuAlosA422.png)](http://insarmaps.miami.edu/)