/usr/lib/python3/dist-packages/pyproj/datadir.py is in python3-pyproj 1.9.5.1-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | import os
if 'PROJ_DIR' in os.environ:
pyproj_datadir = os.environ['PROJ_DIR']
else:
pyproj_datadir = "/usr/share/proj/"
|