Skip to content

All4Gis/EquirectangularViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 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 library Pillow is required, install the Pillow python package. Always from command prompt:

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.
  • 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]