Update README.md
#23
by
Tamaragov
- opened
README.md
CHANGED
@@ -38,9 +38,12 @@ For more details, check out the tutorials below which guide the user through the
|
|
38 |
|
39 |
1. Check out the [Getting Started Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/1_getting_started.ipynb)
|
40 |
|
41 |
-
2. For
|
|
|
|
|
|
|
|
|
42 |
|
43 |
-
3. For Tweening (Temporal Gap-Filling) check out the [Introduction to LST Tweening Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/4_introduction_to_LST_Tweening.ipynb) for a tutorial on how to implement Tweening and the [Tweening Data Preparation Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/5_tweening_data_preparation.ipynb) for a tutorial on preparing the data for Tweening
|
44 |
|
45 |
|
46 |
## Model Description
|
@@ -55,7 +58,7 @@ More details on the base foundation model can be found in this [paper](https://a
|
|
55 |
We present an application of the granite-geospatial-land-surface-temperature model for temporal gap filling (“Tweening” or in betweening). This approach attempts to solve for the temporal limitations in LST observations by synthesizing hourly inputs of stacked HLS and ERA5 temperature statistics.
|
56 |
|
57 |
For more details on this approach, refer to:
|
58 |
-
- [Introduction to LST Tweening](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/
|
59 |
|
60 |
## Model Releases (along with the branch name where the models are stored):
|
61 |
|
@@ -85,9 +88,9 @@ For fine-tuning, the model requires stacked input patches of size 224 x 224, whi
|
|
85 |
|
86 |
For more details on the download and preprocessing pipelines used to produce the fine-tuning and inference datasets, please refer to:
|
87 |
|
88 |
-
- [Download](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/
|
89 |
|
90 |
-
- [Preprocessing](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/
|
91 |
|
92 |
## Model Card Authors
|
93 |
|
|
|
38 |
|
39 |
1. Check out the [Getting Started Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/1_getting_started.ipynb)
|
40 |
|
41 |
+
2. For Tweening (Temporal Gap-Filling) check out the [Introduction to LST Tweening Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/2_introduction_to_LST_Tweening.ipynb) for a tutorial on how to implement Tweening and the [Tweening Data Preparation Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/3_tweening_data_preparation.ipynb) for a tutorial on preparing the data for Tweening.
|
42 |
+
|
43 |
+
[<b><i>>>Try LST Tweening on Colab<<</i></b>](https://colab.research.google.com/github/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/2_introduction_to_LST_Tweening.ipynb)
|
44 |
+
|
45 |
+
3. For data download and data pre-processing to create your own dataset check out the [Download Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/4_download_data.ipynb) and the [Preprocessing Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/5_preprocess_data.ipynb)
|
46 |
|
|
|
47 |
|
48 |
|
49 |
## Model Description
|
|
|
58 |
We present an application of the granite-geospatial-land-surface-temperature model for temporal gap filling (“Tweening” or in betweening). This approach attempts to solve for the temporal limitations in LST observations by synthesizing hourly inputs of stacked HLS and ERA5 temperature statistics.
|
59 |
|
60 |
For more details on this approach, refer to:
|
61 |
+
- [Introduction to LST Tweening](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/2_introduction_to_LST_Tweening.ipynb)
|
62 |
|
63 |
## Model Releases (along with the branch name where the models are stored):
|
64 |
|
|
|
88 |
|
89 |
For more details on the download and preprocessing pipelines used to produce the fine-tuning and inference datasets, please refer to:
|
90 |
|
91 |
+
- [Download](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/4_download_data.ipynb)
|
92 |
|
93 |
+
- [Preprocessing](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/5_preprocess_data.ipynb)
|
94 |
|
95 |
## Model Card Authors
|
96 |
|