GithubHelp home page GithubHelp logo

geodrinx / gearthview Goto Github PK

View Code? Open in Web Editor NEW
12.0 5.0 7.0 12.7 MB

GEarthView plugin for QGis

License: GNU General Public License v3.0

Python 98.59% Makefile 0.04% Shell 0.01% QML 0.49% Batchfile 0.04% C 0.62% HTML 0.05% Smarty 0.01% GAP 0.14% C++ 0.01%

gearthview's Introduction

DONATIONS:

https://paypal.me/pools/c/83roK7pmAK


--------------------------
GEarthView 3.0.5b version :
--------------------------

GEarthView is a plugin that publishes QGIS view into GoogleEarth globe, with
vector elements with alfanumeric info. 


News:   

1)  PasteFromGE now permits to digitize in 3D from Google Earth PRO measure.

2)  Publishes the Extrusion of buildings, using height field.

3)  The published polygons and extrusions are hilited when mouse is inside them.


How to install GEarthView :

1) Download  https://github.com/geodrinx/gearthview/archive/master.zip

2) Unzip it

3) Copy all the contents of   gearthview-master\  folder  into  your  
.qgis2\python\plugins\gearthview\     folder

4)  It's all  :)    Start QGIS and activate GEarthView into plugins panel.


The following is a Video Tutorial on GEarthView3 Digitizing:
Part 1  https://www.youtube.com/watch?v=BNg3fEFYSnQ
Part 2  https://www.youtube.com/watch?v=GXFHy7VBQZc
Part 3  https://www.youtube.com/watch?v=xketyq9aHAA
Part 4  https://www.youtube.com/watch?v=2b0I9seQS6E
Part 5  https://youtu.be/Yx-vM7mg_mY
Part 6  https://youtu.be/giWUjfNriHU
Part 7  https://youtu.be/4HvbZUfXKt4
Part 8  https://youtu.be/cO4IblyaGhk
Part 9  https://youtu.be/Xt-k_xNZPWY  






gearthview's People

Contributors

geodrinx avatar rgisset avatar

Stargazers

 avatar Anthony avatar  avatar Arthur Endlein avatar Liao Spacefan avatar yuqiang avatar  avatar Erdong avatar Matthew F Reyes avatar Suryakant avatar  avatar  avatar

Watchers

Suryakant avatar  avatar gisinnova/geodrinx avatar  avatar  avatar

gearthview's Issues

No module named zope.interface

During installation an error loading plugin message appears "The plugin is broken. Python said: No module named zope.interface"

QGIS Version 2.6.1

GE View problem

When I try to open GE view on QGIS (latest version) A powerpoint slide opens up. I have unistalled and reinstalled everything but it keeps happening,

Any Ideas?

Thanks

Gearthview is not working installed on server

Gearthview is installed on server.

The searchPathForPlugins variable is defined in QGIS2.ini.

When I'm trying to run ge, I get an error :

IOError: [Errno 2] No such file or directory: u'C:/Users/x.x/.qgis2/python/plugins/gearthview/temp/doc.kml'

I have no python/plugins/ folder.

Instalation of twisted package don't work for 64-bits QGIS

Hi,
The installation of the zope (through easy_install) is OK for the 4 following tests.

i've do the following tests for package twisted:
QGIS 2.10.1 Pisa (Windows 7, 64bits - Standalone): error: Setup script exited with error: Unable to find vcvarsall.bat
QGIS 2.10.1 Pisa (Windows 7, 64bits - OSGeo4W): error: Setup script exited with error: Unable to find vcvarsall.bat

QGIS 2.10.1 Pisa (Windows 7, 32bits - OSGeo4W): OK

QGIS 2.10.1 Pisa (Linux Mint Rebecca, 64bits): OK

Licences wrong

Licences added for Zope, probably also for the other embedded lib, are not coherent with the upstream licence. Please check that this is allowed by original license.

Couldn't load plugin gearthview-master due to an error when calling its classFactory() method

Hello geodrinx,

Thank you for gearthview. I used it in the past and it is great. Thank you for updating it to work in newer versions of QGIS without having to find other components that were difficult or impossible to find.

Trying to install and use it with QGIS ver. 2.8.5-Wien I get the Python error below upon trying to activate it.

