[Liblas-commits] hg: more notes for windows Python users
liblas-commits at liblas.org
liblas-commits at liblas.org
Fri Feb 11 09:48:22 EST 2011
details: http://hg.liblas.orghg/rev/83633e91d2be
changeset: 2851:83633e91d2be
user: Howard Butler <hobu.inc at gmail.com>
date: Thu Feb 03 09:02:41 2011 -0600
description:
more notes for windows Python users
Subject: hg: merge
details: http://hg.liblas.orghg/rev/9da6112e51a1
changeset: 2852:9da6112e51a1
user: Howard Butler <hobu.inc at gmail.com>
date: Fri Feb 11 08:48:18 2011 -0600
description:
merge
diffstat:
doc/_static/files/libLAS-Howard-Butler-ILMF-2011.pdf | 0
include/liblas/detail/private_utility.hpp | 2 +-
python/README.txt | 21 +++++++++++++++++-
3 files changed, 20 insertions(+), 3 deletions(-)
diffs (55 lines):
diff -r 98e5baa967f5 -r 9da6112e51a1 doc/_static/files/libLAS-Howard-Butler-ILMF-2011.pdf
Binary file doc/_static/files/libLAS-Howard-Butler-ILMF-2011.pdf has changed
diff -r 98e5baa967f5 -r 9da6112e51a1 include/liblas/detail/private_utility.hpp
--- a/include/liblas/detail/private_utility.hpp Thu Feb 03 08:56:29 2011 -0600
+++ b/include/liblas/detail/private_utility.hpp Fri Feb 11 08:48:18 2011 -0600
@@ -442,7 +442,7 @@
}
#ifdef _MSC_VER
-# pragma warning(push)
+# pragma warning(pop)
#endif
// Utility functor with accompanying to print GeoTIFF directory.
diff -r 98e5baa967f5 -r 9da6112e51a1 python/README.txt
--- a/python/README.txt Thu Feb 03 08:56:29 2011 -0600
+++ b/python/README.txt Fri Feb 11 08:48:18 2011 -0600
@@ -43,10 +43,24 @@
rescaling support through manipulation of `point.header`, and a number of
additions to bring things in line with the libLAS C++ API.
+Notes
+------------------------------------------------------------------------------
+
+The Windows builds provided by PyPI include statically-linked `LASzip`_ support,
+but do not provide coordinate system support via `GDAL`_ or `libgeotiff`_.
+Because the Windows binaries provide `LASzip`_ support, which is LGPL, they
+should be considered LGPL as well.
+
+If you need coordinate system support, or fully-featured `tools`_, obtain an
+install via `OSGeo4W`_. `OSGeo4W`_ does include its own Python 2.5, however,
+which may what you need, but libLAS' bindings are not tied to any specific
+Python version (they use `ctypes`_), and you should be able to piece together
+a system that way.
+
Documentation
------------------------------------------------------------------------------
-A `tutorial`_ and `class documentation`_ are provided for working
+A `tutorial`_ and `class documentation`_ are provided.
License
------------------------------------------------------------------------------
@@ -54,7 +68,10 @@
libLAS is available under the terms of the `BSD License`_.
See `License`_ for a copy.
-
+.. _`ctypes`: http://docs.python.org/library/ctypes.html
+.. _`tools`: http://liblas.org/utilities/
+.. _`GDAL`: http://gdal.org
+.. _`libgeotiff`: http://trac.osgeo.org/geotiff/
.. _`lasblock`: http://liblas.org/utilities/lasblock.html
.. _`LASzip`: http://laszip.org
.. _`las2oci`: http://liblas.org/utilities/las2oci.html
More information about the Liblas-commits
mailing list