Skip to content

Commit

Permalink
Add note about data addon download option for ArcticDEM
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Aug 31, 2023
1 parent b1d337e commit afdf126
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
arctic_dem_online = Layer(
id="arctic_dem",
title="Arctic DEM",
description="Surface elevation in meters.",
description=(
"""Surface elevation in meters.
Note that the Polar Geospatial Center also provides custom download options for
a 32m ArcticDEM for QGreenland users. Learn about these add-on data for
QGreenland here:
https://qgreenland.readthedocs.io/en/latest/user/reference/addons/arctic-dem-addon-data.html
"""
),
in_package=True,
tags=[],
input=LayerInput(
Expand Down

0 comments on commit afdf126

Please sign in to comment.