We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1e9ec commit 51c938cCopy full SHA for 51c938c
ost/helpers/vector.py
@@ -1,9 +1,10 @@
1
import os
2
import json
3
-from functools import partial
4
from pathlib import Path
5
6
import pyproj
+from pyproj.crs import ProjectedCRS
7
+from pyproj.crs.coordinate_operation import AzumuthalEquidistantConversion
8
import geopandas as gpd
9
import logging
10
0 commit comments