gdal icon indicating copy to clipboard operation
gdal copied to clipboard

Docs: Update Python coding patterns in tutorials

Open dbaston opened this issue 9 months ago • 0 comments

Feature description

Python tutorial code does not use exceptions and relies on older idioms such as ds = None to write a raster.

If exceptions are to become a future default in GDAL, they should be used in our example code.

Additional context

No response

dbaston avatar Mar 04 '25 17:03 dbaston