#2584: Vectors skipping columns (character limit !!!) while exporting to OGR
data
----------------------------+-----------------------------------------------
Reporter: spareeth | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: LibVector | Version: svn-trunk
Keywords: OGR, shapefile | Platform: Linux
Cpu: Unspecified |
----------------------------+-----------------------------------------------
Hi
I am trying to export a vector data with many columns to shape format. But
it seems it is avoiding all the columns with greater than 10 characters
(from the pattern, not sure). Tried in GRASS 6.4.5, GRASS 7.0 svn and
GRASS 7.1 svn, giving the same error.
Please find attached the packed vector layer which i tried.
{{{
v.out.ogr input=test output=test_output.shp
}}}
gives me following error, but finishes the job with remaining columns.
{{{
ERROR 6: Failed to add field named 'int_minimum'
ERROR 6: Failed to add field named 'int_maximum'
ERROR 6: Failed to add field named 'int_average'
ERROR 6: Failed to add field named 'int_variance'
ERROR 6: Failed to add field named 'int_coeff_var'
ERROR 6: Failed to add field named 'int_first_quartile'
ERROR 6: Failed to add field named 'int_third_quartile'
ERROR 6: Failed to add field named 'int_percentile_90'
}}}
Regards
Sajid
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2584>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev