Skip to content

Commit c815851

Browse files
committed
update tutorial images
1 parent 221a638 commit c815851

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

assets/css/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
section {
1010
width:72%;
1111
padding-bottom:50px;
12+
scroll-padding-right:50px;
1213
}
1314

1415
.wrapper {

dynamic_stac_api/desktop_gis_stac_access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ ESRI provides [instructions for using STAC endpoints within ArcGIS Pro](https://
2424

2525
5. Click View Results to see the results of your search, and from the Results you can view the footprint in the map to preview the spatial extent of the item and then click the `Add Data` icon to add items onto the map. Currently, preview images do not load in the ArcPro STAC viewer.
2626

27-
<img src="./img/arcpro_results_footprint.png" width="80%" height="80%">
27+
<img src="./img/arcpro_results_footprint.png">
2828

2929
6. Once added to your map document, you might have to update the symbology to render the DEMs as expected, such as using the `Shaded relief` symbology option or applying a Min/Max or Clip stretch to the DEM symbology layer.
3030

31-
<img src="./img/arcpro_dem_symbology.png" width="80%" height="80%">
31+
<img src="./img/arcpro_dem_symbology.png">
3232

3333
## QGIS
3434
The developers of the STAC Spec provide detailed tutorials for [installing the QGIS STAC API Browser Plugin](https://stacspec.org/en/tutorials/1-install-stac-api-browser-qgis-plugin/) and [using the plugin](https://stacspec.org/en/tutorials/2-intro-to-stac-api-browser-qgis-plugin/). We will give a brief overview here for loading data from the PGC STAC with the plugin.
-150 KB
Loading
-219 KB
Loading

dynamic_stac_api/web_files/desktop_gis_stac_access.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ESRI provides [instructions for using STAC endpoints within ArcGIS Pro](https://
88

99
1. In the ribbon menu, click Insert, then Connections, then STAC Connections. Select New STAC Connection.
1010

11-
<img src="./img/arcpro_new_stac_connection.png" width="70%" height="70%">
11+
<img src="./img/arcpro_new_stac_connection.png" width="80%" height="80%">
1212

1313
2. The Create STAC Connection panel opens. Name the Connection something like PGC DEM STAC, and in the Connection field use the URL: https://stac.pgc.umn.edu/api/v1/
1414

@@ -24,11 +24,11 @@ ESRI provides [instructions for using STAC endpoints within ArcGIS Pro](https://
2424

2525
5. Click View Results to see the results of your search, and from the Results you can view the footprint in the map to preview the spatial extent of the item and then click the `Add Data` icon to add items onto the map. Currently, preview images do not load in the ArcPro STAC viewer.
2626

27-
<img src="./img/arcpro_results_footprint.png" width=80%" height="80%">
27+
<img src="./img/arcpro_results_footprint.png">
2828

2929
6. Once added to your map document, you might have to update the symbology to render the DEMs as expected, such as using the `Shaded relief` symbology option or applying a Min/Max or Clip stretch to the DEM symbology layer.
3030

31-
<img src="./img/arcpro_dem_symbology.png" width="80%" height="80%">
31+
<img src="./img/arcpro_dem_symbology.png">
3232

3333
## QGIS
3434
The developers of the STAC Spec provide detailed tutorials for [installing the QGIS STAC API Browser Plugin](https://stacspec.org/en/tutorials/1-install-stac-api-browser-qgis-plugin/) and [using the plugin](https://stacspec.org/en/tutorials/2-intro-to-stac-api-browser-qgis-plugin/). We will give a brief overview here for loading data from the PGC STAC with the plugin.

0 commit comments

Comments
 (0)