Skip to content

Quickly create timelapse videos with earth observation data by using web map services.

Notifications You must be signed in to change notification settings

fvivian/Sentinel_Timeseries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Sentinel Timeseries

These notebooks serve as tool for a quick development of Sentinel time lapses. They are not optimized for performance nor is the imagery visually enhanced.

Environment:

  • Windwos 10 (64-bit)
  • Python 3.6.3 (Anaconda)

Modules:

  • requests
  • json
  • PIL
  • pyproj

First, the timeseries data is downloaded and stored locally in order to provide easier data manipulation and video fiddling.

Second, the data is loaded into another jupyter notebook script. With a little bit of processing the video is created with openCV and saved locally.

In order to get your own Web Map Service (WMS) instance running (i.e. your own ID), you need to register on https://apps.sentinel-hub.com/configurator/#/ (click on login and then choose "don't have an account yet").

When starting the notebook via command line, add the following option:

jupyter notebook --NotebookApp.iopub_data_rate_limit=1e9

About

Quickly create timelapse videos with earth observation data by using web map services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published