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 86d6a33 commit 2c3909aCopy full SHA for 2c3909a
pyproj/datadir.py
@@ -70,7 +70,6 @@ def get_data_dir() -> str:
70
global _VALIDATED_PROJ_DATA
71
if _VALIDATED_PROJ_DATA is not None:
72
return _VALIDATED_PROJ_DATA
73
- global _USER_PROJ_DATA
74
internal_datadir = Path(__file__).absolute().parent / "proj_dir" / "share" / "proj"
75
proj_lib_dirs = os.environ.get("PROJ_LIB", "")
76
prefix_datadir = Path(sys.prefix, "share", "proj")
0 commit comments