An open API service indexing awesome lists of open source software.

https://github.com/sentinel-hub/time-lapse

Python scripts for creating time lapse videos and gifs from Sentinel-2 images
https://github.com/sentinel-hub/time-lapse

python sentinel-2 time-lapse

Last synced: about 12 hours ago
JSON representation

Python scripts for creating time lapse videos and gifs from Sentinel-2 images

Awesome Lists containing this project

README

          

# Sentinel-2 time-lapse

The **SentinelHubTimelapse** class allows automatic creation of
time-lapses using our [sentinelhub](https://github.com/sentinel-hub/sentinelhub-py) and
[s2cloudless](https://github.com/sentinel-hub/sentinel2-cloud-detector) python packages.

The class allows creation of GIF and AVI videos, given a bounding box and
a time interval. Sentinel-Hub's cloud detection classifier is used to
filter cloudy images out of the time-lapse.

## Requirements

The package requires the following Python packages: (versions listed are
the versions that we have used):

* [sentinelhub](https://pypi.python.org/pypi/sentinelhub) version `2.3.0`
* [s2cloudless](https://pypi.python.org/pypi/s2cloudless) version `1.1.0`
* [opencv-python](https://pypi.python.org/pypi/opencv-python) version `3.4.0.14`
* [numpy](https://pypi.python.org/pypi/numpy) version `1.13.3`
* [scipy](https://pypi.python.org/pypi/scipy) version `0.19.0`
* [matplotlib](https://matplotlib.org) version `2.1.0`
* [Pillow](https://pypi.python.org/pypi/Pillow) version `5.0.0`
* [imageio](https://pypi.python.org/pypi/imageio) version `2.2.0`

## Examples

Examples of how to automatically create time-lapses are provided in
the [SentinelHubTimelapseExamples](./SentinelHubTimelapseExamples.ipynb)
Jupyter notebook.

## License


Creative Commons License



This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.