PDAL / python

PDAL's Python Support
Other
117 stars 35 forks source link

How to load data into memory tile wise #51

Closed digital-idiot closed 4 years ago

digital-idiot commented 4 years ago

pdal can be used to split large las/laz file into multiple square tiles in the form of file (https://pdal.io/apps/tile.html).

abellgithub commented 4 years ago

You will have to be more specific about what you want to do.

Thanks,

On Thu, Feb 27, 2020, 08:29 Abhisek Maiti notifications@github.com wrote:

pdal can be used to split large las/laz file into multiple square tiles in the form of file (https://pdal.io/apps/tile.html).

  • Is it possible to load each tile individually into memory for custom processing without writing into file?
  • Is it possible to make tiles rectangular?
  • What about partially overlapping tiles?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PDAL/python/issues/51?email_source=notifications&email_token=AAKBMMDQQJYKJYZXEJP5E7LRE65Z3A5CNFSM4K43O3G2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQZKDPA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKBMMB6R4W4LZ4TBQBDGWTRE65Z3ANCNFSM4K43O3GQ .

hobu commented 4 years ago

We use entwine.io for these kinds of workflows. Please use github for bugs and tickets. Use the mailing list for discussion topics like this one.