dcodrut commited on
Commit
4fd8814
·
1 Parent(s): 47a9c95

update readme

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
  ---
4
+
5
+ # Cluster-wise Regression Reveals Drivers of Present-Day Glacier Changes
6
+
7
+ TODO: add link paper
8
+
9
+ This dataset contains glacier-level data used for cluster-wise glacier mass-balance regression.
10
+
11
+ ## CSV data
12
+
13
+ `df_mb_with_morpho_and_clim_GSWP3_W5E5.csv` contains one row per glacier, indexed by RGI ID. It includes selected morphological predictors, climate anomalies, location/region metadata, projected coordinates, observed mass balance (`mb`), and mass-balance uncertainty (`mb_err`). The main predictors used here are:
14
+
15
+ - `slope_20prc`
16
+ - `z_mean`
17
+ - `area_debris_prc`
18
+ - `norm_contrib_area`
19
+ - `temp_anom_2000_to_2019`
20
+ - `prcp_anom_2000_to_2019`
21
+
22
+ ## Cluster GeoPackages
23
+
24
+ The files in `clusters_geocoded/` contain geocoded glacier points for each analysis region. Each file includes the glacier attributes above, a selected `cluster` label, and the full set of available clustering labels (`clabels_*`) for different numbers of clusters.
25
+
26
+ Cluster labels were generated with the `SpatialRegWard` method. The GeoPackage geometries are point locations reprojected to the local CRS used for each region.