Skip to content

Equirectangular viewer for your local images in Qgis.

Notifications You must be signed in to change notification settings

phborba/EquirectangularViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 49.5%
  • JavaScript 46.7%
  • CSS 1.5%
  • HTML 1.3%
  • Batchfile 1.0%