Skip to content

franra9/rgi7_scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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 full 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. See CONTRIBUTING.md for tips and instructions about how to help in this process.

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 work-in-progress RGI7 alpha files are available for review in https://cluster.klima.uni-bremen.de/~fmaussion/misc/rgi7_data/l3_rgi7a_tar. Regions are being added regularly!

03. Attribute generation workflow

TBA.

How to contribute

See CONTRIBUTING.md.

Downloads

File name conventions:

  • "l2 files": GLIMS data files after preprocessing. Ready for the outlines choice scripts.
  • "RGI alpha": selected outlines for RGI7, still with GLIMS attributes. Ready for review of the outlines choice.
  • "RGI beta": alpha files with RGI attributes. Ready for review before final publication.

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.

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

$ 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/

RGI region summary and known issues

For accurate, up-to-date information, see the regional scripts (where the outline selection actually happens) and the regional discussions on github.

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 96.4%
  • Python 3.6%