-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env
31 lines (30 loc) · 1.41 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Configure these
OSGEO4W_ROOT=C:/OSGeo4W
QGIS_CONFIG=qgis-ltr
PYTHON_VERSION=Python39
# Variables below will be generated from config above
# Path
PATH=${OSGEO4W_ROOT}/apps/${QGIS_CONFIG}/bin;${OSGEO4W_ROOT}/apps/${PYTHON_VERSION};${OSGEO4W_ROOT}/apps/${PYTHON_VERSION}/Scripts;${OSGEO4W_ROOT}/apps/qt5/bin;${OSGEO4W_ROOT}/apps/Python27/Scripts;${OSGEO4W_ROOT}/bin;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/system32/WBem;${OSGEO4W_ROOT}/apps/${PYTHON_VERSION}/lib/site-packages/pywin32_system32;${OSGEO4W_ROOT}/apps/${PYTHON_VERSION}/lib/site-packages/numpy/.libs
# Python
PYTHONHOME=${OSGEO4W_ROOT}/apps/${PYTHON_VERSION}
PYTHONPATH=${OSGEO4W_ROOT}/apps/${QGIS_CONFIG}/python;${OSGEO4W_ROOT}/apps/${QGIS_CONFIG}/python/plugins;${PYTHONPATH}
# GDAL
GDAL_DATA=${OSGEO4W_ROOT}/share/gdal
GDAL_DRIVER_PATH=${OSGEO4W_ROOT}/bin/gdalplugins
GDAL_FILENAME_IS_UTF8=YES
# GeoTIFF
GEOTIFF_CSV=${OSGEO4W_ROOT}/share/epsg_csv
# Qt
O4W_QT_BINARIES=${OSGEO4W_ROOT}/apps/Qt5/bin
O4W_QT_DOC=${OSGEO4W_ROOT}/apps/Qt5/doc
O4W_QT_HEADERS=${OSGEO4W_ROOT}/apps/Qt5/include
O4W_QT_LIBRARIES=${OSGEO4W_ROOT}/apps/Qt5/lib
O4W_QT_PLUGINS=${OSGEO4W_ROOT}/apps/Qt5/plugins
O4W_QT_PREFIX=${OSGEO4W_ROOT}/apps/Qt5
O4W_QT_TRANSLATIONS=${OSGEO4W_ROOT}/apps/Qt5/translations
QT_PLUGIN_PATH=${OSGEO4W_ROOT}/apps/${QGIS_CONFIG}/qtplugins;${OSGEO4W_ROOT}/apps/qt5/plugins
# QGIS
QGIS_PREFIX_PATH=${OSGEO4W_ROOT}/apps/${QGIS_CONFIG}
# Cache
VSI_CACHE=TRUE
VSI_CACHE_SIZE=1000000"