[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 12:03:43 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:14 mmetz]:
>
> now restart Windows, first start all sorts of other apps, make them work
long and hard, now start GRASS with the commands above.
restart done, a lot of actions done (gdalwarp,gdaltranslate, ArcGIS-
reprojecting, GIMP, R, etc) and all this software still open.
{{{
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|23.679312|642811.822870571|221936.841944639|0
2|35.941649|639653.157139805|219384.09070101|0
3|97.265542|642408.978545488|218689.046906949|0
4|80.935087|637440.260017701|223433.225501267|0
5|99.530015|644367.351298563|217720.023194067|0
6|25.189978|633553.27005829|223358.241523484|0
7|47.856075|641798.760948515|226636.936552019|0
8|61.809137|630641.80425428|228375.164036988|0
9|9.561449|635350.04730369|215969.43571276|0
10|27.835932|643034.302804651|216352.595599231|0
}}}
{{{
v.transform input=rm_a_map output=rm_a_map3d table=rm_a_map
columns=zshift:h
}}}
v.transform crashes, debug=4-log as txt-file attached.
v.info-debug=4-log also in the txt-file.
{{{
v.info map=rm_a_map3d at user1
+----------------------------------------------------------------------------+
| Layer: rm_a_map3d at user1
|
| Mapset: user1
|
| Location: nc_spm_08
|
| Datenbank: \grassdata
|
| Titel:
|
| Maßstab: 1:1
|
| Kartenformat: native
|
| Name des Erzeugers: myricaria
|
| Organisation:
|
| Quelldatum: Sun Aug 26 20:46:44 2012
|
|----------------------------------------------------------------------------|
| Typ der Karte: Vektor (Level: 1)
|
|
|
| Anzahl Punkte: 10 Anzahl Flächen: 0
|
| Anzahl Linien: 0 Anzahl Inseln: 0
|
| Anzhal Grenzen: 0 Anzahl faces: 0
|
| Anzahl Zentroid: 0 Anzahl Kerne: 0
|
|
|
| Karte ist 3D: Yes
|
| Anzahl der dblinks: 1
|
|
|
| Projektion: Lambert Conformal Conic
|
| N: 228375.16403699 S: 215969.43571276
|
| E: 644367.35129856 W: 630641.80425428
|
| B: 9.561449 T: 99.530015
|
|
|
| Digitalisierungs-Schwellwert: 0
|
| Kommentare:
|
|
|
+----------------------------------------------------------------------------+
}}}
{{{
v.report map=rm_a_map3d at user1 option=coor
ERROR: Kann die Vektorkarte <rm_a_map3d at user1> nicht auf Level 2 öffnen.
Versuchen Sie die Topologie mit v.build neu anzulegen.
cat|x|y|z
}}}
v.build map=rm_a_map3d at user1
{{{
v.report map=rm_a_map3d at user1 option=coor
cat|x|y|z
1|642811.822870571|221936.841944639|23.679312
2|639653.157139805|219384.09070101|35.941649
3|642408.978545488|218689.046906949|97.265542
4|637440.260017701|223433.225501267|80.935087
5|644367.351298563|217720.023194067|99.530015
6|633553.27005829|223358.241523484|25.189978
7|641798.760948515|226636.936552019|47.856075
8|630641.80425428|228375.164036988|61.809137
9|635350.04730369|215969.43571276|9.561449
10|643034.302804651|216352.595599231|27.835932
}}}
?
Helmut
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1615#comment:16>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list