diff --git a/docs/img/usage/arcgis_pro_catalog_view.png b/docs/img/usage/arcgis_pro_catalog_view.png new file mode 100644 index 0000000000..235d3438ab Binary files /dev/null and b/docs/img/usage/arcgis_pro_catalog_view.png differ diff --git a/docs/img/usage/arcgis_pro_connection_details.png b/docs/img/usage/arcgis_pro_connection_details.png new file mode 100644 index 0000000000..d38d979abf Binary files /dev/null and b/docs/img/usage/arcgis_pro_connection_details.png differ diff --git a/docs/img/usage/arcgis_pro_new_cloud_connection.png b/docs/img/usage/arcgis_pro_new_cloud_connection.png new file mode 100644 index 0000000000..cc9fb3a4ac Binary files /dev/null and b/docs/img/usage/arcgis_pro_new_cloud_connection.png differ diff --git a/docs/usage.md b/docs/usage.md index 455b92e3d8..4d52336971 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -155,3 +155,22 @@ Band 4 Block=512x512 Type=Byte, ColorInterp=Alpha ![Data Source Manager](img/usage/qgis_data-source-manager.png) ![QGIS View TIFF](img/usage/qgis_visualisation.png) + +# ArcGIS Pro + +## Connecting to a Public Bucket + +1. On the "Insert" ribbon, select "Connections" then "Cloud Store" then "New Cloud Storage Connection". + +![ArcGIS Pro New Cloud Storage Connection](img/usage/arcgis_pro_new_cloud_connection.png) + +2. In the "Create Cloud Storage Connection" dialog, add a Connection File Name e.g. "New Zealand Imagery", Servicer Provider as "AMAZON", Bucket Name as `nz-imagery`, Region as "Asia Pacific (Sydney)" and Service Endpoint as `s3.ap-southeast-2.amazon.com`. +3. Because this is a Public Bucket, add a Provider Option with Name of "AWS_NO_SIGN_REQUEST" and Value of "YES". This means that you won't need an Access Key ID or Secret Access Key. + +![ArcGIS Pro Cloud Storage Connection Details](img/usage/arcgis_pro_connection_details.png) + +4. Click OK. The cloud storage connection will appear in the Catalog, where the bucket structure can be explored. + +![ArcGIS Pro Catalog View](img/usage/arcgis_pro_catalog_view.png) + +5. From here you can add individual TIFFs to the map, export them to different image formats, etc.