Update README.md
Browse files
README.md
CHANGED
@@ -36,11 +36,11 @@ inference_results, input_file_names = model.inference_on_dir(<input_directory>)
|
|
36 |
|
37 |
For more details, check out the tutorials below which guide the user through the three functionalities:
|
38 |
|
39 |
-
1. Check out the [Getting Started Notebook!](https://github.
|
40 |
|
41 |
-
2. For data download and data pre-processing to create your own dataset check out the [Download Notebook!](https://github.
|
42 |
|
43 |
-
3. For Tweening (Temporal Gap-Filling) check out the [Introuction to LST Tweening Notebook!](https://github.
|
44 |
|
45 |
## Model Description
|
46 |
|
@@ -54,7 +54,7 @@ More details on the base foundation model can be found in this [paper](https://a
|
|
54 |
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.
|
55 |
|
56 |
For more details on this approach, refer to:
|
57 |
-
- [Introduction to LST Tweening](https://github.
|
58 |
|
59 |
## Model Releases (along with the branch name where the models are stored):
|
60 |
|
@@ -84,9 +84,9 @@ For fine-tuning, the model requires stacked input patches of size 224 x 224, whi
|
|
84 |
|
85 |
For more details on the download and preprocessing pipelines used to produce the fine-tuning and inference datasets, please refer to:
|
86 |
|
87 |
-
- [Download](https://github.
|
88 |
|
89 |
-
- [Preprocessing](https://github.
|
90 |
|
91 |
## Model Card Authors
|
92 |
|
|
|
36 |
|
37 |
For more details, check out the tutorials below which guide the user through the three functionalities:
|
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 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/2_download_data.ipynb) and the [Preprocessing Notebook!](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/3_preprocess_data.ipynb).
|
42 |
|
43 |
+
3. For Tweening (Temporal Gap-Filling) check out the [Introuction 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 |
## Model Description
|
46 |
|
|
|
54 |
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.
|
55 |
|
56 |
For more details on this approach, refer to:
|
57 |
+
- [Introduction to LST Tweening](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/4_introduction_to_LST_Tweening.ipynb)
|
58 |
|
59 |
## Model Releases (along with the branch name where the models are stored):
|
60 |
|
|
|
84 |
|
85 |
For more details on the download and preprocessing pipelines used to produce the fine-tuning and inference datasets, please refer to:
|
86 |
|
87 |
+
- [Download](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/2_download_data.ipynb)
|
88 |
|
89 |
+
- [Preprocessing](https://github.com/ibm-granite/granite-geospatial-land-surface-temperature/blob/main/notebooks/3_preprocess_data.ipynb)
|
90 |
|
91 |
## Model Card Authors
|
92 |
|