Skip to content

Commit

Permalink
fix ogr import
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeejay committed Feb 19, 2024
1 parent 03e769a commit 2fa3b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GOSTnets/osm_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Specific modules
import xml.sax # parse osm file
from pathlib import Path # manage cached tiles
import ogr
from osgeo import ogr
from shapely.wkt import loads
import geopandas as gpd
from boltons.iterutils import pairwise
Expand Down

0 comments on commit 2fa3b0f

Please sign in to comment.