he hatches not converting
properly and missing symbology for the geometry.
-Original Message-
From: gdal-dev On Behalf Of Scott via
gdal-dev
Sent: Wednesday, October 11, 2023 2:07 PM
To: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] help needed with pygdaltools library, documentati
rdc.dren.mil>>; Scott <mailto:pub...@postholer.com>>; gdal-dev@lists.osgeo.org
<mailto:gdal-dev@lists.osgeo.org>
Subject: Re: [gdal-dev] help needed with pygdaltools library,
documentation sparse
Hi,
The actual error seems to be that you try to write some geometry that is
not
geo.org>>
Puolesta Catania, Luke A ERDC-RDE-GRL-VA CIV via gdal-dev
Lähetetty: keskiviikko 11. lokakuuta 2023 8.59
Vastaanottaja: Scott mailto:pub...@postholer.com>>;
gdal-dev@lists.osgeo.org<mailto:gdal-dev@lists.osgeo.org>
Aihe: Re: [gdal-dev] help needed with pygdaltools li
.59
Vastaanottaja: Scott ; gdal-dev@lists.osgeo.org
Aihe: Re: [gdal-dev] help needed with pygdaltools library, documentation sparse
I have not even gotten to see that anything is being ignored because I have not
yet added any options. My first attempt was with adding skipfailures, but I
can
pylint tells me it is
not callable
-Original Message-
From: gdal-dev On Behalf Of Scott via
gdal-dev
Sent: Wednesday, October 11, 2023 1:45 AM
To: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] help needed with pygdaltools library, documentation
sparse
-nln is being ignored because the
-nln is being ignored because the data layer you're -updating -appending
to exists. You can't rename a layer if it has a name. Remove -nln option
Next you are trying to write a collection as a linestring. Use
-explodecollections (if exists in your install) and/or use -nlt
PROMOTE_TO_MULTI
Tr
I am running simple code to convert dxf to gpkg and I get the error below. -am
an trying to figure out 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 DXF_MERGE_