Advanced remote sensing

This web page contains the material used in the remote sensing component of the ANU course “Advanced remote sensing and GIS” (ENVS3019/ENVS6319). Each of the topics are covered by short videos and some reading material. I have posted it here for anyone who is interested in the material. ANU students can also access this through the course web site on Wattle (registered access).

TIPS:

  • ANU students can also access this through the course web site on Wattle (registered access).
  • Want to download all video slides, reading and/or tutorial materials in one step? You can, via this link.

Course content


Topic 1: Introduction to Remote Sensing

Short videos

Reading Material

Web sites and Resources


Topic 2: Optical Remote Sensing

Short videos

Reading Material

Web sites and Resources


Topic 3: Other Remote Sensing Methods

Short videos

Reading Material

Web sites and Resources


Topic 4: Interpreting remote sensing data

Short videos

Reading Material

Websites and Resources


Topic 5: Vegetation remote sensing

Short videos

Reading Material

Websites and Resources


Topic 6: Atmosphere and water remote sensing

Short videos

Reading Material

Websites and Resources

  • EarthWindMap – an amazing visualisation of reanalysis weather data (nullschool)

Tutorials 

The tutorials are available for (1) Matlab or (2) Python Jupyter.

(1) MatLab is commercial software for technical computing. It offers a stable, visual and interactive analysis environment and has well-developed documentation of its functions. It is recommended you choose these tutorials if you have had no previous experience with programming or if you prefer to program in a more interactive environment.  You can download all Matlab tutorials here. There are also some introductory videos:

(2) Python is an open-source, general-purpose programming language which is increasingly popular for scientific data analysis.  As well as in science, Python is widely used in areas from web development, to desktop utilities, to cloud- or super- computing. If you have never worked with Python you will need to invest some additional time and effort into mastering the basics. If you have never programmed in any language you may find the learning curve too steep. You can find all the workshop materials, a free textbook and practice exercises, along with instructions on how to install Python at home in our Github repository.  They have been produced as so-called Jupyter notebooks. Here is a nice introduction on youtube on how to run and write notebooks.

Getting started with Python tutorials

Step 1: Download tutorials and data as zip from github (https://github.com/ANU-WALD/remote-sensing-workshops )

Step 2: Unzip into your desired directory, e.g., E://my_directory. (You can use the 7zip app to unzip, for example)

Step 3. Find “Anaconda” in your apps & choose “Anaconda prompt” (This assumes you are using an ANU computer lab PC, which all have Anaconda installed. If you use your own PC we can provide instructions on how to install Anacxonda yourself)

Step 4. After the >> prompt type (replace E: and my_directory below with the actual ones)

>> E:    

>> cd my_directory

>> jupyter notebook

Step 5. A browser should open with a file explorer. Double click the first tutorial.

Step 6.  Start using the notebook.


Data download links

NOTE: some of these data use FTP, other use THREDDS (What is THREDDS?)