diff --git a/.gitignore b/.gitignore index be5e6ed..c6184cc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ TOPSTSCHOOL-module-1-water.Rproj composite_1mo.nc composite_12mo.nc gpw_v4_population_count_rev11_2020_15_min.tif -.DS_Store \ No newline at end of file +.DS_Store +map_plot.png diff --git a/docs/wsim-gldas-acquisition.html b/docs/wsim-gldas-acquisition.html index 3e971c4..8312ca9 100644 --- a/docs/wsim-gldas-acquisition.html +++ b/docs/wsim-gldas-acquisition.html @@ -4051,6 +4051,7 @@

Contents

  • Overview
  • Learning Objectives
  • Introduction
  • +
  • Acquiring the Data
  • Reading the Data
  • Attribute Selection
  • Time Selection
  • @@ -4098,14 +4099,14 @@

    Acquiring and Pre-Processing the WSIM-GLDAS Dataset

    Overview

    -

    In this lesson, you will acquire 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 subsetted 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

    After completing this lesson, you should be able to: