Skip to content

Collection of scripts used for the generation of the RGI version 7 - WIP

License

Notifications You must be signed in to change notification settings

GLIMS-RGI/rgi7_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts used to generate the Randolph Glacier Inventory version 7

RGI7 is the next version of the Randolph Glacier Inventory. RGI7 intends to be the reference inventory for all of the world's glaciers outside of the two ice sheets. All glacier outlines should be mapped as close as possible to the the year 2000.

Unlike previous versions of the RGI, RGI7 will be a pure subset of the GLIMS database. This repository contains the scripts that generate RGI7 out of GLIMS.

This is a work in progress! Contributions and feedback welcome.

RGI Workflow

01. Pre-processing workflow

The preprocessing workflow downloads the GLIMS database into regional blocks, converts the GLIMS geometries to the RGI format, and prepares the outlines for the regional selection scripts.

Notebooks in the workflow/preprocessing folder:

02. Regional outline selection workflow

Regional notebooks scripts are in the workflow folder.

The RGI7 alpha files are available in https://cluster.klima.uni-bremen.de/~fmaussion/misc/rgi7_data/l3_rgi7a_tar. All regions are now available for review.

For accurate, up-to-date information about each region, jumpt to the RGI7 wiki.

03. Attribute generation workflow

TBA.

Downloads

The files at each level (in tar or shapefile format) are downloadable here:

https://cluster.klima.uni-bremen.de/~fmaussion/misc/rgi7_data/

Careful! The files might (and will) change with time.

File name conventions:

  • "level 2 files" (l2_sel_reg_tars): GLIMS data files after preprocessing. Ready for the outlines choice scripts.
  • "RGI alpha" (l3_rgi7a_tar): selected outlines for RGI7, still with GLIMS attributes. Ready for review of the outlines choice.
  • "RGI beta" (not there yet) : alpha files with RGI attributes. Ready for review before final publication.

Other folders contain files which are used for testing in production (l0_support_data) or which are used to report problems to GLIMS (l3_problem_glaciers_tar).

Download all data at once (currently about 12G):

$ mkdir rgi7_data
$ cd rgi7_data
$ wget --recursive --no-parent --cut-dirs=3 -nH -R "index.html*" https://cluster.klima.uni-bremen.de/~fmaussion/misc/rgi7_data/

This will recursively download all currently available files on the server, including pre-processing levels and some necessary duplicated files.

If you want to participate to the RGI review process, you may download only the alpha version regional files:

$ mkdir rgi7a
$ cd rgi7a
$ wget --recursive --no-parent --cut-dirs=4 -nH -R "index.html*" https://cluster.klima.uni-bremen.de/~fmaussion/misc/rgi7_data/l3_rgi7a/

If you want to participate to the RGI selection process, you may download the level 2 files as well:

$ mkdir l2_sel_reg_tars
$ cd l2_sel_reg_tars
$ wget --recursive --no-parent --cut-dirs=4 -nH -R "index.html*" https://cluster.klima.uni-bremen.de/~fmaussion/misc/rgi7_data/l2_sel_reg_tars/

License

Code: BSD3

Data (RGI): CC BY 4.0

About

Collection of scripts used for the generation of the RGI version 7 - WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published