[GRASS-SVN] r62556 - in grass/branches/releasebranch_7_0: . doc gui/wxpython/gcp imagery imagery/i.group imagery/i.ortho.photo/lib imagery/i.rectify imagery/i.target lib/imagery misc/m.transform scripts/g.extension tools vector/v.rectify vector/v.transform
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 2 12:55:12 PST 2014
Author: neteler
Date: 2014-11-02 12:55:12 -0800 (Sun, 02 Nov 2014)
New Revision: 62556
Removed:
grass/branches/releasebranch_7_0/imagery/i.points/
grass/branches/releasebranch_7_0/imagery/i.vpoints/
Modified:
grass/branches/releasebranch_7_0/
grass/branches/releasebranch_7_0/TODO
grass/branches/releasebranch_7_0/doc/projectionintro.html
grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.html
grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.py
grass/branches/releasebranch_7_0/imagery/i.group/i.group.html
grass/branches/releasebranch_7_0/imagery/i.ortho.photo/lib/TODO
grass/branches/releasebranch_7_0/imagery/i.rectify/main.c
grass/branches/releasebranch_7_0/imagery/i.target/i.target.html
grass/branches/releasebranch_7_0/imagery/imageryintro.html
grass/branches/releasebranch_7_0/lib/imagery/group.c
grass/branches/releasebranch_7_0/lib/imagery/imagerylib.dox
grass/branches/releasebranch_7_0/lib/imagery/target.c
grass/branches/releasebranch_7_0/misc/m.transform/m.transform.html
grass/branches/releasebranch_7_0/scripts/g.extension/g.extension.html
grass/branches/releasebranch_7_0/tools/dep_tree2sql.sh
grass/branches/releasebranch_7_0/vector/v.rectify/main.c
grass/branches/releasebranch_7_0/vector/v.rectify/v.rectify.html
grass/branches/releasebranch_7_0/vector/v.transform/v.transform.html
Log:
unused i.points + i.vpoints removed: replaced by g.gui.gcp (trunk, r62555)
Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
- /grass/trunk:62179-62180,62182,62403,62466,62487,62491,62494,62506,62508-62509,62515,62519,62521,62526,62533,62539,62541
+ /grass/trunk:62179-62180,62182,62403,62466,62487,62491,62494,62506,62508-62509,62515,62519,62521,62526,62533,62539,62541,62555
Modified: grass/branches/releasebranch_7_0/TODO
===================================================================
--- grass/branches/releasebranch_7_0/TODO 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/TODO 2014-11-02 20:55:12 UTC (rev 62556)
@@ -26,8 +26,9 @@
- lib/image3/: never finished improvement which integrated the standard lib and
the ortho lib. Seems to provide also ortho rectification for
satellite data (i.points3, i.rectify3)
+- See
+ http://grasswiki.osgeo.org/wiki/Image_processing#Ideas_collection_for_improving_GRASS.27_Image_processing_capabilities
- image modules:
- - merge of i.points, i.vpoints, i.points3
- merge of i.rectify and i.rectify3
- addition of new resampling algorithms such as bilinear, cubic convolution
(take from r.proj?)
@@ -35,3 +36,8 @@
- implement/finish linewise ortho-rectification of satellite data
- Add support for > 8bit colors (only 0-255 supported currently)
+-----------------
+See also
+
+http://trac.osgeo.org/grass/wiki/Grass7Planning
+
Modified: grass/branches/releasebranch_7_0/doc/projectionintro.html
===================================================================
--- grass/branches/releasebranch_7_0/doc/projectionintro.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/doc/projectionintro.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -23,7 +23,7 @@
The unreferenced map is geocoded within the XY location by defining
four corner points or by seeking several ground control points
(<a href="i.group.html">i.group</a>, <a href="i.target.html">i.target</a>,
- <a href="i.points.html">i.points</a>) and then transformed into the
+ <a href="g.gui.gcp.html">g.gui.gcp</a>) and then transformed into the
target location (<a href="i.rectify.html">i.rectify</a>). Polynomial
transformation of 1st, 2nd and 3rd order are supported.
<p>
Modified: grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -299,8 +299,9 @@
<p>
<em>
- <a href="i.rectify.html">i.rectify</a>,
- <a href="m.transform.html">m.transform</a>
+<a href="i.rectify.html">i.rectify</a>,
+<a href="m.transform.html">m.transform</a>,
+<a href="v.rectify.html">v.rectify</a>
</em>
<p>
Modified: grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.py 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.py 2014-11-02 20:55:12 UTC (rev 62556)
@@ -24,6 +24,7 @@
#% keywords: general
#% keywords: GUI
#% keywords: georectification
+#% keywords: GCP
#%end
"""
Modified: grass/branches/releasebranch_7_0/imagery/i.group/i.group.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.group/i.group.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/imagery/i.group/i.group.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -5,7 +5,7 @@
enables the user to run analyses on any combination of the raster map layers
in a group. The user creates the groups and subgroups and selects the
raster map layers that are to reside in them. Imagery analysis programs like
-<em><a href="i.points.html">i.points</a></em>,
+<em><a href="g.gui.gcp.html">g.gui.gcp</a></em>,
<em><a href="i.rectify.html">i.rectify</a></em>,
<em><a href="i.ortho.photo.html">i.ortho.photo</a></em> and
others ask the user for the name of an imagery group whose data are to be
@@ -30,9 +30,9 @@
Processing manual</a></em>
<p><em>
+<a href="g.gui.gcp.html">g.gui.gcp</a>,
<a href="i.cluster.html">i.cluster</a>,
<a href="i.maxlik.html">i.maxlik</a>,
-<a href="i.points.html">i.points</a>,
<a href="i.rectify.html">i.rectify</a>,
<a href="i.ortho.photo.html">i.ortho.photo</a>
</em>
Modified: grass/branches/releasebranch_7_0/imagery/i.ortho.photo/lib/TODO
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.ortho.photo/lib/TODO 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/imagery/i.ortho.photo/lib/TODO 2014-11-02 20:55:12 UTC (rev 62556)
@@ -6,6 +6,7 @@
>From grass64/TODO:
+- merge of image libraries:
A)
- lib/imagery/: standard lib, in use (i.* except for i.points3, i.rectify3)
- imagery/i.ortho.photo/libes/: standard lib, in use (i.ortho.photo, photo.*)
@@ -16,3 +17,17 @@
Possibly a lot is already done in lib/image3/ ?
+- See
+ http://grasswiki.osgeo.org/wiki/Image_processing#Ideas_collection_for_improving_GRASS.27_Image_processing_capabilities
+- image modules:
+ - merge of i.rectify and i.rectify3
+ - addition of new resampling algorithms such as bilinear, cubic convolution
+ (take from r.proj?)
+ - add other warping methods (maybe thin splines from GDAL?)
+ - implement/finish linewise ortho-rectification of satellite data
+ - Add support for > 8bit colors (only 0-255 supported currently)
+
+-----------------
+See also
+
+http://trac.osgeo.org/grass/wiki/Grass7Planning
Modified: grass/branches/releasebranch_7_0/imagery/i.rectify/main.c
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.rectify/main.c 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/imagery/i.rectify/main.c 2014-11-02 20:55:12 UTC (rev 62556)
@@ -14,7 +14,7 @@
* Markus Metz
* PURPOSE: calculate a transformation matrix and then convert x,y cell
* coordinates to standard map coordinates for each pixel in the
- * image (control points can come from i.points or i.vpoints)
+ * image (control points can come from g.gui.gcp)
* COPYRIGHT: (C) 2002-2011 by the GRASS Development Team
*
* This program is free software under the GNU General Public
Modified: grass/branches/releasebranch_7_0/imagery/i.target/i.target.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.target/i.target.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/imagery/i.target/i.target.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -9,7 +9,7 @@
<em>i.target</em> enables the user to specify this location.
<em>i.target</em> must be run before
-<em><a href="i.points.html">i.points</a></em> and
+<em><a href="g.gui.gcp.html">g.gui.gcp</a></em> and
<em><a href="i.rectify.html">i.rectify</a></em>.
<h2>NOTES</h2>
@@ -29,15 +29,19 @@
The GRASS 4 <em>
<a href="http://grass.osgeo.org/gdp/imagery/grass4_image_processing.pdf">Image Processing manual</a></em>
-<p><em>
+<p>
+<em>
+<a href="g.gui.gcp.html">g.gui.gcp</a>,
<a href="i.group.html">i.group</a>,
-<a href="i.points.html">i.points</a>,
-<a href="i.vpoints.html">i.vpoints</a>,
<a href="i.rectify.html">i.rectify</a>
-</em><br>
-<em><a href="wxGUI.gcp.html">Manage Ground Control Points</a></em>
+</em>
+<br>
+<em>
+<a href="wxGUI.gcp.html">Manage Ground Control Points</a>
+</em>
+
<h2>AUTHOR</h2>
Michael Shapiro,
Modified: grass/branches/releasebranch_7_0/imagery/imageryintro.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/imageryintro.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/imagery/imageryintro.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -95,11 +95,11 @@
<ul>
<li>unreferenced scanned maps by defining four corner points
(<a href="i.group.html">i.group</a>, <a href="i.target.html">i.target</a>,
- <a href="i.points.html">i.points</a>, <a href="i.rectify.html">i.rectify</a>)</li>
+ <a href="g.gui.gcp.html">g.gui.gcp</a>, <a href="i.rectify.html">i.rectify</a>)</li>
<li>unreferenced satellite data from optical and Radar sensors by
defining a certain number of ground control points
(<a href="i.group.html">i.group</a>, <a href="i.target.html">i.target</a>,
- <a href="i.points.html">i.points</a>, <a href="i.rectify.html">i.rectify</a>)</li>
+ <a href="g.gui.gcp.html">g.gui.gcp</a>, <a href="i.rectify.html">i.rectify</a>)</li>
<li>interactive graphical <a href="wxGUI.gcp.html">Ground Control Point (GCP) manager</a></li>
<!--
<li>orthophoto generation based on DEM: <a href="i.ortho.photo.html">i.ortho.photo</a></li>
Modified: grass/branches/releasebranch_7_0/lib/imagery/group.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/imagery/group.c 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/lib/imagery/group.c 2014-11-02 20:55:12 UTC (rev 62556)
@@ -386,7 +386,7 @@
for (n = 0; n < src.nfiles; n++)
I_transfer_group_ref_file (&src, n, &dst);
\endcode
- * This routine is used by <i>i.points</i> to create the REF file for a
+ * This routine is used by <i>g.gui.gcp</i> to create the REF file for a
* subgroup.
*
* \param src
Modified: grass/branches/releasebranch_7_0/lib/imagery/imagerylib.dox
===================================================================
--- grass/branches/releasebranch_7_0/lib/imagery/imagerylib.dox 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/lib/imagery/imagerylib.dox 2014-11-02 20:55:12 UTC (rev 62556)
@@ -210,7 +210,7 @@
\endverbatim
<P>
-This routine is used by <I>i.points</I> to create the REF file for a
+This routine is used by <I>g.gui.gcp</I> to create the REF file for a
subgroup.
<P>
@@ -229,7 +229,7 @@
Reads the target <B>location</B> and <B>mapset</B> from the TARGET
file for the specified group. Returns 1 if successful; 0 otherwise
(and prints a diagnostic error). This routine is used by
-<I>i.points</I> and <I>i.rectify</I> and probably should not be used
+<I>g.gui.gcp</I> and <I>i.rectify</I> and probably should not be used
by other programs.
<P>
@@ -256,7 +256,7 @@
<P>
The following routines read and write the POINTS file, which contains
the image registration control points. This file is created and
-updated by the module <I>i.points</I>,and read by <I>i.rectify.</I>
+updated by the module <I>g.gui.gcp</I>,and read by <I>i.rectify.</I>
<P>
These routines use the <I>Control_Points</I> structure, which is
Modified: grass/branches/releasebranch_7_0/lib/imagery/target.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/imagery/target.c 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/lib/imagery/target.c 2014-11-02 20:55:12 UTC (rev 62556)
@@ -9,7 +9,7 @@
* Reads the target <b>location</b> and <b>mapset</b>
* from the TARGET file for the specified group. Returns 1 if successful; 0
* otherwise (and prints a diagnostic error). This routine is used by
- * <i>i.points</i> and <i>i.rectify</i> and probably should not be used by
+ * <i>g.gui.gcp</i> and <i>i.rectify</i> and probably should not be used by
* other programs.
* <b>Note.</b> This routine does <b>not</b> validate the target information.
*
Modified: grass/branches/releasebranch_7_0/misc/m.transform/m.transform.html
===================================================================
--- grass/branches/releasebranch_7_0/misc/m.transform/m.transform.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/misc/m.transform/m.transform.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -51,7 +51,11 @@
<h2>SEE ALSO</h2>
-<em><a href="i.rectify.html">i.rectify</a></em>
+<em>
+<a href="i.rectify.html">i.rectify</a>,
+<a href="v.rectify.html">v.rectify</a>,
+<a href="v.transform.html">v.transform</a>
+</em>
<h2>AUTHORS</h2>
Modified: grass/branches/releasebranch_7_0/scripts/g.extension/g.extension.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/g.extension/g.extension.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/scripts/g.extension/g.extension.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -1,8 +1,8 @@
<h2>DESCRIPTION</h2>
<em>g.extension</em> downloads and installs, removes or updates
-extensions from <a href="http://svn.osgeo.org/grass/grass-addons/grass7/">GRASS Addons SVN repository</a> into the local GRASS
-installation.
+extensions from
+<a href="http://svn.osgeo.org/grass/grass-addons/grass7/">GRASS Addons SVN repository</a> into the local GRASS GIS installation.
<p>Re-running <em>g.extension</em> on an installed GRASS Addons
extension re-installs the requested extension which may include
@@ -12,16 +12,16 @@
<h2>EXAMPLES</h2>
-Download and install <em>i.points.auto</em> into current GRASS installation
+Download and install <em>r.stream.distance</em> into current GRASS installation
<div class="code"><pre>
-g.extension extension=i.points.auto
+g.extension extension=r.stream.distance
</pre></div>
Remove locally installed extension
<div class="code"><pre>
-g.extension extension=i.points.auto operation=remove
+g.extension extension=r.stream.distance operation=remove
</pre></div>
List all available extensions from GRASS Addons SVN repository
@@ -39,16 +39,16 @@
<h2>SEE ALSO</h2>
<em>
- <a href="g.extension.all.html">g.extension.all</a>
+<a href="g.extension.all.html">g.extension.all</a>
</em>
<p>
See also <a href="http://grasswiki.osgeo.org/wiki/GRASS_AddOns">GRASS Addons</a> wiki page.
-<h2>AUTHOR</h2>
+<h2>AUTHORS</h2>
-Markus Neteler<br>
-Martin Landa, Czech Technical University in Prague, Czech Republic
+Markus Neteler (original shell script)<br>
+Martin Landa, Czech Technical University in Prague, Czech Republic (Python rewrite)
<p>
<i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_7_0/tools/dep_tree2sql.sh
===================================================================
--- grass/branches/releasebranch_7_0/tools/dep_tree2sql.sh 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/tools/dep_tree2sql.sh 2014-11-02 20:55:12 UTC (rev 62556)
@@ -44,9 +44,7 @@
# imagery/i.ortho.photo/photo.elev/OBJ.i686-pc-linux-gnu/main.o
# imagery/i.ortho.photo/photo.rectify/OBJ.i686-pc-linux-gnu/target.o
# imagery/i.ortho.photo/photo.target/OBJ.i686-pc-linux-gnu/main.o
-# imagery/i.points/OBJ.i686-pc-linux-gnu/target.o
# imagery/i.rectify/OBJ.i686-pc-linux-gnu/target.o
-# imagery/i.vpoints/OBJ.i686-pc-linux-gnu/target.o
#
# to discover which files import a given symbol, or more complex queries
# such as:
Modified: grass/branches/releasebranch_7_0/vector/v.rectify/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.rectify/main.c 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/vector/v.rectify/main.c 2014-11-02 20:55:12 UTC (rev 62556)
@@ -7,7 +7,7 @@
* PURPOSE: calculate a transformation matrix and then convert x,y(,z)
* coordinates to standard map coordinates for all objects in
* the vector
- * control points can come from i.points or i.vpoints or
+ * control points can come from g.gui.gcp or
* a user-given text file
* COPYRIGHT: (C) 2002-2011 by the GRASS Development Team
*
Modified: grass/branches/releasebranch_7_0/vector/v.rectify/v.rectify.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.rectify/v.rectify.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/vector/v.rectify/v.rectify.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -22,9 +22,7 @@
<p>
2D Ground Control Points can be identified in
-<em><a href="i.points.html">i.points</a></em>
-or
-<em><a href="i.vpoints.html">i.vpoints</a></em>
+<em><a href="g.gui.gcp.html">g.gui.gcp</a></em>.
<p>
3D Ground Control Points must be provided in a text file with the
<b>points</b> option. The 3D format is equivalent to the format for 2D
@@ -104,23 +102,26 @@
<a href="http://grass.osgeo.org/gdp/imagery/grass4_image_processing.pdf">Image
Processing manual</a></em>
-<p><em>
- <a href="v.transform.html">v.transform</a>,
- <a href="m.transform.html">m.transform</a>,
- <a href="i.rectify.html">i.rectify</a>,
- <a href="r.proj.html">r.proj</a>,
- <a href="v.proj.html">v.proj</a>,
- <a href="i.group.html">i.group</a>,
- <a href="i.points.html">i.points</a>,
- <a href="i.vpoints.html">i.vpoints</a>,
- <a href="i.target.html">i.target</a>
- <br>
- <a href="wxGUI.gcp.html">Manage Ground Control Points</a>
+<p>
+<em>
+<a href="g.gui.gcp.html">g.gui.gcp</a>,
+<a href="i.group.html">i.group</a>,
+<a href="i.rectify.html">i.rectify</a>,
+<a href="i.target.html">i.target</a>,
+<a href="m.transform.html">m.transform</a>,
+<a href="r.proj.html">r.proj</a>,
+<a href="v.proj.html">v.proj</a>,
+<a href="v.transform.html">v.transform</a>,
</em>
+<br>
+<em>
+<a href="wxGUI.gcp.html">Manage Ground Control Points</a>
+</em>
-<h2>AUTHORS</h2>
+<h2>AUTHOR</h2>
+
Markus Metz
<p>
Modified: grass/branches/releasebranch_7_0/vector/v.transform/v.transform.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.transform/v.transform.html 2014-11-02 20:52:19 UTC (rev 62555)
+++ grass/branches/releasebranch_7_0/vector/v.transform/v.transform.html 2014-11-02 20:55:12 UTC (rev 62556)
@@ -79,8 +79,8 @@
<em>
<a href="m.transform.html">m.transform</a>,
-<a href="v.rectify.html">v.rectify</a>,
-<a href="v.in.ogr.html">v.in.ogr</a>
+<a href="i.rectify.html">i.rectify</a>,
+<a href="v.rectify.html">v.rectify</a>
</em>
<h2>AUTHOR</h2>
More information about the grass-commit
mailing list