| 370 | } |
| 371 | |
| 372 | int InfoKernel::execute() |
| 373 | { |
| 374 | std::string filename = (m_usestdin ? std::string("STDIN") : m_inputFile); |
| 375 | MetadataNode root = run(filename); |
| 376 | Utils::toJSON(root, std::cout); |
| 377 | |
| 378 | return 0; |
| 379 | } |
| 380 | |
| 381 | |
| 382 | } // namespace pdal |