Guest User

Untitled

a guest
Jan 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. Processing algorithm… Algorithm 'v.transform' starting… Input parameters: { 'GRASS_MIN_AREA_PARAMETER' : 0.0001, 'GRASS_OUTPUT_TYPE_PARAMETER' : 0, 'GRASS_REGION_PARAMETER' : None, 'GRASS_SNAP_TOLERANCE_PARAMETER' : -1, 'GRASS_VECTOR_DSCO' : '', 'GRASS_VECTOR_LCO' : '', 'columns' : '', 'input' : QgsProcessingFeatureSourceDefinition('RoadFinal_ce6c469a_bd38_4498_9c33_4ebd2334b9c4', True), 'output' : 'D:/Arma/QGIS/Roads/new/test.shp', 'xscale' : 1, 'xshift' : -2119.310423, 'yscale' : 1, 'yshift' : -8526.938256, 'zrotation' : 0, 'zscale' : 1, 'zshift' : 0 }
  2.  
  3. g.proj -c proj4="+proj=utm +zone=31 +datum=WGS84 +units=m +no_defs" v.in.ogr min_area=0.0001 snap=-1.0 input="C:UsersrossoAppDataLocalTempprocessing_b34ad6177ba34e0c9caccac6844ce8d219f8b29a97494768ad806acfd1c428b0input.shp" output="vector_5c462f6262e243" --overwrite -o g.region n=29811.368806123734 s=8526.93825612031 e=238436.91262336614 w=202119.31042263084 v.transform input=vector_5c462f6262e243 xshift=-2119.310423 yshift=-8526.938256 zshift=0 xscale=1 yscale=1 zscale=1 zrotation=0 output=output6ea89d308d8740d8ae5b354f70942c1e
  4. --overwrite v.out.ogr -c type="auto" input="output6ea89d308d8740d8ae5b354f70942c1e" output="D:ArmaQGISRoadsnewtest.shp" format="ESRI_Shapefile"
  5. --overwrite Starting GRASS GIS...
  6. **WARNING: Concurrent mapset locking is not supported on Windows** Executing <C:UsersrossoAppDataLocalTempprocessing_b34ad6177ba34e0c9caccac6844ce8d2grassdatagrass_batch_job.cmd> ... F:OSGEO4~1bin>chcp 1252 1>NUL F:OSGEO4~1bin>g.proj -c proj4="+proj=utm +zone=31 +datum=WGS84 +units=m +no_defs" Default region was updated to the new projection, but if you have multiple mapsets `g.region -d` should be run in each to update the region from the default Projection information updated F:OSGEO4~1bin>v.in.ogr min_area=0.0001 snap=-1.0 input="C:UsersrossoAppDataLocalTempprocessing_b34ad6177ba34e0c9caccac6844ce8d219f8b29a97494768ad806acfd1c428b0input.shp" output="vector_5c462f6262e243" --overwrite -o DBMI-SQLite driver error: Error in sqlite3_prepare(): near "ORDER": syntax error Over-riding projection check Check if OGR layer <input> contains polygons...
  7. 0..2..4..6..8..10..12..14..16..18..20..22..24..26..28..30..32..34..36..38..40..42..44..46..48..50..52..54..56..58..60..62..64..66..68..70..72..74..76..78..80..82..84..86..88..90..92..94..96..98..100 Creating attribute table for layer <input>... DBMI-SQLite driver error: Error in sqlite3_prepare(): near "ORDER": syntax error
  8. **ERROR: Unable to create table: 'create table vector_5c462f6262e243 (cat integer, ID integer, ORDER integer)'** F:OSGEO4~1bin>g.region n=29811.368806123734 s=8526.93825612031 e=238436.91262336614 w=202119.31042263084 F:OSGEO4~1bin>v.transform input=vector_5c462f6262e243 xshift=-2119.310423 yshift=-8526.938256 zshift=0 xscale=1 yscale=1 zscale=1 zrotation=0 output=output6ea89d308d8740d8ae5b354f70942c1e --overwrite DBMI-SQLite driver error: Error in sqlite3_prepare(): select * from vector_5c462f6262e243 where 0 = 1 no such table: vector_5c462f6262e243
  9. **WARNING: Coor file of vector map <vector_5c462f6262e243@PERMANENT> is larger than it should be (18 bytes excess)** Transforming features... Copying attributes... DBMI-SQLite driver error: Error in sqlite3_prepare(): select * from vector_5c462f6262e243 where 0 = 1 no such table: vector_5c462f6262e243
  10. **WARNING: Unable to open select cursor: 'select * from vector_5c462f6262e243 where 0 = 1' WARNING: Unable to copy table <output6ea89d308d8740d8ae5b354f70942c1e> WARNING: Unable to copy table <vector_5c462f6262e243> for layer 1 from <vector_5c462f6262e243@PERMANENT> to <output6ea89d308d8740d8ae5b354f70942c1e> WARNING: Failed to copy attribute table to output map Building topology for vector map** <output6ea89d308d8740d8ae5b354f70942c1e@PERMANENT>... Registering primitives... 0 primitives registered 0 vertices registered Building areas... 100 0 areas built 0 isles built Attaching islands... Attaching centroids... Number of nodes: 0 Number of primitives: 0 Number of points: 0 Number of lines: 0 Number of boundaries: 0 Number of centroids: 0 Number of areas: 0 Number of isles: 0 v.transform complete. F:OSGEO4~1bin>v.out.ogr -c type="auto" input="output6ea89d308d8740d8ae5b354f70942c1e" output="D:ArmaQGISRoadsnewtest.shp" format="ESRI_Shapefile"
  11. --overwrite
  12. **WARNING: Unable to determine input map's vector feature type(s).** DBMI-SQLite driver error: Error in sqlite3_prepare(): select * from output6ea89d308d8740d8ae5b354f70942c1e where oid < 0 no such table: output6ea89d308d8740d8ae5b354f70942c1e
  13. **ERROR: Unable to describe table <output6ea89d308d8740d8ae5b354f70942c1e>** DBMI-SQLite driver error: Error in sqlite3_prepare(): select * from output6ea89d308d8740d8ae5b354f70942c1e where oid < 0 no such table: output6ea89d308d8740d8ae5b354f70942c1e F:OSGEO4~1bin>exit Execution of <C:UsersrossoAppDataLocalTempprocessing_b34ad6177ba34e0c9caccac6844ce8d2grassdatagrass_batch_job.cmd> finished. Cleaning up temporary files... Press any key to continue . . . Execution completed in 1.38 seconds Results: {'output': <QgsProcessingOutputLayerDefinition {'sink':D:/Arma/QGIS/Roads/new/test.shp, 'createOptions': {'fileEncoding': 'System'}}>}
  14.  
  15. Loading resulting layers Algorithm 'v.transform' finished
Add Comment
Please, Sign In to add comment