<div dir="ltr">Hello all, <div><br></div><div>Are SQLite and GML drivers disabled/broken in readVECT? I only get driver="ESRI Shapefile" to work, but in some cases with a lot of warnings.</div><div><br></div><div>Here an example with NC location:</div><div>grass73svn grassdata/nc_spm_08_grass7/PERMANENT/ --text<br></div><div>...</div><div><div>GRASS 7.3.svn (nc_spm_08_grass7):~ > R</div></div><div>...</div><div>>library(rgrass7)</div><div>...</div><div>> bla <- readVECT("firestations", driver="SQLite")<br></div><div>Error: driver %in% candDrivers is not TRUE</div><div><br></div><div>> bla <- readVECT("firestations", driver="GML")</div><div>Error: driver %in% candDrivers is not TRUE</div><div><br></div><div>> bla <- readVECT("firestations", driver="ESRI Shapefile")</div><div>Exporting 71 features...</div><div> 100%</div><div>v.out.ogr complete. 71 features (Point type) written to <firestat></div><div>(ESRI_Shapefile format).</div><div>OGR data source with driver: ESRI Shapefile </div><div>Source: "/home/veroandreo/grassdata/nc_spm_08_grass7/PERMANENT/.tmp/<a href="http://ipv6.dynamic.ziggo.nl">ipv6.dynamic.ziggo.nl</a>", layer: "firestat"</div><div>with 71 features</div><div>It has 22 fields</div><div><br></div><div>For some vectors, I get the following warnings (loss of data apparently): </div><div><br></div><div><div>> bla2<-readVECT("census_wake2000")</div><div>Exporting 105 areas (may take some time)...</div><div>Warning 1: Value 120426752 of field AREA of feature 23 not successfully written. Possibly due to too larger number with respect to field width</div><div>Warning 1: Value 108540592 of field AREA of feature 24 not successfully written. Possibly due to too larger number with respect to field width</div><div><br></div><div>[...]</div><div><br></div><div>Warning 1: Value 439922656 of field AREA of feature 102 not successfully written. Possibly due to too larger number with respect to field width</div><div>Warning 1: Value 678758336 of field AREA of feature 103 not successfully written. Possibly due to too larger number with respect to field width</div><div> 100%</div><div>Warning 1: Value 439045472 of field AREA of feature 104 not successfully written. Possibly due to too larger number with respect to field width</div><div>v.out.ogr complete. 105 features (Polygon type) written to <census_w></div><div>(ESRI_Shapefile format).</div><div>OGR data source with driver: ESRI Shapefile </div><div>Source: "/home/veroandreo/grassdata/nc_spm_08_grass7/PERMANENT/.tmp/<a href="http://ipv6.dynamic.ziggo.nl">ipv6.dynamic.ziggo.nl</a>", layer: "census_w"</div><div>with 105 features</div><div>It has 13 fields</div></div><div><br></div><div>Thanks a lot in advance for any hint</div><div><br></div><div>best, </div><div>Vero</div></div>