Skip to content
Commits on Source (7)
......@@ -28,14 +28,14 @@ mark_as_advanced(CMAKE_VERBOSE_MAKEFILE)
# the next line is the ONLY place in the entire pdal system where
# the version info is hard-coded
set(PDAL_VERSION_STRING "1.9.0" CACHE STRING "PDAL version")
set(PDAL_VERSION_STRING "1.9.1" CACHE STRING "PDAL version")
DISSECT_VERSION()
GET_OS_INFO()
SET_INSTALL_DIRS()
set(PDAL_API_VERSION "8")
set(PDAL_BUILD_VERSION "9.0.0")
set(PDAL_BUILD_VERSION "9.0.1")
# Name of C++ library
......
Unless otherwise indicated, all files in the PDAL distribution are
Copyright (c) 2017, Hobu, Inc. (howard@hobu.co)
Copyright (c) 2019, Hobu, Inc. (howard@hobu.co)
and are released under the terms of the BSD open source license.
......@@ -10,7 +10,7 @@ This file contains the license terms of all files within PDAL.
Overall PDAL license (BSD)
===========================
Copyright (c) 2017, Hobu, Inc. (howard@hobu.co)
Copyright (c) 2019, Hobu, Inc. (howard@hobu.co)
All rights reserved.
......@@ -42,5 +42,3 @@ Overall PDAL license (BSD)
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
================================================================================
1.9.1
================================================================================
Version 1.9.1 is a bug fix release.
Bug Fixes
---------
- When writing numerous LAS files with the PDAL API, an internal list
of fields to forward could grow excessively. This has been fixed.
(#2452)
- A computation in ``writers.gdal`` that could overflow with very large
rasters has been fixed. (#2454)
- A bug that could result in the same pipeline tag name being used for
multiple stages of the same type has been fixed. (#2458)
- A potential segmentation fault in ``pdal density`` has been fixed.
(#2461)
- A segmentation fault in ``filters.chipper`` when processing multiple
inputs has been fixed. (#2479)
- An issue with ``readers.ept`` overwriting temporary files before they
weren’t needed has been fixed. (#2474)
- Fixed an issue where ``filters.icp`` would create data that appeared
invalid due to the precision of data when positions weren’t located
near the origin. (#2492)
================================================================================
1.9.0
================================================================================
......
pdal (1.9.1+ds-1~exp1) experimental; urgency=medium
* New upstream release.
* Update 1.9.0 symbols for other architectures.
* Update copyright years for Michael P. Gerlek.
* Update 1.9.1 symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Thu, 09 May 2019 20:41:54 +0200
pdal (1.9.0+ds-1~exp1) experimental; urgency=medium
* New upstream release.
......
......@@ -11,6 +11,7 @@ Files-Excluded: .gitattributes
Files: *
Copyright: 2014-2019, Hobu, Inc. <info@hobu.co>
2014, 2016-2019, Connor Manning <connor@hobu.co>
2011-2012, 2014, 2019, Michael P. Gerlek <mpg@flaxen.com>
2019, Peter L. Svendsen <peter.limkilde@gmail.com>
2019, TileDB, Inc
2011-2018, Bradley J Chambers <brad.chambers@gmail.com>
......@@ -24,7 +25,6 @@ Copyright: 2014-2019, Hobu, Inc. <info@hobu.co>
2014-2016, RadiantBlue Technologies, Inc
2015, James W. O'Meara <james.w.omeara@gmail.com>
2010, 2013-2014, Andrew Bell
2011-2012, 2014, Michael P. Gerlek <mpg@flaxen.com>
2013, Paul Ramsey <pramsey@cleverelephant.ca>
2009-2012, Willow Garage, Inc
2012, Open Perception, Inc
......
This diff is collapsed.
......@@ -14,6 +14,7 @@ so the following instructions use that build tool, though building with
GNU Makefiles works similarly (simply replace "ninja" with "make" when
running the build tool).
.. _`CMake`: https://cmake.org
.. _`generators`: https://cmake.org/cmake/help/v3.5/manual/cmake-generators.7.html
.. _`Ninja`: https://ninja-build.org/
.. _`GNU Makefiles`: https://www.gnu.org/software/make/manual/make.html
......@@ -205,3 +206,4 @@ PDAL can be installed to the default location (usually subdirectories of
::
$ ninja install
Version 1.9.1 is a bug fix release.
## Bug Fixes
- When writing numerous LAS files with the PDAL API, an internal list of fields to forward could grow excessively. This has been fixed. (#2452)
- A computation in `writers.gdal` that could overflow with very large rasters has been fixed. (#2454)
- A bug that could result in the same pipeline tag name being used for multiple stages of the same type has been fixed. (#2458)
- A potential segmentation fault in `pdal density` has been fixed. (#2461)
- A segmentation fault in `filters.chipper` when processing multiple inputs has been fixed. (#2479)
- An issue with `readers.ept` overwriting temporary files before they weren't needed has been fixed. (#2474)
- Fixed an issue where `filters.icp` would create data that appeared invalid due to the precision of data when positions weren't located near the origin. (#2492)
......@@ -13,22 +13,25 @@ Download
Current Release(s)
------------------------------------------------------------------------------
* **2018-10-12** `PDAL-1.8.0-src.tar.gz`_ `Release Notes`_ (`md5`_)
* **2019-05-09** `PDAL-1.9.1-src.tar.gz`_ `Release Notes`_ (`md5`_)
.. _`PDAL-1.8.0-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.8.0-src.tar.gz
.. _`Release Notes`: https://github.com/PDAL/PDAL/releases/tag/1.8.0
.. _`md5`: http://download.osgeo.org/pdal/PDAL-1.8.0-src.tar.gz.md5
.. _`Release Notes`: https://github.com/PDAL/PDAL/releases/tag/1.9.1
.. _`md5`: https://github.com/PDAL/PDAL/releases/download/1.9.1/PDAL-1.9.1-src.tar.gz.md5
Past Releases
------------------------------------------------------------------------------
* **2019-04-09** `PDAL-1.9.0-src.tar.gz`_
* **2018-10-12** `PDAL-1.8.0-src.tar.gz`_
* **2018-05-13** `PDAL-1.7.2-src.tar.gz`_
* **2018-04-06** `PDAL-1.7.1-src.tar.gz`_
* **2018-04-05** `PDAL-1.7.0-src.tar.gz`_
* **2017-10-12** `PDAL-1.6.0-src.tar.gz`_
.. _`PDAL-1.9.1-src.tar.gz`: https://github.com/PDAL/PDAL/releases/download/1.9.1/PDAL-1.9.1-src.tar.gz
.. _`PDAL-1.9.0-src.tar.gz`: https://github.com/PDAL/PDAL/releases/download/1.9.0/PDAL-1.9.0-src.tar.gz
.. _`PDAL-1.8.0-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.8.0-src.tar.gz
.. _`PDAL-1.7.2-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.7.2-src.tar.gz
.. _`PDAL-1.7.1-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.7.1-src.tar.gz
.. _`PDAL-1.7.0-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.7.0-src.tar.gz
......
......@@ -20,17 +20,22 @@ FAQ
In almost all cases this error occurs because you're trying to run a stage
that is built as a plugin and the plugin (a shared library file or DLL)
can't be found by pdal. You can verify whether the plugin can
be found by running "pdal --drivers"
be found by running ``pdal --drivers``
If you've built pdal yourself, make sure you've requested to build the
plugin in question (set BUILD_PLUGIN_PCL=ON, for example, in CMakeCache.txt).
If you've successfully built the plugin, a
shared object called
libpdal_plugin_<plugin type>_<plugin name>.<shared library extension> should
have been created that's installed in a location where pdal can find it.
pdal will search
the following paths for plugins: ".", "./lib", "../lib", "./bin", "../bin".
::
libpdal_plugin_<plugin type>_<plugin name>.<shared library extension>
should have been created that's installed in a location where pdal
can find it. pdal will search
the following paths for plugins: ``.``, ``./lib``, ``../lib``, ``./bin``,
``../bin``.
You can also override the default search path by setting the environment
variable ``PDAL_DRIVER_PATH`` to a list of directories that pdal should search
......@@ -46,7 +51,8 @@ FAQ
sizes before PDAL can process the data. Furthermore, some operations
(notably :ref:`DEM creation<writers.gdal>`) can use large amounts of
additional memory during processing before the output can be written.
Depending on the operation, PDAL will attempt operate in "stream mode" to
Depending on the operation, PDAL will attempt operate in
:ref:`stream mode <processing_modes>` to
limit memory consumption when possible.
|
......