- 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.
- 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.