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

Function stac_error

io/private/stac/Utils.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{
42
43pdal_error stac_error(std::string id, std::string stacType,
44 std::string const& msg)
45{
46 return pdal_error("STACError (" + stacType + ": " + id + "): " + msg);
47}
48
49pdal_error stac_error(std::string const& msg)
50{

Callers 8

validateMethod · 0.85
extractDriverFromItemMethod · 0.85
validateMethod · 0.85
filterBoundsMethod · 0.85
filterDatesMethod · 0.85
stacValueFunction · 0.85
validateMethod · 0.85
getStacTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected