Skip to content

Some python code to render data in PyQGIS sequentially

Notifications You must be signed in to change notification settings

iona5/qgis-dwd-renderer

Repository files navigation

qgis-dwd-renderer

This collection of files was created to provide a general way to convert time series data, specifically data from the DWD into map sequences via the API of the GIS application Quantum GIS 2.18.

In general there are two steps involved:

  • First downloading the data files from DWD and converting into SQLite databases (DwdData.py).
  • Then creating the image sequences through the QGIS API (QgisDwd.py).

Please note that you need to have the correct environment when executing QgisDwd.py. Under Windows open a cmd process, execute c:<PATH_TO_QGIS>\bin\o4w_env.bat and use the QGIS supplied python.exe (c:<PATH_TO_QGIS>\bin\python.exe)

About

Some python code to render data in PyQGIS sequentially

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages