Skip to content

Tags: j9ac9k/PDAL

Tags

0.8.7

Toggle 0.8.7's commit message
support setting data record lengths for LAS that are not just the fix…

…ed set defined by the point formats

0.8.6

Toggle 0.8.6's commit message
test depends on python being around

0.8.5

Toggle 0.8.5's commit message
update test to reflect current conditions

0.8.4

Toggle 0.8.4's commit message
oracle test updates

0.8.3

Toggle 0.8.3's commit message
update drivers.oracle.reader to set data for dimensions that are requ…

…ested through the PointBuffer rather than dictating the PointBuffer, which was wrong

0.8.2

Toggle 0.8.2's commit message
update oci driver to use PointBuffer schema rather than Stage schema

0.8.1

Toggle 0.8.1's commit message
fix up filters.inplacereprojection to do its operations on the PointB…

…uffer, not the Stage

0.8.0

Toggle 0.8.0's commit message
remove the note to stdout about how many points are written. We want …

…pcpipeline to take in stuff via stdin and write out pipeline serializations via stdout. notices should probably go to stderr

0.7.0

Toggle 0.7.0's commit message
add a Metadata::to_xml method, this is duplication of the pipelinewri…

…ter static method of the same name, but I think these should probably be pulled closer to the objects themselves than out in some auxillary class

0.6.0

Toggle 0.6.0's commit message
remove temppath option. you can change this with the TMPDIR environme…

…nt variable anyway