<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 18, 2018 at 11:13 PM, Eric Robeck <span dir="ltr"><<a href="mailto:erobeck@gmail.com" target="_blank">erobeck@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>Andrew,<br><br></div>I was busy using PDAL for batch exporting, so I just got back to this now. I see my mistake- that should be '0.50'. I hadn't noticed it before because PDAL didn't throw an error. However, when I make that the LAST assignment, I get the same error. So this:<br></div><br><span style="font-family:monospace,monospace">    {<br>      "type":"filters.assign",<span class="gmail-"><br>      "assignment":"Classification[:<wbr>]=0",<br>      "assignment":"Window[:]=12",<br>      <span style="background-color:rgb(255,255,0)">"assignment":"Slope[:]=0_50"</span><br>    },</span></span><br><br></div>returns this:<br><br><span style="font-family:monospace,monospace">PDAL: filters.assign: Invalid value for argument 'assignment'.</span></div></div></div></div></div></div></blockquote><div><br></div><div>Thanks for your persistence in helping me track this down.  This issue was introduced when we switched from XML pipelines to JSON, which has ambiguous handling for repeated keys.  I've opened the following issue to deal with the problem: </div><div><br></div><div><a href="https://github.com/PDAL/PDAL/issues/1941">https://github.com/PDAL/PDAL/issues/1941</a></div><div><br></div><div>For the time being, you can create multiple assign filters and get the same behavior.</div><div><br></div><div>Thanks,</div><div><br></div></div>-- <br><div class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div></div>