Rename files and fix remaining errors with headlines

This commit is contained in:
heyarne 2021-03-01 17:14:47 +00:00
commit 81845d2d93
10 changed files with 629 additions and 766 deletions

7
sources/01 Overview.md Normal file
View file

@ -0,0 +1,7 @@
# Data Retrieval and Processing
The first chapter contains notebooks that document the data retrieval process from the Copernicus Open Access Hub.
It explains how to use the [`sentinelsat`](https://github.com/sentinelsat/sentinelsat) library to interact with the HTTP API: How to specify what kind of data we are interested in with the aide of open map data from [OpenStreetMap](https://www.openstreetmap.org/) and [`geopandas`](https://geopandas.org/) and how to download it. It then goes on to show how to use [`rasterio`](https://rasterio.readthedocs.io/) and [`numpy`](https://numpy.org/) to read and process the downloaded data and [`matplotlib`](https://matplotlib.org/stable/index.html) to visualize it.
The Sentinel-2 satellite captures light in visible and invisible parts of the spectrum. This can be used to derive different kinds of useful information about ground-level phenomena. The end of this chapter will detail how to use it to create true-color images for different moments in time.