Changes between Initial Version and Version 1 of Ticket #5641


Ignore:
Timestamp:
Sep 9, 2014, 11:57:19 PM (10 years ago)
Author:
Chau
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5641 – Description

    initial v1  
    1 I have a fairly simple geometry and when performing a RasterizeLayer on it, Python terminates my script without any error or notice.
     1I have a fairly simple geometry and when performing a !RasterizeLayer on it, Python terminates my script without any error or notice.
    22
    33The attached script should illustrate this.
    44
    55In the lower right of the polygon two vertices are very close together. If I remove the left most of the two (the second vertex), the rasterizing process succeed.
     6
     7This happens for me in both GDAL 1.10.1 and 1.11 (x64) with Python 3.2.
     8
     9GDAL builds are from [http://www.gisinternals.com/sdk].