[GRASS-dev] [GRASS GIS] #2652: v.in.e00

GRASS GIS trac at osgeo.org
Tue Apr 14 16:13:07 PDT 2015


#2652: v.in.e00
------------------------+---------------------------------------------------
 Reporter:  templar112  |       Owner:  grass-dev@…              
     Type:  defect      |      Status:  new                      
 Priority:  normal      |   Milestone:  7.0.1                    
Component:  Vector      |     Version:  7.0.0                    
 Keywords:              |    Platform:  MSWindows 8              
      Cpu:  x86-64      |  
------------------------+---------------------------------------------------
 I'm new to Grass GIS, but it appears that the v.in.e00 script has not been
 updated to match the new input parameters format.

 I downloaded an E00 file from http://www.geocomm.com/ just as a test to
 see if I could import some data.

 The input parameters it expects are as follows:

 options['file']  which should be  options['input']
 options['vect']  which should be  options['output']


 Also, the script requires the following additional files:
 avcimport.exe
 e00conv.exe

 The former file exists under the "extrabin" folder, but I had to download
 the e00conv binary myself. Maybe it should be included as well?


 The next issue is the following line:
     #try_remove(info)

 It says that info is not a valid global object or something like that.


 Finally, the following statement also doesn't work:

    # write cmd history:
    grass.vector_history(name)

 It complains about vector_history not being a valid function.


 I don't have the expertise to fix this, but maybe some with python and
 Grass knowledge can! :)

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/2652>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list