[GRASS-dev] [GRASS GIS] #1615: Regression - v.transform fails to create a 3D map, crashes on Windows

GRASS GIS trac at osgeo.org
Sun Aug 26 06:05:08 PDT 2012


#1615: Regression - v.transform fails to create a 3D map, crashes on Windows
-------------------------+--------------------------------------------------
 Reporter:  marisn       |       Owner:  grass-dev@…              
     Type:  defect       |      Status:  new                      
 Priority:  major        |   Milestone:  6.4.3                    
Component:  Vector       |     Version:  6.4.2                    
 Keywords:               |    Platform:  Unspecified              
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------

Comment(by hellik):

 Replying to [comment:10 mmetz]:
 >
 > Tested here on XP with the wingrass 6.4.svn standalone installer r52917,
 should be the same like yours, but it works. No crash, no coor mismatch,
 all 10 points have been transformed, and bottom and top make sense, i.e.
 are identical to min and max in the h column.
 >
 > Markus M

 now tested with the standalone WinGRASS-6.4.3svn-r52917-329-Setup.exe; no
 crash and no coor mismatch also here, but it seems no 3D output.

 {{{
 v.transform --verbose input=rm_a_map at user1 output=rm_a_map3d
 table=rm_a_map column="zshift:h"
 Erstelle Topologie für die Vektorkarte <rm_a_map3d>...
 Registriere Primitive...
 10 Primitive registriert
 10 Vertices registriert
 Erzeuge Flächen...
 0 Flächen angelegt
 0 Inseln angelegt
 Füge Inseln hinzu...
 Füge Zentroide hinzu...
 Die Topologie wurde erstellt.
 Anzahl der Knoten: 10
 Anzahl der Primitive: 10
 Anzahl der Punkte: 10
 Anzahl der Linien: 0
 Anzahl der Grenzen: 0
 Anzahl der Zentroide: 0
 Anzahl der Flächen: 0
 Anzahl der Inseln: 0

 Neue Vektorkarte <rm_a_map3d> Grenzkoordinaten:
 N: 228243.324    S: 216493.088
 O: 643187.201    W: 630043.489
 B:  0.000    T:  0.000
 v.transform komplett.
 }}}

 v.transform-input:

 {{{
 v.report map=rm_a_map at user1 option=coor
 Zeige Typ/Name der Spalten der Datenbank des Layers 1:
 cat|h|x|y|z
 1|64.41847|631050.141911069|219569.490646077|0
 2|21.555223|641187.170018616|228243.324076052|0
 3|60.863063|637342.295602283|220380.306405835|0
 4|38.547929|640841.090121159|216493.087557604|0
 5|60.655538|632119.96826075|217402.783288064|0
 6|37.482833|632219.306009094|227814.844203009|0
 7|48.179571|633124.790185247|220734.214300974|0
 8|90.920743|643187.200537126|218178.579058199|0
 9|54.017762|630043.488876003|220686.010315256|0
 10|98.339793|642816.400646992|222201.757866146|0
 }}}

 v.transform-output:

 {{{
 v.report map=rm_a_map3d at user1 option=coor
 Zeige Typ/Name der Spalten der Datenbank des Layers 1:
 cat|h|x|y|z
 1|64.41847|631050.141911069|219569.490646077|0
 2|21.555223|641187.170018616|228243.324076052|0
 3|60.863063|637342.295602283|220380.306405835|0
 4|38.547929|640841.090121159|216493.087557604|0
 5|60.655538|632119.96826075|217402.783288064|0
 6|37.482833|632219.306009094|227814.844203009|0
 7|48.179571|633124.790185247|220734.214300974|0
 8|90.920743|643187.200537126|218178.579058199|0
 9|54.017762|630043.488876003|220686.010315256|0
 10|98.339793|642816.400646992|222201.757866146|0
 }}}


 all my tests in this ticket on a win7-64bit-box.

 any idea why there are differences between osgeo4w-wingrass and
 standalone-wingrass on the same machine and obviously between different
 windows versions?

 Helmut

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1615#comment:11>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list