From 71c60fcc6f021ad6241c2d16d63921deab835cae Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 09:15:41 -0600 Subject: [PATCH 01/10] READMEs for arctic dem add-on --- qgreenland/addons-readme.txt | 14 ++++ qgreenland/arctic-dem-dem-only-readme.txt | 53 +++++++++++++ qgreenland/arctic-dem-full-package-readme.txt | 75 +++++++++++++++++++ 3 files changed, 142 insertions(+) create mode 100644 qgreenland/addons-readme.txt create mode 100644 qgreenland/arctic-dem-dem-only-readme.txt create mode 100644 qgreenland/arctic-dem-full-package-readme.txt diff --git a/qgreenland/addons-readme.txt b/qgreenland/addons-readme.txt new file mode 100644 index 00000000..fa5534b8 --- /dev/null +++ b/qgreenland/addons-readme.txt @@ -0,0 +1,14 @@ +32-meter resolution ArcticDEM (digital elevation model): The Polar Geospatial +Center has provided a custom Greenland 32-m resolution ArcticDEM for added +detail. Two download packages are provided for the v4.1 ArcitcDEM: + +* arcticdem_v4.1_32m_greenland_dem_only.zip: A ~4.1GB package containing only + the 32-m resolution DEM. + +* arcticdem_v4.1_32m_greenland_dem_full.zip: A ~9.5GB package containing the + 32-m resolution DEM and ancillary datasets (e.g., a "count" dataset giving the + number of contributing DEMs for each pixel). + +Download one of these add-on packages and place it in a suitable location in your +filesystem. Unzip the package and then follow the directions in the 'README.txt' +file included. diff --git a/qgreenland/arctic-dem-dem-only-readme.txt b/qgreenland/arctic-dem-dem-only-readme.txt new file mode 100644 index 00000000..b50141d0 --- /dev/null +++ b/qgreenland/arctic-dem-dem-only-readme.txt @@ -0,0 +1,53 @@ +------------------- +Getting Started: +------------------- + +This package consists of many small raster images (tiles) which together make up +a larger 32m resolution Arctic DEM mosaic of Greenland. To add this data to +QGIS, navigate in the **Menu Bar** to **Layer -> Add Layer -> Add Raster Layer** +and browse to and select the included .vrt file as the layer source. This .vrt +file references all of the individual tiles in the `tiles/` subdirectory, and +allows them all to be loaded as a single mosaiced raster layer in QGIS. More +information about VRTs can be found here: +https://gdal.org/drivers/raster/vrt.html. + + +------------------- +Building Overviews: +------------------- + +Because this dataset is large and consists of many smaller files, performance of +the layer after initially loading it into QGIS may be slow. We recommend that +users build raster overviews for this data, which will increase the rendering +speed when zooming in/out with the 32m Arctic DEM enabled. + +To build overviews in QGIS, navigate in the Menu Bar to `Raster -> Miscellaneous +-> Build Overviews (Pyramids)` . Select the 32m Arctic DEM as the input layer, +and then click `Run` (leave the rest of the parameters as their defaults). This +process will take several minutes and produce a new `.ovr` file in the data +directory. The new `.ovr` file is expected to be ~5.5GB in size, and there is no +need to interact with this new file. + + +------------------- +Styling this data: +------------------- + +For information on changing the symbology of raster layers in QGIS, see: + +* QGIS lesson on changing raster symbology: + https://docs.qgis.org/3.28/en/docs/training_manual/rasters/changing_symbology.html + +* QGIS documentation on raster symbology properties: + https://docs.qgis.org/3.28/en/docs/user_manual/working_with_raster/raster_properties.html#symbology-properties + + +------------------- +Citing this data: +------------------- + +The ArcticDEM dataset should be cited as follows +Porter, C., Howat, I., Noh, M.J., Husby, E., Khuvis, S., Danish, E., Tomko, K., +Gardiner, J., Negrete, A., Yadav, B., Klassen, J., Kelleher, C., Cloutier, M., +Bakker, J., Enos, J., Arnold, G., Bauer, G., and Morin, P., 2023, "ArcticDEM +- Mosaics, Version 4.1", https://doi.org/10.7910/DVN/3VDC4W diff --git a/qgreenland/arctic-dem-full-package-readme.txt b/qgreenland/arctic-dem-full-package-readme.txt new file mode 100644 index 00000000..3d4e286a --- /dev/null +++ b/qgreenland/arctic-dem-full-package-readme.txt @@ -0,0 +1,75 @@ +------------------- +Getting Started: +------------------- + +This package contains the 32m Arctic DEM and ancillary data: + +* arcticdem_v4.1_32m_dem_greenland.vrt: 32-bit floating point elevation + raster. This is the primary DEM tile datafile. + +* arcticdem_v4.1_32m_browse_greenland.vrt: 32m DEM hillshade. + +* arcticdem_v4.1_32m_datamask_greenland.vrt: Raster indicating DEM pixels with + heights purely sourced from SETSM output (1) versus those that have been + filled/merged with another dataset or mask out as NoData in quality control + steps (0). + +* arcticdem_v4.1_32m_count_greenland.vrt: Number of contributing DEMs. + +* arcticdem_v4.1_32m_mad_greenland.vrt: Median absolute deviation of + contributing DEMs. + +* arcticdem_v4.1_32m_maxdate_greenland.vrt: Latest date of contributing DEMs in + days since Jan 1, 2000. + +* arcticdem_v4.1_32m_mindate_greenland.vrt: Earliest date of contributing DEMs + in days since Jan 1, 2000. + +Many small raster images (tiles) make up each of these layers to make a mosaic +of Greenland. To add this data to QGIS, navigate in the **Menu Bar** to **Layer +-> Add Layer -> Add Raster Layer** and browse to and select one of the included +.vrt files as the layer source. This .vrt file references all of the individual +tiles in the layer's associated `tiles/` subdirectory, and allows them all to be +loaded as a single mosaiced raster layer in QGIS. More information about VRTs +can be found here: https://gdal.org/drivers/raster/vrt.html. + + +------------------- +Building Overviews: +------------------- + +Because each layer is large and consists of many smaller files, performance of +each layer after initially loading it into QGIS may be slow. We recommend that +users build raster overviews for each layer, which will increase the rendering +speed when zooming in/out. + +To build overviews for a layer in QGIS, navigate in the **Menu Bar** to **Raster +-> Miscellaneous -> Build Overviews (Pyramids)** . Select the layer as the input +layer, and then click `Run` (leave the rest of the parameters as their +defaults). This process will take several minutes and produce a new `.ovr` file +in the data directory. The new `.ovr` file is expected to be several GB in size, +and there is no need to interact with this new file. + + +------------------- +Styling this data: +------------------- + +For information on changing the symbology of raster layers in QGIS, see: + +* QGIS lesson on changing raster symbology: + https://docs.qgis.org/3.28/en/docs/training_manual/rasters/changing_symbology.html + +* QGIS documentation on raster symbology properties: + https://docs.qgis.org/3.28/en/docs/user_manual/working_with_raster/raster_properties.html#symbology-properties + + +------------------- +Citing this data: +------------------- + +The ArcticDEM dataset should be cited as follows +Porter, C., Howat, I., Noh, M.J., Husby, E., Khuvis, S., Danish, E., Tomko, K., +Gardiner, J., Negrete, A., Yadav, B., Klassen, J., Kelleher, C., Cloutier, M., +Bakker, J., Enos, J., Arnold, G., Bauer, G., and Morin, P., 2023, "ArcticDEM +- Mosaics, Version 4.1", https://doi.org/10.7910/DVN/3VDC4W From 99f56af0a1d35b3282374cb89d90c5a400ce2cfe Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 11:27:09 -0600 Subject: [PATCH 02/10] Consistent formatting --- qgreenland/arctic-dem-dem-only-readme.txt | 12 ++++++------ qgreenland/arctic-dem-full-package-readme.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/qgreenland/arctic-dem-dem-only-readme.txt b/qgreenland/arctic-dem-dem-only-readme.txt index b50141d0..e1e203e3 100644 --- a/qgreenland/arctic-dem-dem-only-readme.txt +++ b/qgreenland/arctic-dem-dem-only-readme.txt @@ -21,12 +21,12 @@ the layer after initially loading it into QGIS may be slow. We recommend that users build raster overviews for this data, which will increase the rendering speed when zooming in/out with the 32m Arctic DEM enabled. -To build overviews in QGIS, navigate in the Menu Bar to `Raster -> Miscellaneous --> Build Overviews (Pyramids)` . Select the 32m Arctic DEM as the input layer, -and then click `Run` (leave the rest of the parameters as their defaults). This -process will take several minutes and produce a new `.ovr` file in the data -directory. The new `.ovr` file is expected to be ~5.5GB in size, and there is no -need to interact with this new file. +To build overviews in QGIS, navigate in the **Menu Bar** to **Raster -> +Miscellaneous -> Build Overviews (Pyramids)** . Select the 32m Arctic DEM as the +input layer, and then click **Run** (leave the rest of the parameters as their +defaults). This process will take several minutes and produce a new `.ovr` file +in the data directory. The new `.ovr` file is expected to be ~5.5GB in size, and +there is no need to interact with this new file. ------------------- diff --git a/qgreenland/arctic-dem-full-package-readme.txt b/qgreenland/arctic-dem-full-package-readme.txt index 3d4e286a..623006fa 100644 --- a/qgreenland/arctic-dem-full-package-readme.txt +++ b/qgreenland/arctic-dem-full-package-readme.txt @@ -45,7 +45,7 @@ speed when zooming in/out. To build overviews for a layer in QGIS, navigate in the **Menu Bar** to **Raster -> Miscellaneous -> Build Overviews (Pyramids)** . Select the layer as the input -layer, and then click `Run` (leave the rest of the parameters as their +layer, and then click **Run** (leave the rest of the parameters as their defaults). This process will take several minutes and produce a new `.ovr` file in the data directory. The new `.ovr` file is expected to be several GB in size, and there is no need to interact with this new file. From eeb28a952a75daf2753fc206a2979ae007cd9b65 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 11:28:12 -0600 Subject: [PATCH 03/10] Apply Matt's suggestions from code review Co-authored-by: Matt Fisher --- qgreenland/addons-readme.txt | 2 +- qgreenland/arctic-dem-dem-only-readme.txt | 3 ++- qgreenland/arctic-dem-full-package-readme.txt | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/qgreenland/addons-readme.txt b/qgreenland/addons-readme.txt index fa5534b8..7cf89e0d 100644 --- a/qgreenland/addons-readme.txt +++ b/qgreenland/addons-readme.txt @@ -1,5 +1,5 @@ 32-meter resolution ArcticDEM (digital elevation model): The Polar Geospatial -Center has provided a custom Greenland 32-m resolution ArcticDEM for added +Center has provided a custom Greenland 32m resolution ArcticDEM for added detail. Two download packages are provided for the v4.1 ArcitcDEM: * arcticdem_v4.1_32m_greenland_dem_only.zip: A ~4.1GB package containing only diff --git a/qgreenland/arctic-dem-dem-only-readme.txt b/qgreenland/arctic-dem-dem-only-readme.txt index e1e203e3..9468582d 100644 --- a/qgreenland/arctic-dem-dem-only-readme.txt +++ b/qgreenland/arctic-dem-dem-only-readme.txt @@ -46,7 +46,8 @@ For information on changing the symbology of raster layers in QGIS, see: Citing this data: ------------------- -The ArcticDEM dataset should be cited as follows +The ArcticDEM dataset should be cited as follows: + Porter, C., Howat, I., Noh, M.J., Husby, E., Khuvis, S., Danish, E., Tomko, K., Gardiner, J., Negrete, A., Yadav, B., Klassen, J., Kelleher, C., Cloutier, M., Bakker, J., Enos, J., Arnold, G., Bauer, G., and Morin, P., 2023, "ArcticDEM diff --git a/qgreenland/arctic-dem-full-package-readme.txt b/qgreenland/arctic-dem-full-package-readme.txt index 623006fa..b78c5b04 100644 --- a/qgreenland/arctic-dem-full-package-readme.txt +++ b/qgreenland/arctic-dem-full-package-readme.txt @@ -68,7 +68,8 @@ For information on changing the symbology of raster layers in QGIS, see: Citing this data: ------------------- -The ArcticDEM dataset should be cited as follows +The ArcticDEM dataset should be cited as follows: + Porter, C., Howat, I., Noh, M.J., Husby, E., Khuvis, S., Danish, E., Tomko, K., Gardiner, J., Negrete, A., Yadav, B., Klassen, J., Kelleher, C., Cloutier, M., Bakker, J., Enos, J., Arnold, G., Bauer, G., and Morin, P., 2023, "ArcticDEM From df7940eef25998a196318ad86e1bb30680e8579e Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 14:00:58 -0600 Subject: [PATCH 04/10] Add RTD user reference section on the ArcticDEM addon data --- doc/user/reference/arctic-dem-addon-data.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/user/reference/arctic-dem-addon-data.md diff --git a/doc/user/reference/arctic-dem-addon-data.md b/doc/user/reference/arctic-dem-addon-data.md new file mode 100644 index 00000000..6135478f --- /dev/null +++ b/doc/user/reference/arctic-dem-addon-data.md @@ -0,0 +1,19 @@ +# ArcticDEM add-on data + +[The Polar Geospatial Center](https://www.pgc.umn.edu/) provides a [custom +Greenland 32-meter resolution +ArcticDEM](https://data.pgc.umn.edu/gis/packages/qgreenland/packages/addons/) +for users of QGreenland. + +Two download packages are provided for the v4.1 ArcitcDEM: + +* `arcticdem_v4.1_32m_greenland_dem_only.zip`: A ~4.1GB package containing only + the 32-m resolution DEM. + +* `arcticdem_v4.1_32m_greenland_dem_full.zip`: A ~9.5GB package containing the + 32-m resolution DEM and ancillary datasets (e.g., a "count" dataset giving the + number of contributing DEMs for each pixel). + +Download one of these add-on packages and place it in a suitable location in your +filesystem. Unzip the package and then follow the directions in the `README.txt` +file included. From 0f3fd544012d22c796d124e6b34e57bd2311d879 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 14:02:26 -0600 Subject: [PATCH 05/10] Remove temp readme.txt files --- qgreenland/addons-readme.txt | 14 ---- qgreenland/arctic-dem-dem-only-readme.txt | 54 ------------- qgreenland/arctic-dem-full-package-readme.txt | 76 ------------------- 3 files changed, 144 deletions(-) delete mode 100644 qgreenland/addons-readme.txt delete mode 100644 qgreenland/arctic-dem-dem-only-readme.txt delete mode 100644 qgreenland/arctic-dem-full-package-readme.txt diff --git a/qgreenland/addons-readme.txt b/qgreenland/addons-readme.txt deleted file mode 100644 index 7cf89e0d..00000000 --- a/qgreenland/addons-readme.txt +++ /dev/null @@ -1,14 +0,0 @@ -32-meter resolution ArcticDEM (digital elevation model): The Polar Geospatial -Center has provided a custom Greenland 32m resolution ArcticDEM for added -detail. Two download packages are provided for the v4.1 ArcitcDEM: - -* arcticdem_v4.1_32m_greenland_dem_only.zip: A ~4.1GB package containing only - the 32-m resolution DEM. - -* arcticdem_v4.1_32m_greenland_dem_full.zip: A ~9.5GB package containing the - 32-m resolution DEM and ancillary datasets (e.g., a "count" dataset giving the - number of contributing DEMs for each pixel). - -Download one of these add-on packages and place it in a suitable location in your -filesystem. Unzip the package and then follow the directions in the 'README.txt' -file included. diff --git a/qgreenland/arctic-dem-dem-only-readme.txt b/qgreenland/arctic-dem-dem-only-readme.txt deleted file mode 100644 index 9468582d..00000000 --- a/qgreenland/arctic-dem-dem-only-readme.txt +++ /dev/null @@ -1,54 +0,0 @@ -------------------- -Getting Started: -------------------- - -This package consists of many small raster images (tiles) which together make up -a larger 32m resolution Arctic DEM mosaic of Greenland. To add this data to -QGIS, navigate in the **Menu Bar** to **Layer -> Add Layer -> Add Raster Layer** -and browse to and select the included .vrt file as the layer source. This .vrt -file references all of the individual tiles in the `tiles/` subdirectory, and -allows them all to be loaded as a single mosaiced raster layer in QGIS. More -information about VRTs can be found here: -https://gdal.org/drivers/raster/vrt.html. - - -------------------- -Building Overviews: -------------------- - -Because this dataset is large and consists of many smaller files, performance of -the layer after initially loading it into QGIS may be slow. We recommend that -users build raster overviews for this data, which will increase the rendering -speed when zooming in/out with the 32m Arctic DEM enabled. - -To build overviews in QGIS, navigate in the **Menu Bar** to **Raster -> -Miscellaneous -> Build Overviews (Pyramids)** . Select the 32m Arctic DEM as the -input layer, and then click **Run** (leave the rest of the parameters as their -defaults). This process will take several minutes and produce a new `.ovr` file -in the data directory. The new `.ovr` file is expected to be ~5.5GB in size, and -there is no need to interact with this new file. - - -------------------- -Styling this data: -------------------- - -For information on changing the symbology of raster layers in QGIS, see: - -* QGIS lesson on changing raster symbology: - https://docs.qgis.org/3.28/en/docs/training_manual/rasters/changing_symbology.html - -* QGIS documentation on raster symbology properties: - https://docs.qgis.org/3.28/en/docs/user_manual/working_with_raster/raster_properties.html#symbology-properties - - -------------------- -Citing this data: -------------------- - -The ArcticDEM dataset should be cited as follows: - -Porter, C., Howat, I., Noh, M.J., Husby, E., Khuvis, S., Danish, E., Tomko, K., -Gardiner, J., Negrete, A., Yadav, B., Klassen, J., Kelleher, C., Cloutier, M., -Bakker, J., Enos, J., Arnold, G., Bauer, G., and Morin, P., 2023, "ArcticDEM -- Mosaics, Version 4.1", https://doi.org/10.7910/DVN/3VDC4W diff --git a/qgreenland/arctic-dem-full-package-readme.txt b/qgreenland/arctic-dem-full-package-readme.txt deleted file mode 100644 index b78c5b04..00000000 --- a/qgreenland/arctic-dem-full-package-readme.txt +++ /dev/null @@ -1,76 +0,0 @@ -------------------- -Getting Started: -------------------- - -This package contains the 32m Arctic DEM and ancillary data: - -* arcticdem_v4.1_32m_dem_greenland.vrt: 32-bit floating point elevation - raster. This is the primary DEM tile datafile. - -* arcticdem_v4.1_32m_browse_greenland.vrt: 32m DEM hillshade. - -* arcticdem_v4.1_32m_datamask_greenland.vrt: Raster indicating DEM pixels with - heights purely sourced from SETSM output (1) versus those that have been - filled/merged with another dataset or mask out as NoData in quality control - steps (0). - -* arcticdem_v4.1_32m_count_greenland.vrt: Number of contributing DEMs. - -* arcticdem_v4.1_32m_mad_greenland.vrt: Median absolute deviation of - contributing DEMs. - -* arcticdem_v4.1_32m_maxdate_greenland.vrt: Latest date of contributing DEMs in - days since Jan 1, 2000. - -* arcticdem_v4.1_32m_mindate_greenland.vrt: Earliest date of contributing DEMs - in days since Jan 1, 2000. - -Many small raster images (tiles) make up each of these layers to make a mosaic -of Greenland. To add this data to QGIS, navigate in the **Menu Bar** to **Layer --> Add Layer -> Add Raster Layer** and browse to and select one of the included -.vrt files as the layer source. This .vrt file references all of the individual -tiles in the layer's associated `tiles/` subdirectory, and allows them all to be -loaded as a single mosaiced raster layer in QGIS. More information about VRTs -can be found here: https://gdal.org/drivers/raster/vrt.html. - - -------------------- -Building Overviews: -------------------- - -Because each layer is large and consists of many smaller files, performance of -each layer after initially loading it into QGIS may be slow. We recommend that -users build raster overviews for each layer, which will increase the rendering -speed when zooming in/out. - -To build overviews for a layer in QGIS, navigate in the **Menu Bar** to **Raster --> Miscellaneous -> Build Overviews (Pyramids)** . Select the layer as the input -layer, and then click **Run** (leave the rest of the parameters as their -defaults). This process will take several minutes and produce a new `.ovr` file -in the data directory. The new `.ovr` file is expected to be several GB in size, -and there is no need to interact with this new file. - - -------------------- -Styling this data: -------------------- - -For information on changing the symbology of raster layers in QGIS, see: - -* QGIS lesson on changing raster symbology: - https://docs.qgis.org/3.28/en/docs/training_manual/rasters/changing_symbology.html - -* QGIS documentation on raster symbology properties: - https://docs.qgis.org/3.28/en/docs/user_manual/working_with_raster/raster_properties.html#symbology-properties - - -------------------- -Citing this data: -------------------- - -The ArcticDEM dataset should be cited as follows: - -Porter, C., Howat, I., Noh, M.J., Husby, E., Khuvis, S., Danish, E., Tomko, K., -Gardiner, J., Negrete, A., Yadav, B., Klassen, J., Kelleher, C., Cloutier, M., -Bakker, J., Enos, J., Arnold, G., Bauer, G., and Morin, P., 2023, "ArcticDEM -- Mosaics, Version 4.1", https://doi.org/10.7910/DVN/3VDC4W From 77646b01b252e433dbda227d5735ede37570324a Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 14:19:03 -0600 Subject: [PATCH 06/10] Add index page for addons --- doc/user/reference/arctic-dem-addon-data.md | 19 ------------------- doc/user/reference/index.rst | 8 ++++++++ 2 files changed, 8 insertions(+), 19 deletions(-) delete mode 100644 doc/user/reference/arctic-dem-addon-data.md diff --git a/doc/user/reference/arctic-dem-addon-data.md b/doc/user/reference/arctic-dem-addon-data.md deleted file mode 100644 index 6135478f..00000000 --- a/doc/user/reference/arctic-dem-addon-data.md +++ /dev/null @@ -1,19 +0,0 @@ -# ArcticDEM add-on data - -[The Polar Geospatial Center](https://www.pgc.umn.edu/) provides a [custom -Greenland 32-meter resolution -ArcticDEM](https://data.pgc.umn.edu/gis/packages/qgreenland/packages/addons/) -for users of QGreenland. - -Two download packages are provided for the v4.1 ArcitcDEM: - -* `arcticdem_v4.1_32m_greenland_dem_only.zip`: A ~4.1GB package containing only - the 32-m resolution DEM. - -* `arcticdem_v4.1_32m_greenland_dem_full.zip`: A ~9.5GB package containing the - 32-m resolution DEM and ancillary datasets (e.g., a "count" dataset giving the - number of contributing DEMs for each pixel). - -Download one of these add-on packages and place it in a suitable location in your -filesystem. Unzip the package and then follow the directions in the `README.txt` -file included. diff --git a/doc/user/reference/index.rst b/doc/user/reference/index.rst index 0f93093d..b12961ae 100644 --- a/doc/user/reference/index.rst +++ b/doc/user/reference/index.rst @@ -15,3 +15,11 @@ Reference :glob: ./* + + +.. toctree:: + :name: Add-ons + :caption: Add-ons + :hidden: + + addons/index From b354a058b29a23a3ced21c55662e0cc424525d84 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 14:20:22 -0600 Subject: [PATCH 07/10] Actually add the addons pages! --- .../reference/addons/arctic-dem-addon-data.md | 19 +++++++++++++++++++ doc/user/reference/addons/index.rst | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 doc/user/reference/addons/arctic-dem-addon-data.md create mode 100644 doc/user/reference/addons/index.rst diff --git a/doc/user/reference/addons/arctic-dem-addon-data.md b/doc/user/reference/addons/arctic-dem-addon-data.md new file mode 100644 index 00000000..6135478f --- /dev/null +++ b/doc/user/reference/addons/arctic-dem-addon-data.md @@ -0,0 +1,19 @@ +# ArcticDEM add-on data + +[The Polar Geospatial Center](https://www.pgc.umn.edu/) provides a [custom +Greenland 32-meter resolution +ArcticDEM](https://data.pgc.umn.edu/gis/packages/qgreenland/packages/addons/) +for users of QGreenland. + +Two download packages are provided for the v4.1 ArcitcDEM: + +* `arcticdem_v4.1_32m_greenland_dem_only.zip`: A ~4.1GB package containing only + the 32-m resolution DEM. + +* `arcticdem_v4.1_32m_greenland_dem_full.zip`: A ~9.5GB package containing the + 32-m resolution DEM and ancillary datasets (e.g., a "count" dataset giving the + number of contributing DEMs for each pixel). + +Download one of these add-on packages and place it in a suitable location in your +filesystem. Unzip the package and then follow the directions in the `README.txt` +file included. diff --git a/doc/user/reference/addons/index.rst b/doc/user/reference/addons/index.rst new file mode 100644 index 00000000..3f711e2e --- /dev/null +++ b/doc/user/reference/addons/index.rst @@ -0,0 +1,17 @@ +.. _user-reference: + + +.. raw:: latex + + \part{Add-on data} + + +========= +Add-on data +========= + +.. toctree:: + :maxdepth: 1 + :glob: + + ./* From 69ad0f28c7f7ed3a991d95da5b28b0ee4ca7872b Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 14:20:56 -0600 Subject: [PATCH 08/10] Fixup 'overline' problem --- doc/user/reference/addons/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/reference/addons/index.rst b/doc/user/reference/addons/index.rst index 3f711e2e..c256676b 100644 --- a/doc/user/reference/addons/index.rst +++ b/doc/user/reference/addons/index.rst @@ -6,9 +6,9 @@ \part{Add-on data} -========= +=========== Add-on data -========= +=========== .. toctree:: :maxdepth: 1 From 1b821c82da481a59ce9e47882d31c7e1d9eee44b Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 14:24:27 -0600 Subject: [PATCH 09/10] Remove unnecessary latex section from addons index --- doc/user/reference/addons/index.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/user/reference/addons/index.rst b/doc/user/reference/addons/index.rst index c256676b..b88f8eff 100644 --- a/doc/user/reference/addons/index.rst +++ b/doc/user/reference/addons/index.rst @@ -1,11 +1,6 @@ .. _user-reference: -.. raw:: latex - - \part{Add-on data} - - =========== Add-on data =========== From 100043ff461f5e02cd08e0668836b1ecccd6c07e Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 14:28:33 -0600 Subject: [PATCH 10/10] `user` -> `addon` --- doc/user/reference/addons/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/reference/addons/index.rst b/doc/user/reference/addons/index.rst index b88f8eff..78ecee90 100644 --- a/doc/user/reference/addons/index.rst +++ b/doc/user/reference/addons/index.rst @@ -1,4 +1,4 @@ -.. _user-reference: +.. _addon-reference: ===========