:21
À : gdal-dev@lists.osgeo.org
Objet : [gdal-dev] OGR SetField() doesn't work
Hi all,
I'm trying to set a value on an existing field and existing Shapefile with
python-ogr but it doesn't seems to work.
Here is my works :
-
import ogr
import math
i
Hi all,
I'm trying to set a value on an existing field and existing Shapefile with
python-ogr but it doesn't seems to work.
Here is my works :
-
import ogr
import math
import os
layerNameF = os.path.join("myShape.shp")
driver = ogr.GetDriverByName("ESRI Shapefile")
Laye