You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ add `save_explorer` to support exporting to GRD format, compatible with QGIS InSAR Explorer plugin.
+ `docs/QGIS.md`: update documentation for InSAR Explorer
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: Zhang Yunjun <yunjunz@outlook.com>
Copy file name to clipboardExpand all lines: docs/QGIS.md
+78-5Lines changed: 78 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,82 @@
1
-
Displacement time-series can be exported as QGIS PS Time Series Viewer plugin compatible *.shp file via `save_qgis.py`.
1
+
The displacement time-series result can be exported as a QGIS-compatible format for visualization via the **InSAR Explorer** plugin or the **PS Time Series Viewer** plugin.
2
+
3
+
### 1. QGIS with [InSAR Explorer](https://insar-explorer.readthedocs.io/) ###
4
+
5
+
The InSAR Explorer plugin supports both the GRD format and the shapefile format.
6
+
7
+
#### a. Setup ####
8
+
9
+
1. Download and install [QGIS](https://qgis.org/en/site/) if you have not done so.
10
+
2. Install the plugin:
11
+
- Install within QGIS via "Plugins -> Manage and Install Plugins", then search for "InSAR Explorer".
12
+
- Alternatively, download the plugin as a *.zip file from [the plugin page](https://plugins.qgis.org/plugins/insar_explorer-dev/), and install it through "Plugins -> Manage and Install Plugins -> Install from ZIP".
13
+
3. Launch the plugin: Access it from the toolbar or through "Plugins -> InSAR Explorer -> InSAR Explorer".
14
+
15
+
#### b. Usage for GRD files ####
16
+
17
+
1. Export MintPy results to GRD files using `save_explorer.py`:
2. Load data in QGIS: Browse to the *.shp file generated by `save_qgis.py` and add it to the layer. Then open "View -> Panels -> Layer Styling", and on the right choose "Fill color -> Edit" and add the command below to color-code the map based on velocity value.
For more details on using the plugin, please refer to the [InSAR Explorer documentation](https://insar-explorer.readthedocs.io/).
58
+
59
+
### 2. QGIS with [PS Time Series Viewer](https://plugins.qgis.org/plugins/pstimeseries/)
60
+
61
+
The PS Time Series Viewer plugin supports the shapefile format only.
62
+
63
+
#### a. Setup
2
64
3
65
1. Download and install [QGIS](https://qgis.org/en/site/) if you have not done so.
4
-
2. Download [ps-time-series](https://plugins.qgis.org/plugins/pstimeseries/) plugin as a *.zip file; and install it to QGIS through "Plugins -> Manage and install Plugins -> install from ZIP".
5
-
3. On the left side of QGIS window, browse to the *.shp file generated by `save_qgis.py` and add to the layer.
6
-
4. Open "View -> Panels -> Layer Styling", then on the right choose "Fill color -> Edit" and add the command below to color code the map based on velocity value.
66
+
2. Install the plugin:
67
+
- Install within QGIS via "Plugins -> Manage and Install Plugins", then search "PS Time Series Viewer".
68
+
- Alternatively, download the plugin as a *.zip file from [the plugin page](https://plugins.qgis.org/plugins/pstimeseries/), and install it through “Plugins -> Manage and Install Plugins -> Install from ZIP”.
69
+
70
+
#### b. Usage
71
+
72
+
1. Export MintPy results to shapefiles using `save_qgis.py`:
2. Load data in QGIS: Browse to the *.shp file generated by `save_qgis.py` and add it to the layer. Then open "View -> Panels -> Layer Styling", and on the right choose "Fill color -> Edit" and add the command below to color-code the map based on velocity value.
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!
89
+
3. Launch PS Time Series Viewer: Access it from the toolbar or through “Plugins -> Permanent Scatterers -> PS Time Series Viewer”.
0 commit comments