-
Notifications
You must be signed in to change notification settings - Fork 2
Buildout vars
Michael Kalbermatten edited this page Sep 27, 2013
·
1 revision
Your own buildout file should contain the following values in the [vars]
section:
-
instanceid
: the name of your instance (Apache, http://example.com/instanceid) -
dbuser
: the dbuser which has access to the PostGIS/PostgreSQL database (minimum with select grants) -
dbpassword
: password ofdbuser
-
dbhost
: database host -
dbport
: database port, generally5432
by defaults in PostgreSQL -
db
: database name -
lidar_fusion_cmd
: should point to the FUSION toolPolyClipData.exe
(usuallyC:/LidarTools/PolyClipData.exe
) -
lidar_lastool_cmd
: should point to the LAStoollas2txt.exe
. -
lidar_data
: folder containing the LAS files -
lidar_data_normalized
: folder containing the normalized LAS files (if existing) -
intranet_code
: code to be able to get a longer profile (see https://github.com/sitn/las_extractor/blob/master/config.yaml.in)