Skip to content

Download and process satellite imagery in Python using Sentinel Hub API.

Notifications You must be signed in to change notification settings

vaneezam/sentinelhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Introduction

Sentinel Hub is a comprehensive platform for accessing and analyzing satellite imagery, particularly from the European Space Agency's Sentinel series. This platform offers a user-friendly interface and a versatile API for seamless retrieval of a diverse range of Earth observation data.
Official documentation of Sentinel Hub can be found here: Sentinel Hub Documentation

Content

The notebook contains code for acquiring time-series satellite data for custom datasets.
Supported functionalities include:

  • Evalscript
    • 12 band Sentinel 2 data
    • 3 band RGB
    • 1 band NDVI
    • 1 band DataMask
  • Data
    • acquire data for bounding boxes
      • bounding box to dimension
      • bounding box to resolution
    • acquire data for arbitrary polygons
      • parsing single polygon data
      • parsing multipolygon data
  • Preprocessing
    • renaming files with acquired timestamp
    • seperate the acquired tiff and json files
    • Remove cloudy or erroneous files

Current Sentinel hub version: 3.6.1.

About

Download and process satellite imagery in Python using Sentinel Hub API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published