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
Copy file name to clipboardExpand all lines: docs/data/product/dea-intertidal/_access.md
+30-15Lines changed: 30 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,15 @@ The easiest way to access DEA Intertidal data is via our continental-scale cloud
30
30
The COG file format is a type of GeoTIFF raster file (`.tif`) that allows you to quickly and efficiently 'stream' data directly from the Amazon S3 cloud without having to download files to your computer.
31
31
This allows you to rapidly access data from the entire Australian continent without having to download large files.
32
32
33
-
See the following guides for how to access the data depending on your use case.
33
+
```{tip}
34
+
If you encounter difficulty with any of these instructions, or with the COG files themselves, please contact us at <[email protected]>.
35
+
```
34
36
35
37
**Stream continental COG mosaics in QGIS**
36
38
37
39
1. Open the DEA Intertidal [continental_mosaics](https://data.dea.ga.gov.au/?prefix=derivative/ga_s2ls_intertidal_cyear_3/2-0-0/continental_mosaics/) directory in DEA's Amazon S3 bucket.
38
40
1. Enter a directory of a particular year, e.g. `2018--P1Y`
39
41
1. Right click one of the `.tif` files representing a particular band e.g. `ga_s2ls_intertidal_cyear_3_2018_elevation.tif`> click **Copy link address**.
40
-
1. Open QGIS on your computer.
41
42
1. In QGIS, click **Layer**>**Add Layer**>**Add Raster Layer**.
42
43
1. For **Source Type**, select **Protocol: HTTP(S), cloud, etc.**.
43
44
1. For **Protocol Type**, select **HTTP/HTTPS/FTP**.
@@ -46,37 +47,49 @@ See the following guides for how to access the data depending on your use case.
46
47
47
48
Learn more about streaming cloud datasets: [How to read a Cloud Optimized GeoTIFF with QGIS](https://cogeo.org/qgis-tutorial.html).
48
49
49
-

50
+

50
51
51
52
**Stream continental COG mosaics in Esri ArcGIS Pro**
52
53
53
-
To connect Esri ArcGIS Pro to DEA's Amazon S3 bucket, follow Esri's tutorial: [Connect to a cloud store](https://pro.arcgis.com/en/pro-app/latest/help/projects/connect-to-cloud-stores.htm).
54
+
To connect Esri ArcGIS Pro to DEA's Amazon S3 bucket, follow Esri's tutorial: [Create a cloud storage connection](https://pro.arcgis.com/en/pro-app/latest/help/projects/connect-to-cloud-stores.htm#ESRI_SECTION1_82576579B8CC43E6AE261E39FACFA947).
54
55
55
-
1.Use the following configurations for your**cloud storage connection**:
56
+
1.In ArcGIS Pro, click the **Insert** tab, then click**Connections**>**Cloud Store**>**New Cloud Storage Connection**.

75
+

68
76
69
77
1. In the **Catalog** pane:
70
78
71
79
1. Expand **Cloud Stores**.
72
-
1. Expand the **DEA derivative data** cloud store.
73
-
1. Navigate to `ga_s2ls_intertidal_cyear_3/2-0-0/continental_mosaics/`.
80
+
1. Expand the **DEA_data.acs** cloud store.
81
+
1. Navigate to `derivative/ga_s2ls_intertidal_cyear_3/2-0-0/continental_mosaics/`.
74
82
1. Enter a directory of a particular year, e.g. `2018--P1Y`.
75
-
1. Drag and drop the `.tif` COG file representing a particular band e.g. `ga_s2ls_intertidal_cyear_3_2018_elevation.tif` onto the map.
83
+
1. Drag and drop the `.tif` COG file representing a particular band e.g. `ga_s2ls_intertidal_cyear_3_2018_elevation.tif` onto the map (or right-click and "Add to map").
84
+
85
+
<br>
86
+
87
+

76
88
77
-
1.**Important:** When adding COG files to ArcGIS Pro, select **No** when asked whether to build statistics for the layer.
89
+
```{important}
90
+
When adding COG files to ArcGIS Pro, select **No** when asked whether to build statistics for the layer.
91
+
```
78
92
79
-
If you encounter difficulty with any of these instructions, or with the COG files themselves, please contact us at <[email protected]>
80
93
:::
81
94
82
95
:::{dropdown} How to download data from ELVIS
@@ -97,7 +110,9 @@ To download the data from the ELVIS (Elevation Information System) platform, fol
97
110
98
111
:::{dropdown} How to download data from individual tiles (Not recommended)
99
112
100
-
Downloading individual tiles is **not recommended**, but can be useful for accessing small amounts of data.
113
+
```{warning}
114
+
Downloading individual tiles is **not recommended**, but can be useful for accessing small amounts of data.
115
+
```
101
116
102
117
1. Open the [DEA Intertidal](https://data.dea.ga.gov.au/?prefix=derivative/ga_s2ls_intertidal_cyear_3/) directory in DEA's Amazon S3 bucket.
103
118
1. Click on `ga_summary_grid_c3_32km_coastal.geojson` to download the file to your computer. This file can be used in a GIS package to identify the product tiles that you require for a given location. (Alternatively, you can access this file via DEA Maps to identify the required tiles: **Sea, ocean and coast**>**DEA Intertidal**>**DEA Intertidal 32 km tile grid**.)
Copy file name to clipboardExpand all lines: docs/data/product/dea-tidal-composites/_access.md
+38-25Lines changed: 38 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -24,69 +24,82 @@ The easiest way to access DEA Tidal Composite data is via our continental-scale
24
24
The COG file format is a type of GeoTIFF raster file (`.tif`) that allows you to quickly and efficiently 'stream' data directly from the Amazon S3 cloud without having to download files to your computer.
25
25
This allows you to rapidly access data from the entire Australian continent without having to download large files.
26
26
27
-
See the following guides for how to access the data depending on your use case.
27
+
```{tip}
28
+
If you encounter difficulty with any of these instructions, or with the COG files themselves, please contact us at <[email protected]>.
29
+
```
28
30
29
31
**Stream continental COG mosaics in QGIS**
30
-
32
+
33
+
To load single-band DEA Tidal Composites bands in QGIS:
34
+
31
35
1. Open the DEA Tidal Composites [continental_mosaics](https://data.dea.ga.gov.au/?prefix=derivative/ga_s2_tidal_composites_cyear_3/1-0-0/continental_mosaics/) directory in DEA's Amazon S3 bucket.
32
36
1. Enter a directory of a particular year, e.g. `2018--P1Y`
33
37
1. Right click one of the `.tif` files representing a particular band e.g. `ga_s2_tidal_composites_cyear_3_2018_low-blue.tif`> click **Copy link address**.
34
-
1. Open QGIS on your computer.
35
38
1. In QGIS, click **Layer**>**Add Layer**>**Add Raster Layer**.
36
39
1. For **Source Type**, select **Protocol: HTTP(S), cloud, etc.**.
37
40
1. For **Protocol Type**, select **HTTP/HTTPS/FTP**.
38
41
1. In the **URI** field, paste the link to the band that you copied to the clipboard.
39
42
1. Click **Add** to start streaming the layer. Data should appear on the map after a few seconds (or after several minutes on slow internet connections).
40
43
44
+
We also provide several Virtual Raster (`.vrt`) files to help you easily visualise multiple DEA Tidal Composites bands in true and false colour.
45
+
These files combine and stream data from multiple cloud-based COGs, avoiding the need to download multiple files.
46
+
To add these to QGIS:
47
+
48
+
1. Follow the instructions 1-3 above, coping the link to one of the Virtual Raster (`.vrt`) files, e.g. `ga_s2_tidal_composites_cyear_3_2020_vrt-low-falsecolour.vrt`.
49
+
1. Continue with steps 4-5 to start streaming the layer. Data should appear on the map after a few seconds (or after several minutes on slow internet connections).
50
+
41
51
Learn more about streaming cloud datasets: [How to read a Cloud Optimized GeoTIFF with QGIS](https://cogeo.org/qgis-tutorial.html).
42
52
43
-

53
+

44
54
45
-
**Stream multi-band continental COG mosaics in QGIS**
55
+
**Stream continental COG mosaics in Esri ArcGIS Pro**
46
56
47
-
To make it easier to visualise DEA Tidal Composite bands in true and false colour, we provide several Virtual Raster files (`.vrt`) that can be loaded into QGIS.
48
-
These Virtual Rasters combine, stream and visualise data from multiple COG files in the cloud simultaneously, avoiding the need to download multiple files.
57
+
To connect Esri ArcGIS Pro to DEA's Amazon S3 bucket, follow Esri's tutorial: [Create a cloud storage connection](https://pro.arcgis.com/en/pro-app/latest/help/projects/connect-to-cloud-stores.htm#ESRI_SECTION1_82576579B8CC43E6AE261E39FACFA947).
49
58
50
-
1. Open the DEA Tidal Composites [continental_mosaics](https://data.dea.ga.gov.au/?prefix=derivative/ga_s2_tidal_composites_cyear_3/1-0-0/continental_mosaics/) directory in DEA's Amazon S3 bucket.
51
-
1. Enter a directory of a particular year, e.g. `2018--P1Y`
52
-
1. Click to download the `.vrt` file of interest, e.g. `ga_s2_tidal_composites_cyear_3_2018_vrt-low-truecolour.vrt`
53
-
1. On your computer, drag the downloaded `.vrt` file into your QGIS project.
54
-
1. The multi-band dataset will stream seamlessly into your QGIS project.
59
+
1. In ArcGIS Pro, click the **Insert** tab, then click **Connections**>**Cloud Store**>**New Cloud Storage Connection**.
55
60
56
-
**Stream continental COG mosaics in Esri ArcGIS Pro**
61
+
<br>
57
62
58
-
To connect Esri ArcGIS Pro to DEA's Amazon S3 bucket, follow Esri's tutorial: [Connect to a cloud store](https://pro.arcgis.com/en/pro-app/latest/help/projects/connect-to-cloud-stores.htm).
63
+

59
64
60
-
1.Use the following configurations for your**cloud storage connection**:
65
+
1.Add the following details to the**Create Cloud Storage Connection** dialogue box:

78
+

73
79
74
80
1. In the **Catalog** pane:
75
81
76
82
1. Expand **Cloud Stores**.
77
-
1. Expand the **DEA derivative data** cloud store.
78
-
1. Navigate to `ga_s2_tidal_composites_cyear_3/1-0-0/continental_mosaics/`.
83
+
1. Expand the **DEA_data.acs** cloud store.
84
+
1. Navigate to `derivative/ga_s2_tidal_composites_cyear_3/1-0-0/continental_mosaics/`.
79
85
1. Enter a directory of a particular year, e.g. `2018--P1Y`.
80
-
1. Drag and drop the `.tif` COG file representing a particular band e.g. `ga_s2_tidal_composites_cyear_3_2018_low-nir-1.tif` onto the map.
86
+
1. Drag and drop the `.tif` COG file representing a particular band e.g. `ga_s2_tidal_composites_cyear_3_2018_low-nir-1.tif` onto the map (or right-click and "Add to map").
87
+
88
+
<br>
89
+
90
+

81
91
82
-
1.**Important:** When adding COG files to ArcGIS Pro, select **No** when asked whether to build statistics for the layer.
92
+
```{important}
93
+
When adding COG files to ArcGIS Pro, select **No** when asked whether to build statistics for the layer.
94
+
```
83
95
84
-
If you encounter difficulty with any of these instructions, or with the COG files themselves, please contact us at <[email protected]>
85
96
:::
86
97
87
98
:::{dropdown} How to download data from individual tiles (Not recommended)
88
99
89
-
Downloading individual tiles is **not recommended**, but can be useful for accessing small amounts of data.
100
+
```{warning}
101
+
Downloading individual tiles is **not recommended**, but can be useful for accessing small amounts of data.
102
+
```
90
103
91
104
1. Open the [DEA Intertidal](https://data.dea.ga.gov.au/?prefix=derivative/ga_s2ls_intertidal_cyear_3/) directory in DEA's Amazon S3 bucket.
92
105
1. Click on `ga_summary_grid_c3_32km_coastal.geojson` to download the file to your computer. This file can be used in a GIS package to identify the product tiles that you require for a given location. (Alternatively, you can access this file via DEA Maps to identify the required tiles: **Sea, ocean and coast**>**DEA Intertidal**>**DEA Intertidal 32 km tile grid**.)
0 commit comments