(As an FYI, when I first tried to install gearthview in my current version of QGIS I received an incorrect syntax error. Looking for an answer I found that the problem was the hyphen in the name of the file, gearthview-master (found a comment that Python does not like hyphens hence the syntax error). I changed the hyphen to an underscore and that error resolved. However, I then learned I had gearthview installed in the wrong directory (in the directory for core plugins rather than for third party plugins). After installing in the correct directory and getting the error below, I renamed the file to replace the underscore back to a hyphen to see if that might help. For some reason I now do not get the syntax error, but instead I continue to get the error below.)

If it matters, my operating system is Windows 8.1, ver. 6.3. Thank you again for gearthview, and I hope this is a simple fix. Here is the error in the QGIS Plugin Manager Python error dialog:

Couldn't load plugin gearthview-master due to an error when calling its classFactory() method

Traceback (most recent call last):
File "C:/PROGRA1/QGISWI1.5/apps/qgis-ltr/./python\qgis\utils.py", line 219, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/username/.qgis2/python/plugins\gearthview-master__init__.py", line 58, in classFactory
from gearthview import gearthview
File "C:/PROGRA1/QGISWI1.5/apps/qgis-ltr/./python\qgis\utils.py", line 478, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/username/.qgis2/python/plugins\gearthview-master\gearthview.py", line 71, in
import qtreactor.qt4reactor as qt4reactor
AttributeError: 'module' object has no attribute 'qt4reactor'

Python version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]

QGIS version:
2.8.5-Wien Wien, 2b32796

Python path: ['C:/Users/username/.qgis2/python/plugins\processing', 'C:/PROGRA1/QGISWI1.5/apps/qgis-ltr/./python', u'C:/Users/username/.qgis2/python', u'C:/Users/username/.qgis2/python/plugins', 'C:/PROGRA1/QGISWI1.5/apps/qgis-ltr/./python/plugins', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\matplotlib-1.3.1-py2.7-win-amd64.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\nose-1.3.3-py2.7.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\tornado-4.0.1-py2.7-win-amd64.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\backports.ssl_match_hostname-3.4.0.2-py2.7.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\certifi-14.05.14-py2.7.egg', 'C:\PROGRA1\QGISWI1.5\bin\python27.zip', 'C:\PROGRA1\QGISWI1.5\apps\Python27\DLLs', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\plat-win', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\lib-tk', 'C:\PROGRA1\QGISWI1.5\bin', 'C:\PROGRA1\QGISWI1.5\apps\Python27', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\PIL', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\jinja2-2.7.2-py2.7.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\markupsafe-0.23-py2.7-win-amd64.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\pytz-2012j-py2.7.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\win32', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\win32\lib', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\Pythonwin', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\Shapely-1.2.18-py2.7-win-amd64.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\six-1.3.0-py2.7.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\wx-2.8-msw-unicode', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\xlrd-0.9.2-py2.7.egg', 'C:\PROGRA1\QGISWI1.5\apps\Python27\lib\site-packages\xlwt-0.7.5-py2.7.egg', u'C:/Users/username/.qgis2//python', 'C:\Users\username.qgis2\python\plugins\gearthview-master\ext-libs', 'C:\Users\username.qgis2\python\plugins\mmqgis/forms', 'C:\PROGRA1\QGISWI1.5\apps\qgis-ltr\python\plugins\fTools\tools']

Reactor already installed

I've installed and used this plugin with previous versions of QGIS. After updating to QGIS 2.8.1. I get the following error:

"This plugin is broken 'module' object has no attribute 'ReactorAlreadyInstalledError'"

Any help would be greatly appreciated.

Thanks

Plans for QGIS 3.2.X?

Hello,

I wanted to open an issue asking what the status/plan for the plugin is now that the full 3.2.0 release is out.
I am not sure how much change is needed to accommodate the new major version. I would be willing to help, although I have limited Qt experience.

License missing?

The license of the plugin seems to be missing.
A couple of external libs have been included, and their license seems missing too.

incorrect projection in google earth

Hi,
I have a fresh install of macos sierra 10.12.6 and upon using the plugin see an issue transferring the data from qgis to gearth. Unless I am using epsg:4326 as the project crs in qgis, the image is shifted from its true location when viewed in gearth. I don't remember this happening on my old installation (although it's been a few months since I've used the plugin). Oddly, I see a shift also when I set the project crs to epsg:3857 which i understand is the google earth projection.

macos siserra 10.12.6
qgis 2.18.7 installed with brew cask install qgis (so from kyngchaos.com using system python)
(latest) Google Earth Pro | 7.3.0.3832 (64-bit) -- | -- Build Date | 8/18/2017

installation instructions?

could someone provide instructions for installing this plugin since the repo version is outdated?
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.