MCPcopy Create free account
hub / github.com/PDAL/PDAL / handleItem

Method handleItem

io/StacReader.cpp:237–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void StacReader::Private::handleItem(NL::json stacJson, std::string filename)
238{
239 Item item(stacJson, filename, *m_connector, m_args->validateSchema);
240
241 log()->get(LogLevel::Debug) << "Found STAC Item " << item.id() << ".";
242 if (item.init(*m_itemFilters, m_args->rawReaderArgs, m_args->schemaUrls))
243 addItem(item);
244}
245
246void StacReader::Private::handleNested(Catalog& c)
247{

Callers 1

initializeMethod · 0.45

Calls 4

logFunction · 0.50
getMethod · 0.45
idMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected