<div dir="ltr"><div>Micha & Rich:</div><div><br></div><div>I was able to successfully import & display the boundary from Rich's example:</div><div><br></div><div>v.in.ascii --overwrite input=/media/teaiii/development/grass/test_analysis_boundary.dat output=test_analysis_boundary format=standard separator=space</div><div><br></div><div>I used GRASS 7.6 with the GUI, but the command above worked...<br></div><div><br></div><div>Tom<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 21, 2019 at 3:03 PM Micha Silver <<a href="mailto:tsvibar@gmail.com">tsvibar@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
    
  
  <div style="direction:ltr" bgcolor="#FFFFFF">
    <br>
    <div class="gmail-m_8308262035247608118moz-cite-prefix">On 7/21/19 9:08 PM, Rich Shepard wrote:<br>
    </div>
    <blockquote type="cite"><br>
      Micha,
      <br>
      <br>
      There is a space preceeding each coordinate and layer line. The
      VERTI and
      <br>
      object type start in column 1 while the other lines start in
      column 2.
      <br>
      <br>
    </blockquote>
    <p><br>
    </p>
    <p>I'm getting the same error as you. Maybe you found a bug?</p>
    <p>I removed both the " 1 1" lines, and also rearranged the points
      so that they go in order around the boundary. (I wasn't paying
      attention, previously they made an "X").</p>
    <p><br>
    </p>
    <p><tt>micha@RMS tmp $ cat analysis_boundary.dat </tt><tt><br>
      </tt><tt>VERTI:</tt><tt><br>
      </tt><tt>B 5</tt><tt><br>
      </tt><tt> -123.960 45.1501</tt><tt><br>
      </tt><tt> -123.940 45.1501</tt><tt><br>
      </tt><tt> -123.940 45.1454</tt><tt><br>
      </tt><tt> -123.960 45.1454</tt><tt><br>
      </tt><tt> -123.960 45.1501</tt><tt><br>
      </tt><tt>C 1</tt><tt><br>
      </tt><tt> -123.950 45.1475</tt><tt><br>
      </tt><tt>micha@RMS tmp $ v.in.ascii
        input=~/work/tmp/analysis_boundary.dat output=analysis_boundary
        format=standard --o</tt><tt><br>
      </tt><tt>Building topology for vector map
        <analysis_boundary@PERMANENT>...</tt><tt><br>
      </tt><tt>Registering primitives...</tt><tt><br>
      </tt><tt>Building areas...</tt><tt><br>
      </tt><tt> 100%</tt><tt><br>
      </tt><tt>Attaching islands...</tt><tt><br>
      </tt><tt> 100%</tt><tt><br>
      </tt><tt>Attaching centroids...</tt><tt><br>
      </tt><tt> 100%</tt><tt><br>
      </tt><tt>micha@RMS tmp $ <a href="http://v.info" target="_blank">v.info</a> analysis_boundary</tt><tt><br>
      </tt><tt> +----------------------------------------------------------------------------+</tt><tt><br>
      </tt><tt> | Name:           
        analysis_boundary                                         |</tt><tt><br>
      </tt><tt> | Mapset:         
        PERMANENT                                                 |</tt><tt><br>
      </tt><tt> | Location:       
        WGS84                                                     |</tt><tt><br>
      </tt><tt> | Database:       
        /home/micha/GIS/grass                                     |</tt><tt><br>
      </tt><tt> |
Title:                                                                    
        |</tt><tt><br>
      </tt><tt> | Map scale:      
        1:1                                                       |</tt><tt><br>
      </tt><tt> | Name of creator:
        micha                                                     |</tt><tt><br>
      </tt><tt> |
Organization:                                                             
        |</tt><tt><br>
      </tt><tt> | Source date:     Sun Jul 21 21:48:47
        2019                                  |</tt><tt><br>
      </tt><tt> | Timestamp (first layer):
        none                                              |</tt><tt><br>
      </tt><tt> |----------------------------------------------------------------------------|</tt><tt><br>
      </tt><tt> | Map format:     
        native                                                    |</tt><tt><br>
      </tt><tt> |----------------------------------------------------------------------------|</tt><tt><br>
      </tt><tt> |   Type of map: vector (level:
        2)                                           |</tt><tt><br>
      </tt><tt> |                                                                           
        |</tt><tt><br>
      </tt><tt> |   Number of points:       0               Number of
        centroids:  1          |</tt><tt><br>
      </tt><tt> |   Number of lines:        0               Number of
        boundaries: 1          |</tt><tt><br>
      </tt><tt> |   Number of areas:        1               Number of
        islands:    1          |</tt><tt><br>
      </tt><tt> |                                                                           
        |</tt><tt><br>
      </tt><tt> |   Map is 3D:             
        No                                               |</tt><tt><br>
      </tt><tt> |   Number of dblinks:     
        0                                                |</tt><tt><br>
      </tt><tt> |                                                                           
        |</tt><tt><br>
      </tt><tt> |   Projection:
        Latitude-Longitude                                           |</tt><tt><br>
      </tt><tt> |                                                                           
        |</tt><tt><br>
      </tt><tt> |               N:      45:09:00.36N    S:     
        45:08:43.44N                 |</tt><tt><br>
      </tt><tt> |               E:        123:56:24W    W:       
        123:57:36W                 |</tt><tt><br>
      </tt><tt> |                                                                           
        |</tt><tt><br>
      </tt><tt> |   Digitization threshold:
        0                                                |</tt><tt><br>
      </tt><tt> |  
        Comment:                                                                
        |</tt><tt><br>
      </tt><tt> |                                                                           
        |</tt><tt><br>
      </tt><tt> +----------------------------------------------------------------------------+</tt><tt><br>
      </tt><tt><br>
      </tt><tt>micha@RMS tmp $ g.version</tt><tt><br>
      </tt><tt>GRASS 7.6.1 (2019)</tt><tt><br>
      </tt><tt><br>
      </tt></p>
    <p>Note that you now have a geometry with no category column. So
      next will have to be <br>
    </p>
    <p><tt>v.category option=add ....</tt></p>
    <p><br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite">Thanks,
      <br>
      <br>
      Rich
      <br>
      _______________________________________________
      <br>
      grass-user mailing list
      <br>
      <a class="gmail-m_8308262035247608118moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a>
      <br>
      <a class="gmail-m_8308262035247608118moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
    </blockquote>
    <pre class="gmail-m_8308262035247608118moz-signature" cols="72">-- 
Micha Silver
Ben Gurion Univ.
Sde Boker, Remote Sensing Lab
cell: +972-523-665918</pre>
  </div>

_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr">Thomas E Adams, III<div>1724 Sage Lane</div><div>Blacksburg, VA 24060</div><div><a href="mailto:tea3rd@gmail.com" target="_blank">tea3rd@gmail.com</a> (personal)</div><div><a href="mailto:tea@terrapredictions.org" target="_blank">tea@terrapredictions.org</a> (work)<br></div><div><br></div><div>1 (513) 739-9512 (cell)</div><div><br></div></div></div></div></div></div>