Skip to content

Commit

Permalink
NCPP#522: fix ogr import for gdal >= 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danwild committed Sep 9, 2021
1 parent 50e86df commit 1f2271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocgis/spatial/geom_cabinet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from collections import OrderedDict

import fiona
import ogr
from osgeo import ogr
from ocgis import env
from ocgis.collection.field import Field
from ocgis.util.helpers import get_formatted_slice
Expand Down

0 comments on commit 1f2271a

Please sign in to comment.