[pdal-commits] [PDAL/PDAL] d937de: prefix QFIT dimensions with QFIT: name

noreply at github.com noreply at github.com
Thu Oct 13 13:44:51 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL

  Commit: d937de517cd282e1b6aa84ca0d0ce2ae3834a5ed
      https://github.com/PDAL/PDAL/commit/d937de517cd282e1b6aa84ca0d0ce2ae3834a5ed
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-10-13 (Thu, 13 Oct 2011)

  Changed paths:
    M src/DimensionId.cpp

  Log Message:
  -----------
  prefix QFIT dimensions with QFIT: name


  Commit: 10a836a43a80cf3fecf52d27931783ac80a2810e
      https://github.com/PDAL/PDAL/commit/10a836a43a80cf3fecf52d27931783ac80a2810e
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-10-13 (Thu, 13 Oct 2011)

  Changed paths:
    M src/Dimension.cpp

  Log Message:
  -----------
  Dimensions must have a default scale of 1.0, not 0.0 or they can't exist and we can't apply scaling/descaling to them


  Commit: a63938035ff9baff2182e653c5c62dc7a457e947
      https://github.com/PDAL/PDAL/commit/a63938035ff9baff2182e653c5c62dc7a457e947
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-10-13 (Thu, 13 Oct 2011)

  Changed paths:
    M src/drivers/qfit/Reader.cpp

  Log Message:
  -----------
  adjust the passive_z values if we are altering the regular z ones


  Commit: 98a761d66d568fc21f56027876013c0ca5e71b90
      https://github.com/PDAL/PDAL/commit/98a761d66d568fc21f56027876013c0ca5e71b90
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-10-13 (Thu, 13 Oct 2011)

  Changed paths:
    M test/data/apps/pcinfo_schema.txt
  M test/unit/DimensionTest.cpp
  M test/unit/SchemaTest.cpp

  Log Message:
  -----------
  Dimensions must have a default scale of 1.0, not 0.0 or they can't exist and we can't apply scaling/descaling to them


  Commit: 29273c0973ee3bda3ac9f98c61b95d0e75b3b82a
      https://github.com/PDAL/PDAL/commit/29273c0973ee3bda3ac9f98c61b95d0e75b3b82a
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-10-13 (Thu, 13 Oct 2011)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  xyz values are int32_t, not uint32_t for LAS data. We should use a reference to the dimension when applying scaling for the summary data. Only throw exceptions when we don't have XYZ data. Otherwise, write 0's


Compare: https://github.com/PDAL/PDAL/compare/aac2d22...29273c0


More information about the pdal-commits mailing list