Changeset 860 for trunk/README

Show
Ignore:
Timestamp:
08/19/08 01:07:20 (5 months ago)
Author:
hobu
Message:

notes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r815 r860  
    2727libLAS provides excellent coverage of the ASPRS LAS 1.0 and 1.1 specifications,  
    2828and it provides support for copying variable length records from one file to  
    29 another.  As of 1.0.0-beta-1, support for creating your own variable length records  
     29another.  As of 1.0.0-beta-2, support for creating your own variable length records  
    3030is limited to the C and C++ APIs.  libLAS concentrates on reading and writing  
    3131point data for processing pipelines from C++, C, and Python.  Contact the  
     
    3737(released in `7/28/2008`_) must be linked with libLAS to provide reading support 
    3838for spatial reference systems.   
    39 The 1.0.0-beta-1 Windows binaries come provided with libgeotiff, but those folks  
     39The 1.0.0-beta-2 Windows binaries require that OSGeo4W is installed, but those folks  
    4040building libLAS on their own platforms must use the --with-geotiff configure-time  
    4141switch to tell libLAS where the library is located.