[Liblas-commits] r996 - branches/1.0
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Feb 4 12:53:33 EST 2009
Author: hobu
Date: Wed Feb 4 12:53:33 2009
New Revision: 996
URL: http://liblas.org/changeset/996
Log:
updates for the new release
Modified:
branches/1.0/README
Modified: branches/1.0/README
==============================================================================
--- branches/1.0/README (original)
+++ branches/1.0/README Wed Feb 4 12:53:33 2009
@@ -1,4 +1,4 @@
-
+
libLAS - LAS 1.0/1.1 ASPRS LiDAR data translation toolset
==============================================================================
@@ -20,7 +20,7 @@
Download
------------------------------------------------------------------------------
-The 1.0.0 version of libLAS can be downloaded from http://liblas.org/wiki/1.0.0
+The 1.0.1 version of libLAS can be downloaded from http://liblas.org/wiki/1.0.1
Older releases may be obtained from http://liblas.org/wiki/Releases
@@ -43,11 +43,12 @@
`LAStools`_ / libLAS Command-line Utilities
..............................................................................
-* `las2las`_
* `lasinfo`_
+* `lasmerge`_
+* `las2las`_
* `las2txt`_
* `txt2las`_
-* `lasmerge`_
+* `las2ogr`_
Software Development with libLAS
..............................................................................
@@ -67,8 +68,7 @@
The LAS Format Standard is maintained by `ASPRS Standards Committee`_. LAS
format standard documents are available in PDF format:
-* `LAS 2.0 Format Standard`_ (2007-08-17) - *Proposed*
-* `LAS 1.2 Format Standard`_ (2008-05-02) - *Proposed*
+* `LAS 1.2 Format Standard`_ (2008-09-02)
* `LAS 1.1 Format Standard`_ (2005-05-07)
* `LAS 1.0 Format Standard`_ (2003-05-09)
@@ -121,8 +121,8 @@
Cross-platform operation
..............................................................................
-libLAS is known to work on MSVC 7.1+ (Windows) and GCC4.1+ (OS X and Linux) platforms
-on both big- and little-endian architectures.
+libLAS is known to work on all editions of Microsoft Visual C++ 7.1+ (Windows) and
+GCC 4.1+ (Mac OS X and Linux) platforms on both big- and little-endian architectures.
Development
@@ -173,8 +173,8 @@
Mailing Lists
..............................................................................
-* liblas-devel - http://mail.hobu.net/mailman/listinfo/liblas-devel
-* liblas-commits - http://mail.hobu.net/mailman/listinfo/liblas-commits
+* liblas-devel - http://lists.osgeo.org/mailman/listinfo/liblas-devel
+* liblas-commits - http://lists.osgeo.org/mailman/listinfo/liblas-commits
.. _`LIDAR`: http://en.wikipedia.org/wiki/LIDAR
@@ -183,11 +183,10 @@
.. _`LAStools`: http://www.cs.unc.edu/~isenburg/lastools/
.. _`Martin Isenburg and Jonathan Shewchuk`: http://www.cs.unc.edu/~isenburg/lastools/
.. _`LAS Format`: http://www.lasformat.org/
-.. _`LAS 2.0 Format Standard`: http://liblas.org/raw-attachment/wiki/WikiStart/incitsl1_las_format_v20.pdf
-.. _`LAS 1.2 Format Standard`: http://liblas.org/raw-attachment/wiki/WikiStart/LAS1_2_Final.pdf
+.. _`LAS 1.2 Format Standard`: http://liblas.org/raw-attachment/wiki/WikiStart/asprs_las_format_v12.pdf
.. _`LAS 1.1 Format Standard`: http://liblas.org/raw-attachment/wiki/WikiStart/asprs_las_format_v11.pdf
.. _`LAS 1.0 Format Standard`: http://liblas.org/raw-attachment/wiki/WikiStart/asprs_las_format_v10.pdf
-.. _`ASPRS Standards Committee`: http://www.asprs.org/society/divisions/ppd/standards/standards_comm.htm
+.. _`ASPRS Standards Committee`: http://www.asprs.org/society/committees/standards/lidar_exchange_format.html
.. _`Howard Butler`: http://hobu.biz
.. _`Mateusz Loskot`: http://mateusz.loskot.net
.. _`Phil Vachon`: http://www.geoscan.info
@@ -203,6 +202,7 @@
.. _`lasinfo`: http://liblas.org/browser/trunk/doc/lasinfo.txt
.. _`lasmerge`: http://liblas.org/browser/trunk/doc/lasmerge.txt
.. _`txt2las`: http://liblas.org/browser/trunk/doc/txt2las.txt
+.. _`las2ogr`: http://liblas.org/browser/trunk/doc/las2ogr.txt
.. _`Freenode`: http://freenode.net
.. _`Library Design`: http://liblas.org/wiki/LibraryDesign
.. _`FOSS4G 2008`: http://liblas.org/raw-attachment/wiki/WikiStart/liblas_foss4g_2008.pdf
@@ -215,4 +215,4 @@
.. _`GDAL`: http://www.gdal.org
.. _`OSGeo4W`: http://wiki.osgeo.org/wiki/OSGeo_Win32_Installer
.. _`dotnetLibLAS API`: http://liblas.org/wiki/dotnetapi
-.. _`FOSS4G 2008`: http://liblas.org/raw-attachment/wiki/WikiStart/liblas_foss4g_2008.pdf
\ No newline at end of file
+.. _`FOSS4G 2008`: http://liblas.org/raw-attachment/wiki/WikiStart/liblas_foss4g_2008.pdf
More information about the Liblas-commits
mailing list