Cubesats and Satellite Imagery

Obtaining, Processing and Analyzing Satellite Imagery

By

First published on January 30, 2019


Learning Objectives

  • Identify sources of satellite images
  • Download and use several software packages to open, examine and process different types of images and remote sensing information.

Prerequisites

  • Knowledge of computers and patience.
  • Preferred: knowledge of how use a command line utility, especially for Linux/Unix.

Introduction

This workshop introduces several tools for examining, processing and analyzing satellite images. Having your own laptop will be beneficial, since you can download and install the applications and files during the workshop and help each other. Be warned that some of these files and applications are large. Having at least a few gigabytes of free disk space is a necessity.

Google Earth

Google Earth provides an easy way to get free satellite imagery, although what is freely available is quite limited in terms of time frequency and resolution.

  1. Go to the Google Earth website and download Google Earth.
  2. Open Google Earth.
  3. Click on the button to the right of the magnifying glass to see panels.
  4. Choose the Layers panel to see available satellite images and sources.
Window showing Earth with control icons at top of screen.

Credit: Google Earth

Satellite image of Mountain View area with satellite image choices shown as overlay.

Credit: Google Earth

ESA Sentinal

There are five ESA Sentinel missions, each of which concentrate on different capabilities.

    1. First sign up for a Copernicus account using Open Hub.
Open Hub button circled

Copernicus main page

  1. Let’s look at visible images (some infrared bands might be available)
  2. Install the Sentinel 2 – Toolbox
  3. Obtain an image through Copernicus.
  4. Load the image into the toolbox.
Image panel, product explorer panel with information and band choices, and Navigator panel shown.

Sentinel Toolbox 2

Plot of frequency of correlation between two bands.

Sentinel Toolbox 2 scatter plot example

HDF

  1. HDF stands for hierarchical data file. It is used for some remote sensing files.
  2. Install HDFview for hierarchical data files (.h4, .h5, etc.)
  3. Download this file: BUV-Nimbus04_L3zm_v01-00-2012m0203t144121.h5.txt
  4. Open up this file in HDFview.

Processing Images Using Python

You can process images by using the Python programming language. The Python Image Library (PIL) makes some analysis relatively easy. UPDATE: this workshop is will be moving towards the PILLOW package, since PIL is no longer supported.

  1. Make sure that you have a text editor on your computer. It should be able edit and save pure text. Applications such as MS Word are not very good at this. Applications such as Xcode or Textmate are suitable.
  2. Make sure you have a terminal application on your computer. It might be called Terminal or HyperTerminal. If not, install a terminal program for your computer.
  3. Make sure that you have Python 1.5.2 or newer installed on your computer. To check, open your terminal application and enter python –version
  4. If you need to get or upgrade Python, click here.
  5. Download, uncompress and move the file to your working directory: PIL_test.py
  6. Run that file in your terminal with the command python PIL_test.py
  7. If the file says that PIL or Image are missing, download the library from here. (PIL installation can be challenging. Use Google to find additional sources of help for your  operating system).
  8. PIL documentation can be found here.
  9. Download and unzip this file: Image_Processing_Example_01
  10. Run the file and practice changing the parameters. (See comments in file.)

Hyperspectral Images and Analysis

Hyperspectral allows you to determine the materials viewed with much greater precision than most other methods. The amount of hyperspectral imagery available (especially for free) is quite limited, but the quantities should greatly increase in the next few years due to new missions by Satellogic and Planetary Resources.

The best way to learn how to use hyperspectral images is to download the TNPmips GIS software and go through the hyperspectral tutorial on that site.

  • TNTmips is GIS software that has a hyperspectral analysis component. There is a free version.

Historical Analysis With Remote Sensing

Introduction

Pyramids, palaces, great walls, entire ancient cities, and even Milwaukee’s Mitchell Park botanical domes…some people prefer their objects of material culture to be colossal! Numerous macro-material objects of historical interest can be observed utilizing satellite imagery and remote sensing. Many large geographic features, such as river areas and mountains have not changed greatly over time. Much in history can be illustrated and analyzed using satellite images, especially if one delves deeper than a mere visual sweep.

Fortunately, there has recently been a copious avalanche of freely-available satellite imagery by the National Aeronautics Space Administration, European Space Agency, Google and other parties. There is also an abundance of free tools and techniques that can greatly enhance the ability to employ such imagery to characterize large historical objects. There is even additional remote sensing data that allows historians to peer beneath the Earth’s surface down into the secrets of covered ruins. The digital historian merely peers: no digging is required!

Satellite Images

  • The nature off of satellite images
  • Types and components of satellite images and remote sensing data
  • Specifications and limitations.

Sources

  • Sources of free satellite imagery from government sources (Landsat, Sentinel, EOSDIS) and private sources (Google, Planet).
  • Approaches to obtain proprietary imagery for free
  • NASA Earthdata
  • Earthdata Human Dimensions
  • Human Dimensions data
  • Earth Data visualization tool
  • Moderate Resolution Imaging Spectroradiometer (MODIS) site

Tools

Easy-to-use, high-level tools to use and manipulate satellite imagery:

Image Analysis

Advanced image analysis and manipulation tools will be briefly introduced, such as Python image libraries, SNAP, HDF and TNTmips.


| COURSE |


Content is copyright the author. Layout is copyright Corsbook. See Corsbook.com for further notices.