[pdal] RE: Gist notes

Michael P. Gerlek mpg at flaxen.com
Fri Dec 9 15:34:24 EST 2011


Right, but I've got an little language I've written for writing "pdal filter expressions" and I'm wondering what's the best representation in that language to use for a GUID.

Syntactically and lexically, a guid string of form (a) looks like a mashup of a hex constant, a variable name identifier, and an arithmetic expression (subtraction).  So I'm thinking of preceeding it with a "$" or putting it in {}'s or some such.
 
_mpg


-----Original Message-----
From: Mateusz Łoskot [mailto:mateusz at loskot.net] 
Sent: Friday, December 09, 2011 12:29 PM
To: mpg at flaxen.com
Cc: Howard Butler; pdal at lists.osgeo.org
Subject: Re: [pdal] RE: Gist notes

On 9 December 2011 19:50, Michael P. Gerlek <mpg at flaxen.com> wrote:
> Syntactically, what does a GUID look like to you?
>
> a. 3F2504E0-4F89-11D3-9A0C-0305E82C3301
> b. {3F2504E0-4F89-11D3-9A0C-0305E82C3301}
> c. urn:uuid:3F2504E0-4F89-11D3-9A0C-0305E82C3301
> d. other?

GUID is 128-bit integer number.
The a-c are just possible textual representations of GUID.

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org Member of ACCU, http://accu.org



More information about the pdal mailing list