[pdal] PdalXML style

Smith, Michael ERDC-CRREL-NH Michael.Smith at usace.army.mil
Fri Jul 15 15:51:13 EDT 2011


I like option 1 the best but only for readability reasons.



On 7/15/11 12:48 PM, "Michael P. Gerlek" <mpg at flaxen.com> wrote:

>Which of these is best for representing the options block of a pipeline
>description:
>
>(A) Options block is a tree of elements
>
><Writer type="drivers.las.writer">
>        <Options>
>                <filename>out.laz</filename>
>                <compression>true</compression>
>        </Options>
>        <Reader type="drivers.las.reader">
>                <Options>
>                        <filename>in.las</filename>
>                </Options>
>        </Reader>
></Writer>
>
>
>(B) Options block is an element with attributes
>
><Writer type="drivers.las.writer">
>        <Options filename="out.laz" compression="true"/>
>        <Reader type="drivers.las.reader">
>                <Options filename="in.las"/>
>                </Options>
>        </Reader>
></Writer>
>
>
>(C) Options block is just attributes on the stage
>
><Writer type="drivers.las.writer" filename="out.laz" compression="true">
>        <Reader type="drivers.las.reader" filename="in.las>
>        </Reader>
></Writer>
>
>
>-mpg
>
>
>_______________________________________________
>pdal mailing list
>pdal at lists.osgeo.org
>http://lists.osgeo.org/mailman/listinfo/pdal



More information about the pdal mailing list