pyogrio icon indicating copy to clipboard operation
pyogrio copied to clipboard

Avoid warning about unsealed object with GDAL main (3.9)

Open jorisvandenbossche opened this issue 11 months ago • 1 comments

We get the warning "RuntimeWarning: OGRFeatureDefn::GetTemporaryUnsealer() called on a unsealed object" for various tests in the CI build using GDAL main (see eg https://github.com/geopandas/pyogrio/actions/runs/7870620687/job/21472183960)

Related to https://gdal.org/development/rfc/rfc97_feature_and_fielddefn_sealing.html

Didn't yet look in detail, but I assume this will require some code updates to fix our code and avoid the warning.

jorisvandenbossche avatar Feb 26 '24 10:02 jorisvandenbossche