Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 880 Bytes

File metadata and controls

12 lines (9 loc) · 880 Bytes

SatVision: Real-time Data Acquisition using Sentinel-Hub

  • Experiments, workflows, and tests to acquire a real-time feed of medium resolution satellite images from Sentinel-2 (ESA), Landsat-8 (NASA), and Resourcesat (ISRO) satellites.
  • Pluggable interface for use with web or native applications built with any framework.
  • Session management wrappers for token-based authentication with Sentinel-Hub.

High-level Steps for Use

  • Register an API user token with Sentinel-Hub.
  • Edit token_manager.py to set up the token and other credentials.
  • Define callables to render HTTP POST requests from the API endpoint (reference: landsat8_l2.py).
  • Make API requests with the help of OAuth session set up callables defined in token_manager.py.