[Liblas-commits] hg: note about VLR userid for libLAS

liblas-commits at liblas.org liblas-commits at liblas.org
Wed May 26 20:40:58 EDT 2010


changeset dd77f5e6c86b in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=dd77f5e6c86b
summary: note about VLR userid for libLAS

diffstat:

 doc/development/specifications.txt |  2 ++
 python/liblas/vlr.py               |  9 ++++++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r c8fe0f3076c5 -r dd77f5e6c86b doc/development/specifications.txt
--- a/doc/development/specifications.txt	Wed May 26 13:33:31 2010 -0500
+++ b/doc/development/specifications.txt	Wed May 26 19:40:52 2010 -0500
@@ -14,6 +14,8 @@
 * `ASPRS LAS 1.1`_
 * `ASPRS LAS 1.0`_
 
+.. _liblas_vlr_key:
+
 VLR Key
 ----------------
 
diff -r c8fe0f3076c5 -r dd77f5e6c86b python/liblas/vlr.py
--- a/python/liblas/vlr.py	Wed May 26 13:33:31 2010 -0500
+++ b/python/liblas/vlr.py	Wed May 26 19:40:52 2010 -0500
@@ -102,7 +102,13 @@
     def set_userid(self, value):
         return core.las.LASVLR_SetUserId(self.handle, value)
     doc = """User ID key for this VLR (clipped to 16 bytes long)
-
+    
+    The User ID key for libLAS is ``1209``, and that number will be used 
+    for all extra VLRs that libLAS can interpret itself.  
+    
+    .. seealso::
+        :ref:`liblas_vlr_key` has more detail on the key and name.
+        
     From the specification_:
         The User ID field is ASCII character data that identifies the user
         which created the variable length record. It is possible to have many
@@ -115,6 +121,7 @@
         records (LASF_Spec), and another for projection types
         (LASF_Projection). Keys may be requested at
         http://www.asprs.org/lasform/keyform.html
+        
     """
     userid = property(get_userid, set_userid, None, doc)
 


More information about the Liblas-commits mailing list