From 22a1c4a5f92eec6dc456969178524bc27fd76b05 Mon Sep 17 00:00:00 2001 From: Zhang Yunjun Date: Fri, 26 Jul 2024 17:12:05 +0800 Subject: [PATCH] docs: switch fig links to github page - part 2 (#1241) + docs: switch the image src links from Yunjun's obsolete wordpress website to the github page of insarlab/figs, for better independency --- docs/QGIS.md | 4 ++-- docs/README.md | 2 +- docs/_layouts/default_tactile.html | 2 +- docs/api/colormaps.md | 4 ++-- docs/api/coord.md | 2 +- docs/dask.md | 2 +- docs/demo_dataset.md | 10 +++++----- docs/google_earth.md | 6 +++--- docs/hdfeos5.md | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/QGIS.md b/docs/QGIS.md index df10f3aba..e62c06efe 100644 --- a/docs/QGIS.md +++ b/docs/QGIS.md @@ -10,11 +10,11 @@ ramp_color('RdBu', scale_linear(VEL, -20, 20, 0, 1)) ```

- +

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!

- +

diff --git a/docs/README.md b/docs/README.md index 73fb0d4ce..6f999629a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -51,7 +51,7 @@ smallbaselineApp.py ${MINTPY_HOME}/docs/templates/FernandinaSenDT128.txt ```

- +

Results are plotted in **./pic** folder. To explore more data information and visualization, try the following scripts: diff --git a/docs/_layouts/default_tactile.html b/docs/_layouts/default_tactile.html index dcc0755f6..9c26b3dc7 100644 --- a/docs/_layouts/default_tactile.html +++ b/docs/_layouts/default_tactile.html @@ -18,7 +18,7 @@

- +

diff --git a/docs/api/colormaps.md b/docs/api/colormaps.md index d3b9a9144..a405a1b4c 100644 --- a/docs/api/colormaps.md +++ b/docs/api/colormaps.md @@ -9,7 +9,7 @@ MintPy support the following colormaps: We recommend to use cyclic colormap `cmy` for wrapped phase/displacement measurement.

- +

To use colormap `cmy` in view.py: @@ -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))

- +

### Interactive [web tool](https://jdherman.github.io/colormap/) to generate custom colormaps by Jon Herman ### diff --git a/docs/api/coord.md b/docs/api/coord.md index 8294ef2e3..965c60ed3 100644 --- a/docs/api/coord.md +++ b/docs/api/coord.md @@ -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: - + diff --git a/docs/dask.md b/docs/dask.md index e2ffef464..f9753a0d6 100644 --- a/docs/dask.md +++ b/docs/dask.md @@ -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 #### diff --git a/docs/demo_dataset.md b/docs/demo_dataset.md index 532dee82c..1ed4ef7bc 100644 --- a/docs/demo_dataset.md +++ b/docs/demo_dataset.md @@ -14,7 +14,7 @@ smallbaselineApp.py ${MINTPY_HOME}/docs/templates/FernandinaSenDT128.txt ```

- +

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

- +

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

- +

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

- +

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

- +

Relevant literature: diff --git a/docs/google_earth.md b/docs/google_earth.md index 0727e56c2..d075d46f0 100644 --- a/docs/google_earth.md +++ b/docs/google_earth.md @@ -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.

- +

[Download KMZ file](https://miami.box.com/v/FernandinaSenDT128TS) @@ -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.

- +

[Download KMZ file](https://miami.box.com/v/FernandinaSenDT128VEL) @@ -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`).

- +

2. Region-based Network Links diff --git a/docs/hdfeos5.md b/docs/hdfeos5.md index be05436c7..a40a11f25 100644 --- a/docs/hdfeos5.md +++ b/docs/hdfeos5.md @@ -90,4 +90,4 @@ HDF-EOS5 file format is used as the input of the University of Miami's web viewe

http://insarmaps.miami.edu

-[![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/)