Skip to content

Commit

Permalink
Add doc describing raster type limitation for writers.gdal.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jun 9, 2017
1 parent 535bdc2 commit 294552b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/stages/writers.gdal.rst
Expand Up @@ -4,8 +4,10 @@ writers.gdal
================================================================================

The `GDAL`_ writer creates a raster from a point cloud using an interpolation
algorithm. Output is produced using GDAL and can therefore use any `driver
that supports creation of rasters`_.
algorithm. Output is produced using GDAL and can theoretically use any `driver
that supports creation of rasters`_. Currently, PDAL only supports writing
double-precision rasters, which limits the number of drivers that can in
practice be used.

.. _`GDAL`: http://gdal.org
.. _`driver that supports creation of rasters`: http://www.gdal.org/formats_list.html
Expand Down

0 comments on commit 294552b

Please sign in to comment.