Re: [QGIS-Developer] pygdaltools library documentation sparce

2023-10-10 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
OK. I am doing a bunch of GDAL commands in my QGIS plugin so opted for this forum. -Original Message- From: Nyall Dawson Sent: Wednesday, October 11, 2023 1:19 AM To: Catania, Luke A ERDC-RDE-GRL-VA CIV Cc: qgis-developer@lists.osgeo.org Subject: Re: [QGIS-Developer] pygdaltools

Re: [QGIS-Developer] pygdaltools library documentation sparce

2023-10-10 Thread Nyall Dawson via QGIS-Developer
On Wed, 11 Oct 2023 at 15:15, Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer wrote: > > Anyone use pygdaltools? You're better off asking this on the GDAL-Dev list, rather than QGIS-Dev. Nyall > > > > > > import gdaltools > > gdal_tools = gdaltools.ogr2ogr() > > gdal_tools.BASEPATH =

[QGIS-Developer] pygdaltools library documentation sparce

2023-10-10 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
I am running simple code to convert dxf to gpkg and I get the error below. -am an trying to figure eout how to add a bunch of options ( -f GPKG -append -update --config DXF_ENCODING CP1252 --config DXF_INCLUDE_RAW_CODE_VALUES TRUE --config DXF_TRANSLATE_ESCAPE_SEQUENCES FALSE --config