[pdal] PDAL Python bindings

Stefan Ziegler stefan.ziegler.de at gmail.com
Wed Aug 12 10:04:20 PDT 2015


Use case 1: We have approx. 1000 tiles (one sqkm each) and need to
reproject them. Afterwards we nee to adjust the bounding boxes to "nice"
coordinates again. Let's say the source bbox is something like
620'000/240'000, 621'000/241'000. After reprojecting it will be
2'620'000.55/1'240'000.34, 2'621'000.58/1'241'000.37. But we want a bbox
like this: 2'620'000/1'240'000, 2'621'000/1'241'000. I can achieve this
with available pdal features (tindex, translate etc.) and some python
script for the loop with system calls (for pdal).

Use case 2: Some small (wsgi) webservice like requesting lidar data with a
bounding/polygon as parameter value. Again I could do this wie os.system().

Any hints are welcomed if I do not see the wood for the trees :)

regards
Stefan

On Wed, Aug 12, 2015 at 4:21 PM, Howard Butler <howard at hobu.co> wrote:

>
> > On Aug 12, 2015, at 3:37 AM, Stefan Ziegler <stefan.ziegler.de at gmail.com>
> wrote:
> >
> > Hi
> >
> > The project goals are mentioning Python bindings for PDAL:
> >
> > http://www.pdal.io/development/goals.html
> >
> > Are there any bindings available? If not, could this be sponsered?
>
> There was some effort in creating some SWIG bindings for PDAL, but I'm not
> sure it's the right approach. With the programmable and predicate filters,
> you have most of the Python capability you would need, and the only thing I
> can think of that isn't there yet is the ability to execute a pipeline into
> a Numpy array (a Python writer, if you will).
>
> What exactly did you want to achieve with Python bindings for PDAL?
>
> Howard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20150812/a2c0bcca/attachment.html>


More information about the pdal mailing list