Skip to content

ivandorte/eo-notebooks-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 eo-notebook-apps

A collection of Python notebooks and applications related to Earth Observation (EO) sector.

License: CC BY-SA 4.0

Sentinel-2 notebooks

Python notebooks used to download/process/analyze Sentinel-2 imagery.

Link: s2-notebooks

Sentinel-2 explorer (DEMO)

A simple Panel dashboard exploring all available Sentinel-2 L1C data (2022, max cloud coverage <= 5%) for my small municipality. This dashboard was built to test the new features of the upcoming Panel release.

img

Data

Sentinel-2 L1C imagery acquired via sentinelhub-py on 2023-05-02. Copyright: This dashboard contains modified Copernicus Sentinel data (2022)/Sentinel Hub.

Band combinations & spectral indices

ToDo

  • Add an interactive plot that shows the spectral curve of the selected pixel.
  • Add an option to compare the spectral curve of the selected pixel with known spectral profiles (e.g vegetation, soil, water...)

Set up

To run this dashboard you will need to do the following steps:

  1. Git clone this repository:

git clone git@github.com:ivandorte/eo-notebooks-apps.git

cd eo-notebooks-apps/s2-panel-app

  1. Install the required Python packages:

python -m pip install -r requirements.txt

  1. Run the app

panel serve app.py --show

The dashboard will be available in your web browser!!!

Link: s2-panel-app


References

Authors

  • Ivan D'Ortenzio

Twitter LinkedIn

About

A collection of Python notebooks and applications related to Earth Observation (EO) sector.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published