Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parulnith/Satellite-Imagery-Analysis-with-Python
Getting acquainted with the concept of satellite imagery data and how it can be analyzed to investigate real-world environmental and humanitarian challenges.
https://github.com/parulnith/Satellite-Imagery-Analysis-with-Python
Last synced: 3 months ago
JSON representation
Getting acquainted with the concept of satellite imagery data and how it can be analyzed to investigate real-world environmental and humanitarian challenges.
- Host: GitHub
- URL: https://github.com/parulnith/Satellite-Imagery-Analysis-with-Python
- Owner: parulnith
- Created: 2018-12-03T11:38:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T09:15:33.000Z (almost 6 years ago)
- Last Synced: 2024-06-05T19:24:06.083Z (5 months ago)
- Language: Jupyter Notebook
- Homepage: https://medium.com/analytics-vidhya/satellite-imagery-analysis-with-python-3f8ccf8a7c32
- Size: 1.9 MB
- Stars: 48
- Watchers: 8
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-earthobservation-code - Satellite imagery analysis with Python - Getting acquainted with the concept of satellite imagery data and how it can be analyzed to investigate real-world environmental and humanitarian challenges. `Python` `Jupyter Notebooks` [associated blog](https://medium.com/analytics-vidhya/satellite-imagery-analysis-with-python-3f8ccf8a7c32) (`Python` processing of optical imagery (non deep learning) / Case studies / Projects)
README
# Satellite Imagery Analysis with Python
Data is the new oil today but what if that data was actually being used to monitor the oil around the world?
Oil is an area which concerns many nations and has been at the center of the storm for quite a long time. It isn’t easy to monitor the oil inventory around the world since nobody has a clear idea about the amount of oil left on the planet.Orbital Insight, a Geospatial Big Data company, analyses vast amounts of photos of oil tanks with floating lids. When the level of oil goes down in these tanks, the lid also sinks, and the shadows cast by the sun on the inside of the tank also changes. By detecting patterns in how those shadows change, analysts can estimate how much oil is available in all the tanks it monitors. The company uses techniques like Computer vision and Deep learning to do the analysis which in turn helps to discover information that affects the global economy, like oil surpluses or shortages.
Objective
In this article, we shall study how we can examine the vegetation cover of a region with the help of satellite data. This article aims to familiarise the readers with the concept of satellite imagery data and how it can be analyzed to investigate real-world environmental and humanitarian challenges.# This is an excerpt from my Medium article with the same name. For the complete article, refer [here](https://medium.com/analytics-vidhya/satellite-imagery-analysis-with-python-3f8ccf8a7c32)