Skip to content

Commit da277cb

Browse files
committed
update reame + some wording changse
1 parent de97bc4 commit da277cb

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@
33
# About
44

55
This repository is a submission to the Journal for Open Source Education (JOSE) of two Jupyter book tutorials developed by Emma Marshall, Jessica Scheick, Scott Henderson and Deepak Cherian. They were developed in 2022 during a project which began while Emma Marshall was an intern at the National Center for Atmospheric Research (NCAR) in the SIParCS program and the co-authors were her internship mentors.
6-
7-
The repositories for each indivdual tutorial are located here: [ITS_LIVE tutorial repo](https://github.com/e-marshall/itslive), [Sentinel-1 RTC tutorial repo](https://github.com/e-marshall/sentinel1_rtc)
8-
9-
The Jupyter Book tutorials are located here: [ITS_LIVE tutorial](https://e-marshall.github.io/itslive/intro.html), [Sentinel-1 RTC tutorial](https://e-marshall.github.io/sentinel1_rtc/intro.html)
10-

book/background/data_cubes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use this data for scientific analysis, we need to construct it into the form
4343
Source:[EOX](https://eox.at/2021/01/earth-observation-data-cubes-as-a-service/)
4444
```
4545

46-
In the context of the Xarray data model, univariate data cubes can be represented by an `xr.DataArray` or a `xr.Dataset` with one `data_variable`. Multivariate data cubes should be represented by `xr.Dataset` objects. The building blocks of `xr.DataArrays` and `xr.Datasets` are dimensions, coordinates, data variables, attribues (and indexes?).
46+
In the context of the Xarray data model, univariate data cubes can be represented by an `xr.DataArray` or a `xr.Dataset` with one `data_variable`. Multivariate data cubes should be represented by `xr.Dataset` objects. The building blocks of `xr.DataArrays` and `xr.Datasets` are dimensions, coordinates, data variables, attribues (and indexes?). We recommend the Xarray [terminology](https://docs.xarray.dev/en/stable/user-guide/terminology.html) for a detailed overview of Xarray objects and common operations.
4747

4848
A data cube should be organized out of these building blocks adhering to the following rules and definitions:
4949

book/endmatter/other_resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ Throughout this book, we reference a number of resources on different topics. Th
88
- [How do I...](https://docs.xarray.dev/en/stable/howdoi.html)
99
- [Xarray High-level computational patterns](https://tutorial.xarray.dev/intermediate/01-high-level-computation-patterns.html)
1010
- [Parallel computing with dask](https://tutorial.xarray.dev/intermediate/xarray_and_dask.html)
11+
- [Terminology](https://docs.xarray.dev/en/stable/user-guide/terminology.html)
1112

1213
## Geospatial data science and data formats
1314
- [Introduction to Earth and Environmental Data Science](https://earth-env-data-science.github.io/intro.html)
15+
- [Geocomputation wtih Python](https://py.geocompx.org/)
1416
- [Datacubes - openEO](https://openeo.org/documentation/1.0/datacubes.html#what-are-datacubes)
1517
- [Data Formats - NASA Earth Observation Data Basics](https://www.earthdata.nasa.gov/learn/earth-observation-data-basics/data-formats)
1618
- [Cloud Computing - NASA Earth Observation Data Basics](https://www.earthdata.nasa.gov/learn/earth-observation-data-basics/cloud-computing)

0 commit comments

Comments
 (0)