<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">However, we are using both modules so how can we handle exceptions properly for both of them?
<div dir="auto"><br /></div>
<div dir="auto">Using <span style="color: var(--textColor); background-color: var(--backgroundColor);">ogr.UseExceptions() the call </span><a href="https://github.com/geopython/pygeoapi/pull/372/files#diff-b105ae3f7a36059b16bdc16a08071016R361">https://github.com/geopython/pygeoapi/pull/372/files#diff-b105ae3f7a36059b16bdc16a08071016R361</a> gives the same result silently without any message to system output this time.</div>
</div>
</div>
<div name="messageSignatureSection"><br />
<div dir="auto">Thanks,
<div dir="auto">Francesco</div>
</div>
</div>
<div name="messageReplySection">Il 28 feb 2020, 15:19 +0100, Even Rouault <even.rouault@spatialys.com>, ha scritto:<br />
<blockquote type="cite" class="spark_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">On vendredi 28 fĂ©vrier 2020 15:10:46 CET Francesco Bartoli wrote:<br />
<blockquote type="cite" class="spark_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">Dear devs,<br />
<br />
In the pygeoapi project we are experiencing this<br />
issue https://github.com/geopython/pygeoapi/issues/371. I've just started a<br />
PR https://github.com/geopython/pygeoapi/pull/372 hich basically tries to<br />
catch if all properties of the feature have null values and raise an<br />
exception ourself. Catching null values is due because GDAL doesn't throw<br />
the exception if OGR_GEOJSON_MAX_OBJ_SIZE has the default value. I'm<br />
wondering if this is a bug or an expected behavior. If it is then I will<br />
file an issue.<br /></blockquote>
<br />
Use ogr.UseExceptions() (instead of gdal.UseExceptions())<br />
<br />
Enabling exceptions is controlled separately in the 2 Python modules.<br />
<br />
Even<br />
<br />
--<br />
Spatialys - Geospatial professional services<br />
http://www.spatialys.com<br /></blockquote>
</div>
</body>
</html>