CorentinLemaitre / EquirectangularViewer

Equirectangular viewer for your local images in Qgis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equirectangular local images viewer for Qgis

This plugin allows the visualization of equirectangular local images, it can be used for any 360 image, given that the library Marzipano is used.

Click on the image to see the demo video. Watch the video (Spanish)

Prerequisites

The libraries CefPython is required and Pillow, install the cefpython3 python package and Pillow. Always from command prompt:

python3 -m pip install cefpython3 python3 -m pip install pillow

Or using:

python3 -m pip install -r requirements.txt

Once installed, you can test the correct functioning of the plugin with the example that is provided,a shapefile with some images. Test Project

How it works?

It's simple:

  • You start a local server in Python in http://127.0.0.1:1520/viewer.html
  • A copy of the image associated to the selected registry is created in the folder where our viewer and server are.
  • With cefpython, we open the browser and return the current yaw to our canvas anytime the image is moved.

Donations

Want to buy me a beer (or gadget)? Please use Paypal button on the project page,Donate, or contact me directly.

paypal

If this plugin is useful for you, consider to donate to the author.

Thank you

Thank you to the individual contributors for this project:

[© All4gis 2017]

About

Equirectangular viewer for your local images in Qgis.


Languages

Language:Python 49.5%Language:JavaScript 46.7%Language:CSS 1.5%Language:HTML 1.3%Language:Batchfile 1.0%