Skip to content
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 of dbuser
  • dbhost: database host
  • dbport: database port, generally 5432 by defaults in PostgreSQL
  • db: database name
  • lidar_fusion_cmd: should point to the FUSION tool PolyClipData.exe (usually C:/LidarTools/PolyClipData.exe)
  • lidar_lastool_cmd: should point to the LAStool las2txt.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)
Clone this wiki locally