Skip to content

Commit

Permalink
Update mod_data-disc.qmd
Browse files Browse the repository at this point in the history
grammar updates.
  • Loading branch information
lkuiucsb committed Sep 23, 2024
1 parent d16a9a0 commit a4f7297
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mod_data-disc.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -372,15 +372,16 @@ wget -nc --load-cookies ..\.urs_cookies --save-cookies ..\.urs_cookies --keep-se
--content-disposition -i list.txt
```

> If you run into any issue, here are step-to-step guild on [how to work with wget and curl specifically to the GES DISC data system](https://disc.gsfc.nasa.gov/information/howto?title=How%20to%20Access%20GES%20DISC%20Data%20Using%20wget%20and%20curl).
> If you encounter any issues, follow this step-by-step guide on [using wget and curl specifically with the GES DISC data system](https://disc.gsfc.nasa.gov/information/howto?title=How%20to%20Access%20GES%20DISC%20Data%20Using%20wget%20and%20curl).
:::

### Data format and structure

CSV and TXT are common formats for storing data. In addition, other formats frequently used in research include NetCDF, HDF5, Matlab, and Rdata/rds, as well as spatial related datasets, such as geotiff, shapefiles and raster files (see spatial module for details).

In the R environment, data structure is commonly check using a few functions listed below.
CSV and TXT are common formats for data storage. Additionally, formats like NetCDF, HDF5, Matlab, and Rdata/rds are frequently used in research, along with spatial datasets such as geotiff, shapefiles, and raster files (refer to the spatial module for more details).

In the R environment, data structures are typically checked using the following functions.

```{r data-check}
#| eval: false
Expand Down

0 comments on commit a4f7297

Please sign in to comment.