Datasets:

License:
ghjuliasialelli commited on
Commit
b4fac0d
1 Parent(s): 337ef99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -60,7 +60,7 @@ The `load_dataset()` function provides the following configuration options:
60
  ```
61
 
62
  - **`additional_features`** (list) (default = `[]`)
63
- A list of additional features the dataset should include. *Refer to the documentation below for more details.* Possible values are:
64
  ```
65
  ['s2_num_days', 'gedi_num_days', 'lat', 'lon', 'agbd_se', 'elev_lowes', 'leaf_off_f', 'pft_class', 'region_cla', 'rh98', 'sensitivity', 'solar_elev', 'urban_prop']
66
  ```
@@ -117,6 +117,7 @@ In summary, the channels are structured as follows:
117
 
118
  ---
119
  ### ➕ Additional Features
 
120
 
121
  You can include a list of additional features from the options below in your dataset configuration:
122
  - **`"agbd_se"` - AGBD Standard Error**: The uncertainty estimate associated with the aboveground biomass density prediction for each GEDI footprint.
 
60
  ```
61
 
62
  - **`additional_features`** (list) (default = `[]`)
63
+ A list of additional features the dataset should include. *Refer to the [documentation below](#add-feat-anchor) for more details.* Possible values are:
64
  ```
65
  ['s2_num_days', 'gedi_num_days', 'lat', 'lon', 'agbd_se', 'elev_lowes', 'leaf_off_f', 'pft_class', 'region_cla', 'rh98', 'sensitivity', 'solar_elev', 'urban_prop']
66
  ```
 
117
 
118
  ---
119
  ### ➕ Additional Features
120
+ <a name="add-feat-anchor"></a>
121
 
122
  You can include a list of additional features from the options below in your dataset configuration:
123
  - **`"agbd_se"` - AGBD Standard Error**: The uncertainty estimate associated with the aboveground biomass density prediction for each GEDI footprint.