Skip to content

Commit 51c938c

Browse files
committed
fix pyprj imports
1 parent 7a1e9ec commit 51c938c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ost/helpers/vector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import os
22
import json
3-
from functools import partial
43
from pathlib import Path
54

65
import pyproj
6+
from pyproj.crs import ProjectedCRS
7+
from pyproj.crs.coordinate_operation import AzumuthalEquidistantConversion
78
import geopandas as gpd
89
import logging
910

0 commit comments

Comments
 (0)