Giter Site home page Giter Site logo

lupalon / satellite-image-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edwardoughton/satellite-image-analysis

0.0 0.0 0.0 288.1 MB

An introduction to script-based satellite image processing using Python

License: MIT License

Python 0.01% Jupyter Notebook 99.99%

satellite-image-analysis's Introduction

A Gentle Introduction to Satellite Image Processing

Binder

Welcome to this introductory course on Satellite Image Analysis!

Satellite imagery has become a primary data source in the natural sciences, economics, archaeology, sustainability, national security & defence, and many other domains which utilize geospatial intelligence.

Indeed, the wide variety of imagery sources and the vast amounts of data being collected are now challenging our ability to manage, process, and derive useful insight from this information.

Motivated by this, the primary objective of the course is to provide a systematic introduction to computer-based processing of satellite imagery, focusing on techniques for enhancing, processing, and extracting spatial information from imagery.

This course emphasizes the practical application of computer-based image processing (for total beginners) using programming techniques capable of analyzing large quantities of imagery data.

The tools used focus on Python with affiliated packages such as Rasterio, GeoPandas, OpenCV, Matplotlib etc.

Learning Outcomes

1.	Understand practical computer programming techniques for processing satellite imagery.
2.	Develop introductory Python script-based approaches for object detection and extraction.
3.	Become proficient in using essential computer programming tools and software (Jupyter Notebooks, GitHub etc.).

Overview of Class Content

Syllabus

Getting Started

A common approach for scientific computing is to use Anaconda, which not only provides a package manager for Python, but also various virtual environment functions.

To install a conda environment capable of running the tutorials provided here, you can utilize the following code:

conda env create -f sia.yml

The sia.yml file represents an existing virtual environment with a variety of packages, necessary for these tutorials (e.g., geopandas, rasterio etc.).

Alternatively, another installation approach is by creating a new conda environment via the requirements.txt file, as follows:

conda create --name sia --file requirements.txt

Acknowledgements

Thank you to Planet Labs for providing a research gift to support the online materials for this course, particularly Tanya Harrison, Chris Beck and Austin Stone. Moreover, thank you to George Mason University for the support provided, as this repository is the codebase associated with the satellite image processing class GGS416.

Current Contributors

  • Edward Oughton (eoughton [at] gmu.edu)
  • Aiden Suganuma

Past Contributors

  • Mark Bossinger
  • Ulas Qazi

satellite-image-analysis's People

Contributors

edwardoughton avatar mbossing avatar bonface-osoro avatar bradleygay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.