From 95dc9b51e07ff85f20e261f0f4d9a09466852d4f Mon Sep 17 00:00:00 2001 From: jfmartinez4 Date: Sat, 6 Apr 2024 20:31:37 -0400 Subject: [PATCH] adjusting bold letters --- docs/wsim-gldas-acquisition.html | 2 +- wsim-gldas-acquisition.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wsim-gldas-acquisition.html b/docs/wsim-gldas-acquisition.html index 7c14e88..9f422b5 100644 --- a/docs/wsim-gldas-acquisition.html +++ b/docs/wsim-gldas-acquisition.html @@ -4099,7 +4099,7 @@

Acquiring and Pre-Processing the WSIM-GLDAS Dataset

Overview

-

In this lesson, you will acquire the data set called Water Security Indicator Model - Global Land Data Assimilation System (WSIM-GLDAS) from the NASA Socioeconomic Data and Applications Center (SEDAC) website and will also retrieve a global administrative boundary data set called geoBoundaries data directly from an application programming interface (API). You will learn how to subset the data for a region of interest and save the result data as a new file.

+

In this lesson, you will acquire the data set called Water Security Indicator Model - Global Land Data Assimilation System(WSIM-GLDAS) from the NASA Socioeconomic Data and Applications Center (SEDAC) website and will also retrieve a global administrative boundary data set called geoBoundaries data directly from an application programming interface (API). You will learn how to subset the data for a region of interest and save the result data as a new file.

Learning Objectives

diff --git a/wsim-gldas-acquisition.qmd b/wsim-gldas-acquisition.qmd index 02040b1..20cb584 100644 --- a/wsim-gldas-acquisition.qmd +++ b/wsim-gldas-acquisition.qmd @@ -9,7 +9,7 @@ bibliography: wsim-gldas-references.bib ## Overview -In this lesson, you will acquire the data set called ***Water Security Indicator Model - Global Land Data Assimilation System*** **(WSIM-GLDAS)** from the [NASA Socioeconomic Data and Applications Center (SEDAC)](https://sedac.ciesin.columbia.edu/) website and will also retrieve a global administrative boundary data set called [geoBoundaries](https://www.geoboundaries.org/api.html) data directly from an application programming interface (API). You will learn how to subset the data for a region of interest and save the result data as a new file. +In this lesson, you will acquire the data set called **Water Security Indicator Model - Global Land Data Assimilation System(WSIM-GLDAS)** from the [NASA Socioeconomic Data and Applications Center (SEDAC)](https://sedac.ciesin.columbia.edu/) website and will also retrieve a global administrative boundary data set called [geoBoundaries](https://www.geoboundaries.org/api.html) data directly from an application programming interface (API). You will learn how to subset the data for a region of interest and save the result data as a new file. ## Learning Objectives