[GRASS-SVN] r72094 - grass/branches/releasebranch_7_4/gui/wxpython/photo2image
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 16 12:57:43 PST 2018
Author: neteler
Date: 2018-01-16 12:57:43 -0800 (Tue, 16 Jan 2018)
New Revision: 72094
Modified:
grass/branches/releasebranch_7_4/gui/wxpython/photo2image/g.gui.photo2image.html
grass/branches/releasebranch_7_4/gui/wxpython/photo2image/g.gui.photo2image.py
grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_manager.py
grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_mapdisplay.py
grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_statusbar.py
grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_toolbars.py
Log:
photo2image: renamed old iphoto2image to photo2image (trunk, r72066)
Modified: grass/branches/releasebranch_7_4/gui/wxpython/photo2image/g.gui.photo2image.html
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/photo2image/g.gui.photo2image.html 2018-01-16 20:44:29 UTC (rev 72093)
+++ grass/branches/releasebranch_7_4/gui/wxpython/photo2image/g.gui.photo2image.html 2018-01-16 20:57:43 UTC (rev 72094)
@@ -24,16 +24,16 @@
An example for Location <b>imagery60</b>:
<div class="code"><pre>
-g.gui.iphoto2image group=aerial at PERMANENT raster=gs13.1 at PERMANENT camera=gscamera order=2 extension=try --o
+g.gui.photo2image group=aerial at PERMANENT raster=gs13.1 at PERMANENT camera=gscamera order=2 extension=try --o
</pre></div>
-<h3>Screenshot of g.gui.iphoto2image</h3>
+<h3>Screenshot of g.gui.photo2image</h3>
<div align="center" style="margin: 10px">
<a href="wxGUI_iphoto2image_frame.jpg">
-<img src="wxGUI_iphoto2image_frame.jpg" width="600" height="375" alt="Screenshot of g.gui.iphoto2image" border=0>
+<img src="wxGUI_iphoto2image_frame.jpg" width="600" height="375" alt="Screenshot of g.gui.photo2image" border=0>
</a><br>
-<i>Figure: Screenshot of g.gui.iphoto2image</i>
+<i>Figure: Screenshot of g.gui.photo2image</i>
</div>
<h2>For a detailed operation manual please read</h2>
Modified: grass/branches/releasebranch_7_4/gui/wxpython/photo2image/g.gui.photo2image.py
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/photo2image/g.gui.photo2image.py 2018-01-16 20:44:29 UTC (rev 72093)
+++ grass/branches/releasebranch_7_4/gui/wxpython/photo2image/g.gui.photo2image.py 2018-01-16 20:57:43 UTC (rev 72094)
@@ -82,7 +82,7 @@
from core.settings import UserSettings
from core.globalvar import CheckWxVersion
from core.giface import StandaloneGrassInterface
- from iphoto2image.ip2i_manager import GCPWizard
+ from photo2image.ip2i_manager import GCPWizard
driver = UserSettings.Get(group='display', key='driver', subkey='type')
if driver == 'png':
Modified: grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_manager.py
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_manager.py 2018-01-16 20:44:29 UTC (rev 72093)
+++ grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_manager.py 2018-01-16 20:57:43 UTC (rev 72094)
@@ -1,5 +1,5 @@
"""
- at package iphoto2image.ip2i_manager
+ at package photo2image.ip2i_manager
@brief Scanning distortion correction of a photo for GRASS GIS.
Includes ground control point management and interactive point
@@ -49,7 +49,7 @@
from gui_core.dialogs import GroupDialog
from core.gcmd import RunCommand, GMessage, GError, GWarning, EncodeString
from core.settings import UserSettings
-from iphoto2image.ip2i_mapdisplay import MapFrame
+from photo2image.ip2i_mapdisplay import MapFrame
from core.giface import Notification
from gui_core.wrap import SpinCtrl
Modified: grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_mapdisplay.py
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_mapdisplay.py 2018-01-16 20:44:29 UTC (rev 72093)
+++ grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_mapdisplay.py 2018-01-16 20:57:43 UTC (rev 72094)
@@ -1,5 +1,5 @@
"""
- at package iphoto2image.ip2i_mapdisplay
+ at package photo2image.ip2i_mapdisplay
@brief Display to manage ground control points with two toolbars, one
for various display management functions, one for manipulating GCPs.
Modified: grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_statusbar.py
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_statusbar.py 2018-01-16 20:44:29 UTC (rev 72093)
+++ grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_statusbar.py 2018-01-16 20:57:43 UTC (rev 72094)
@@ -1,5 +1,5 @@
"""
- at package iphoto2image.ip2i_statusbar
+ at package photo2image.ip2i_statusbar
@brief Classes for statusbar management in GCP Manager
Modified: grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_toolbars.py
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_toolbars.py 2018-01-16 20:44:29 UTC (rev 72093)
+++ grass/branches/releasebranch_7_4/gui/wxpython/photo2image/ip2i_toolbars.py 2018-01-16 20:57:43 UTC (rev 72094)
@@ -1,5 +1,5 @@
"""
- at package iphoto2image.ip2i_toolbars
+ at package photo2image.ip2i_toolbars
@brief Georectification module - toolbars
More information about the grass-commit
mailing list