[GRASS-SVN] r33944 - grass/trunk/imagery/i.ortho.photo
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 20 22:35:41 EDT 2008
Author: hamish
Date: 2008-10-20 22:35:40 -0400 (Mon, 20 Oct 2008)
New Revision: 33944
Removed:
grass/trunk/imagery/i.ortho.photo/BUGS
grass/trunk/imagery/i.ortho.photo/libes/
grass/trunk/imagery/i.ortho.photo/menu/
grass/trunk/imagery/i.ortho.photo/photo.2image/
grass/trunk/imagery/i.ortho.photo/photo.2target/
grass/trunk/imagery/i.ortho.photo/photo.camera/
grass/trunk/imagery/i.ortho.photo/photo.elev/
grass/trunk/imagery/i.ortho.photo/photo.init/
grass/trunk/imagery/i.ortho.photo/photo.rectify/
grass/trunk/imagery/i.ortho.photo/photo.target/
Modified:
grass/trunk/imagery/i.ortho.photo/README
Log:
remove code based on Vask_lib+Xmons; porting will happen in develbranch6 then when operational be merged back into grass7 SVN
Deleted: grass/trunk/imagery/i.ortho.photo/BUGS
===================================================================
--- grass/trunk/imagery/i.ortho.photo/BUGS 2008-10-21 02:27:23 UTC (rev 33943)
+++ grass/trunk/imagery/i.ortho.photo/BUGS 2008-10-21 02:35:40 UTC (rev 33944)
@@ -1,32 +0,0 @@
-Known BUGS
-$Date: 2004-11-09 12:57:26 $
-
-- menu 6: photo.init
- it's unclear at time if these values are used in case the user
- selects 0
- Use these values at run time? (1=yes, 0=no) 0_
-
- -> should be explained in manual
-
-- menu 7: photo.2target
- after selecting (click) the second control point in the right
- window, this GCP isn't shown, should be drawn in orange color
- before asking for confirmation.
-
-- problem in alpine regions with steep slope (or poor DEM):
-
- NOTES: the size of target window is defined in photo.rectify/global.h
- #define TIE_ROW_DIST 128
- #define TIE_COL_DIST 128
- #define NROWS 128
- #define NCOLS 128
- -> 128 is too large for alpine regions! MN 2003
- 32 works better, but slows down the processing. A dynamic selection
- based on local slope were best.
-
----------------------
-TODOs
-
-- menu 8: photo.rectify
- should work without (7) photo.2target if (6) photo.init is used.
- (see ERDAS)
Modified: grass/trunk/imagery/i.ortho.photo/README
===================================================================
--- grass/trunk/imagery/i.ortho.photo/README 2008-10-21 02:27:23 UTC (rev 33943)
+++ grass/trunk/imagery/i.ortho.photo/README 2008-10-21 02:35:40 UTC (rev 33944)
@@ -1,7 +1,16 @@
+STATUS:
+ The i.ortho.photo suite of modules has been temporarily removed
+ from GRASS 7 as they are heavily dependent on the text-based
+ Vask libary and interactive XDRIVER monitors, both of which
+ have been removed. As the modules are rewritten to run in non-
+ interactive mode or with a wxPython frontend, they will be
+ added back into GRASS 7. This work will be undertaken in the
+ develbranch6 SVN.
+
AUTHORS:
-The orthophoto rectification programs went out under alpha in 4.0.
-It has since had bug fixes performed by OGI (Shapiro?) and also by
-the original programmer - Mike Baba of DBA Systems, Fairfax, VA.
+ The orthophoto rectification programs went out under alpha in 4.0.
+ It has since had bug fixes performed by OGI (Shapiro?) and also by
+ the original programmer - Mike Baba of DBA Systems, Fairfax, VA.
COPYRIGHT: (C) 1999 by the GRASS Development Team
More information about the grass-commit
mailing list