|
1 | | -# Wrapping up |
| 1 | +# 5.1 Wrapping up |
2 | 2 |
|
3 | 3 | It is a popular refrain, and a sentiment many analysts can likey relate to, "that 80% of data analysis is spent on the cleaning and preparing of data" {cite:t}`Wickham_2014_Tidy,Dasu_2003_Exploratory`. This book focuses on the data cleaning and preparation steps of an analytical workflow that ingests satellite remote sensing time series datasets. We draw on the wealth of knowledge and research that attends to this topic in order to produce tutorials that demonstrate and explain these concepts in the context of cloud-optimized, publicly available array data and the software ecosystem built around the Xarray data model in Python. |
4 | 4 |
|
5 | | -In this chapter, you will find summaries of the concepts covered throughout the Jupyter Notebooks included in this book, a return to the introduction's [discussion of data cubes](../background/data_cubes.md) with synthesis and lessons learned from the tutorials, and a short discussion of the broader context of this book and next steps for interested readers. |
| 5 | +In this chapter, you will find summaries of the concepts covered throughout the Jupyter Notebooks included in this book and a return to the introduction's [discussion of data cubes](../background/data_cubes.md) that synthesizes lessons learned in the tutorials. |
6 | 6 |
|
7 | | -## Tutorials Summary[$\tiny \nearrow$](summary.md) |
8 | | - |
9 | | -This book features two tutorials, each focuses on a different earth observation dataset and containing five notebooks that cover different steps of a typical workflow such as data access, manpiulation and organizatoin and visualization and exploratory analysis. In this section, you will find a few of the common topics throughout these notebooks and links to where they are addressed in each tutorial. |
10 | | - |
11 | | -## Data cubes revisited [$\tiny \nearrow$](datacubes_revisited.md) |
12 | | - |
13 | | -Synthesizing lessons from tutorial examples to enumerate guidance and best-practices for working Xarray geospatial data cubes. |
14 | | - |
15 | | -## Broader context [$\tiny \nearrow$]() |
16 | | - |
17 | | -It is a popular refrain, and a sentiment many analysts can likey relate to, "that 80% of data analysis is spent on the cleaning and preparing of data" {cite:t}`Wickham_2014_Tidy,Dasu_2003_Exploratory`. This book focuses on the data cleaning and preparation steps of an analytical workflow. We draw on the wealth of knowledge and research that attends to this topic in order to produce tutorials that demonstrate and explain these topics in the context of satellite remote sensing earth observation datasets and the software ecosystem built around the Xarray data model in Python. |
| 7 | +### Broader context [$\tiny \nearrow$]() |
| 8 | + |
18 | 9 | This book largely focused on the beginning steps of scientific workflows where data is prepared for analysis and manipulated to support different types of analysis. |
19 | 10 |
|
20 | | -### Open source tools and packages |
21 | | -In this book, we mainly focused on Xarray and several tools within the Xarray ecosystem and that integrate with Xarray to streamline data cube workflows such as: |
22 | | -- Xvec |
23 | | -- cf_xarray |
24 | | -- Dask |
25 | | -- PySTAC |
26 | | -- stackstac |
27 | | -- GeoPandas |
28 | | -- holoviz |
29 | | - |
30 | | -There are many exciting open-source projects and tools related to Xarray data cubes that were not highlighted in this book. A few are: |
| 11 | +#### Open source tools and packages |
| 12 | +We mainly use Xarray and tools within the Xarray ecosystem. There are many exciting open-source projects and tools related to Xarray data cubes that were not highlighted in this book. A few are: |
31 | 13 | - [XRLint](https://github.com/bcdev/xrlint) |
32 | 14 | - [LexCube](https://www.lexcube.org/) |
33 | 15 | - [xcube](https://xcube.readthedocs.io/en/latest/) |
34 | 16 | - [cubo](https://github.com/ESDS-Leipzig/cubo) |
35 | 17 | - [Open Data Cube](https://opendatacube.readthedocs.io/en/latest/index.html) |
36 | 18 |
|
| 19 | + |
| 20 | +## 5.2 Tutorials Summary[$\tiny \nearrow$](summary.md) |
| 21 | + |
| 22 | +This book features two tutorials, each focuses on a different earth observation dataset and containing five notebooks that cover different steps of a typical workflow such as data access, manpiulation and organizatoin and visualization and exploratory analysis. In this section, you will find a few of the common topics throughout these notebooks and links to where they are addressed in each tutorial. |
| 23 | + |
| 24 | +## 5.3 Data cubes revisited [$\tiny \nearrow$](datacubes_revisited.md) |
| 25 | + |
| 26 | +Synthesizing lessons from tutorial examples to enumerate guidance and best-practices for working Xarray geospatial data cubes. |
| 27 | + |
0 commit comments