Pages: 1
- Sujet précédent - QGIS 2.14.22 / Modeleur de traitement: erreur convertformat - Sujet suivant
#1 Wed 21 March 2018 10:20
- didou72
- Participant assidu
- Date d'inscription: 21 Mar 2012
- Messages: 192
QGIS 2.14.22 / Modeleur de traitement: erreur convertformat
Bonjour,
J'ai pratiquement fini mon programme pour traiter des fichiers cadastre. Le programme marche très bien sauf que je souhaite au début du programme convertir le format json en fomart shp pour faciliter la suite du traitement. J'utilise convertformat mais apparement le modeleur de traitement n'aime pas cela.
Pouvez-vous me dire comment corriger car si je reste sur un traitement avec le format json alors là c'est très long !
Qgis 2.14.22 - Window 10
Le programme affiche cette erreur :
Code:
raitement de l'algorithme 1/2... Algorithm cadastre_traduction starting... Préparation de l'algorithme : GDALOGRCONVERTFORMAT_1 Exécution de Convert format [1/18] Parameters: INPUT_LAYER =P:\SIG\Transfert\test programme\cadastre-79-parcelles.json, FORMAT =0, OPTIONS =None GDAL command: cmd.exe /C ogr2ogr.exe -f "ESRI Shapefile" None "C:\Users\perso\AppData\Local\Temp\processing13a1e1eec8a8429a8e5e5eba1a0a6c06\e85bf8e960b242259da3bdf348d7751d\OUTPUTLAYER.shp" "P:\\SIG\\Transfert\\test programme\\cadastre-79-parcelles.json" cadastre-79-parcelles GDAL command output: FAILURE: Unable to open datasource `C:\Users\perso\AppData\Local\Temp\processing13a1e1eec8a8429a8e5e5eba1a0a6c06\e85bf8e960b242259da3bdf348d7751d\OUTPUTLAYER.shp' with the following drivers. -> `JP2ECW' -> `OCI' -> `SOSI' -> `PCIDSK' -> `netCDF' -> `JP2OpenJPEG' -> `PDF' -> `DB2ODBC' -> `ESRI Shapefile' -> `MapInfo File' -> `UK .NTF' -> `OGR_SDTS' -> `S57' -> `DGN' -> `OGR_VRT' -> `REC' -> `Memory' -> `BNA' -> `CSV' -> `NAS' -> `GML' -> `GPX' -> `LIBKML' -> `KML' -> `GeoJSON' -> `Interlis 1' -> `Interlis 2' -> `OGR_GMT' -> `GPKG' -> `SQLite' -> `ODBC' -> `WAsP' -> `PGeo' -> `MSSQLSpatial' -> `OGR_OGDI' -> `PostgreSQL' -> `MySQL' -> `OpenFileGDB' -> `XPlane' -> `DXF' -> `CAD' -> `Geoconcept' -> `GeoRSS' -> `GPSTrackMaker' -> `VFK' -> `PGDUMP' -> `OSM' -> `GPSBabel' -> `SUA' -> `OpenAir' -> `OGR_PDS' -> `WFS' -> `HTF' -> `AeronavFAA' -> `Geomedia' -> `EDIGEO' -> `GFT' -> `SVG' -> `CouchDB' -> `Cloudant' -> `Idrisi' -> `ARCGEN' -> `SEGUKOOA' -> `SEGY' -> `XLS' -> `ODS' -> `XLSX' -> `ElasticSearch' -> `Walk' -> `Carto' -> `AmigoCloud' -> `SXF' -> `Selafin' -> `JML' -> `PLSCENES' -> `CSW' -> `VDV' -> `GMLAS' -> `TIGER' -> `AVCBin' -> `AVCE00' -> `HTTP' Converting outputs OK. L'exécution a duré 664.324 ms (1 sorties). Préparation de l'algorithme : QGISADDFIELDTOATTRIBUTESTABLE_1 Exécution de Add field Proprietaire [2/18] Parameters: INPUT_LAYER =C:\Users\perso\AppData\Local\Temp\processing13a1e1eec8a8429a8e5e5eba1a0a6c06\e85bf8e960b242259da3bdf348d7751d\OUTPUTLAYER.shp, FIELD_NAME =proprietaire, FIELD_TYPE =2, FIELD_LENGTH =254, FIELD_PRECISION =0 Echoué Erreur lors de l'exécution de l'algorithme Add field Proprietaire 'NoneType' object has no attribute 'fields' See log for more details
Dernière modification par didou72 (Wed 21 March 2018 10:21)
Hors ligne
Pages: 1
- Sujet précédent - QGIS 2.14.22 / Modeleur de traitement: erreur convertformat - Sujet suivant