[GRASS-dev] [GRASS GIS] #550: v.to.3d: column name case sensitive
GRASS GIS
trac at osgeo.org
Wed Apr 8 23:10:36 EDT 2009
#550: v.to.3d: column name case sensitive
---------------------+------------------------------------------------------
Reporter: hamish | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: minor | Milestone: 6.4.0
Component: Vector | Version: svn-develbranch6
Keywords: v.to.3d | Platform: Linux
Cpu: x86-32 |
---------------------+------------------------------------------------------
Hi,
just had need to use v.to.3d for the first time. It's nice!
minor issue: the imported shapefile created columns named as:
{{{
INTEGER|cat
DOUBLE PRECISION|EASTING
DOUBLE PRECISION|NORTHING
DOUBLE PRECISION|ELEVATION
}}}
(using dbf driver)
I tried to use 'v.to.3d column=elevation' but it exited with the message:
{{{
ERROR: Column <elevation> not found in table <bathymetry_point>
}}}
It needed to see 'column=ELEVATION'. G_strcasecmp() or tolower() needed?
also that failure left an empty map behind.
thanks,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/550>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list