Skip to content

Commit

Permalink
Merge pull request #29 from AdamRJensen/patch-3
Browse files Browse the repository at this point in the history
Fix typos in supplementary_datasets.md #28
  • Loading branch information
trchudley authored Oct 8, 2024
2 parents def6a5e + 51f8ae7 commit 3b0ffc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/supplementary_datasets.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Supplementary datasets

To make the most of pDEMtools, two supplementary datasets must available locally.
To make the most of pDEMtools, two supplementary datasets must be available locally.

## ArcticDEM/REMA strip index

The first dataset is the ArcticDEM or REMA strip index made available by the PGC (in GeoParquet format), used by the `search` function. Strip index GeoParquet files can be downloaded from the PGC ([Greenland](https://data.pgc.umn.edu/elev/dem/setsm/ArcticDEM/indexes/), [Antarctica](https://data.pgc.umn.edu/elev/dem/setsm/REMA/indexes/)).

The appriate files to download are the `ArcticDEM_Strip_Index_s2s041_gpqt.zip` and `REMA_Strip_Index_s2s041_gpkg.zip` - note the __GeoParquet file format__ (ending `_gpqt.zip`), *not* the similarly named GeoPackage (ending `_gpkg.zip`). No mosaic files are necessary - these are included with `pdemtools`.

Unzip the files before before use. They can be placed anywhere in your file system - the filepath, as a string, is provided to the relevant `pdemtools` functions.
Unzip the files before use. They can be placed anywhere in your file system - the filepath, as a string, is provided to the relevant `pdemtools` functions.

> __NOTE:__ These index files are maintained by the PGC, so we cannot guarantee that newly released updates to ArcticDEM/REMA index files will not temporarily break `pdemtools` functions until we can fix and update the software. From version 0.8.3 onwards, these files are known to work up to and including the latest PGC data update (ArcticDEM Strip Release 2023, released Aug 2024).
Expand Down

0 comments on commit 3b0ffc7

Please sign in to comment.