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
- Host: GitHub
- URL: https://github.com/sentinel-hub/time-lapse
- Owner: sentinel-hub
- License: cc-by-sa-4.0
- Created: 2018-01-24T12:50:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T12:44:23.000Z (over 3 years ago)
- Last Synced: 2025-03-27T15:52:15.694Z (6 months ago)
- Topics: python, sentinel-2, time-lapse
- Language: Jupyter Notebook
- Size: 17.7 MB
- Stars: 55
- Watchers: 16
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
![]()
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.