<div dir="ltr"><div><div><div><br><br>On Sun, Sep 24, 2017 at 10:18 PM, Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br>><br>> On Sun, 24 Sep 2017, Rich Shepard wrote:<br>><br>>>  Using the GUI I ran v.in.ogr, specifying the directory in which the file<br>>> is found (the location uses the final EPSG reported when 'ogrinfo -al -so'<br>>> was run with output directed to a file), the format, and clicked the single<br>>> layer in the Input tab. This is the displayed error message:<br>>><br>>> (Sun Sep 24 11:59:03 2017) v.in.ogr input=/home/rshepard/data/grassdata/wash-state-data/farmland/2016WSDACropDistribution.gdb layer=WSDACrop_2016<br>>> Check if OGR layer <WSDACrop_2016> contains polygons...<br>>> Importing 198132 features<br>>> Importing 198132 features (OGR layer <WSDACrop_2016>)...<br>>> ERROR: Unknown geometry type<br>>> (Sun Sep 24 11:59:59 2017) Command finished (55 sec)<br>><br>><br>>   More information I should have included. From the ogrinfo metadata:<br>><br>> Layer name: WSDACrop_2016<br>> Geometry: Multi Polygon<br>> Feature Count: 198132<br>><br>>   What does GRASS call 'Multi Polygon'?<br><br></div>Each polygon of a multi-polygon is imported separately, later on polygons are converted to GRASS areas.<br><br></div>Regarding the error message, GRASS recognizes the OGR geometry types point, linestring, polygon, geometry collection, multi-point, multi-linestring, multi-polygon. Other OGR geometry types like curves and surfaces are not supported.<br><br></div>Markus M<br><div><div><div>><br>><br>> Rich<br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div></div></div></div>