/catalog-on-the-fly

Plugin for Catalog

Primary LanguagePythonGNU General Public License v2.0GPL-2.0


Brazilian Institute of Environment and Renewable Natural Resources

Catalog on the fly Plugin QGIS

Automatically adds images that are in the catalog layer that intersect with the map area.

Author

Luiz Motta

Changelog

  • 2015-06-01 Correction for identify catalog from Postgres. Removed FID = 0 in getNameFieldsCatalog().getFirstFeature(), first FID for Postfgres is 1 and not 0
  • 2015-05-04: Create 'tmp' directory (case for Windows user) Refactoring the multiprocess (use of QThread)
  • 2015-04-11: Add thread for calculate images in group of catalog
  • 2015-03-29: Create plugin, refactory and rename 'addimage_by_extension.py' for 'catalogotf.py'
  • 2015-03-18: Initial with console for script 'addimage_by_extension.py'