E01-2 Overview of data sources

Generally one can download from two types of data sources. Which one you should use depends on how many satellite scenes you need and what kind of (e.g. which processing level).

  1. You can use a viewer as web interface providing a GUI to get an overview of tiles processed from satellite scenes. In addition you can use such viewers to download tiles if you just need few of them, for example when you are investigating only small to medium areas. It's also an easy way for unexperienced users.
  2. If you want to download more tiles and directly use them for example in R, it is recommended to use an API. You will get an overview of both on that page.

3 sources are presented here:

EarthExplorer Fig. 1: EarthExplorer viewer with search panel.

 Copernicus Open Access Hub Fig. 2: Copernicus Open Access Hub viewer with search panel.

EarthEngine Fig. 3: EarthEngine viewer with script panel.

Copernicus API Hub Earth Engine EarthExplorer API
Conclusion Practical access through API; only Sentinel data sets Huge archive of data sets, allows for direct online analysis, inconvenient download
OperatorESA – Copernicus Program (European Space Agency) Google USGS
Landsat / Sentinel Access only to all Sentinel missions data sets Both, in addition access to many other missions data sets like SRTM digital elevation, NASA's MODIS, unmanned aircraft system (UAS) data sets, many other derived data products (NASA's LandCover and ESA's GlobCover land cover data sets)Both, but only Sentinel-2 data and at Level-1. In addition you have access to many other missions data sets like SRTM digital elevation, NASA's MODIS, unmanned aircraft system (UAS) data sets, many other derived data products (e.g. NASA's LandCover data sets)
Available file types .jp2 (in a ZIP-compressed SAFE (Standard archive for Europe) archive)GeoTIFFGeoTIFF and ENVI
Bulk download YesYes, additional scripts requiredYes
Advantages Easy access and download options of Sentinel missions data thanks to multiple ways using the R package sen2R and the API or SNAP Very advanced cloud-based platform for access and analysis of earth observation (EO) data due to directly accessable Sentinel (and others) archive and extreme high processing power in Google data centers, huge community ensuring continous improvement
Disadvantages Only Sentinel missions data available Usage difficulties for people with limited programming skills and only few output options, mostly restricted by size or fees.
Integration in R sen2r (provides producing output in GeoTIFF or ENVI format
Reference and documentation
rgee (still in development, could have some bugs))
Reference and documentation
One could use e.g. the getSpatialData-package. It's still in developmental phase and could have some bugs. It accesses EarthExplorer and other platforms for download (e.g. Sentinel data from Copernicus API Hhub)
Website https://scihub.copernicus.eu/twiki/do/view/SciHubWebPortal/APIHubDescription https://earthengine.google.com/
Guides and tutorials