| 469 | } |
| 470 | |
| 471 | void CopcWriter::done(PointTableRef table) |
| 472 | { |
| 473 | if (isRemote) |
| 474 | { |
| 475 | arbiter::Arbiter a; |
| 476 | a.put(remoteFilename, a.getBinary(filename())); |
| 477 | |
| 478 | // Clean up temporary |
| 479 | FileUtils::deleteFile(filename()); |
| 480 | } |
| 481 | } |
| 482 | |
| 483 | } // namespace pdal |
nothing calls this directly
no test coverage detected