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

Function TEST

test/unit/io/CopcRemoteReaderTest.cpp:88–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88TEST(CopcRemoteReaderTest, vsi)
89{
90
91 /*
92 "maxx": 639003.73,
93 "maxy": 853534.37,
94 "maxz": 615.26,
95 "minx": 635579.2,
96 "miny": 848887.49,
97 "minz": 406.56
98 */
99
100 BOX2D bounds(635700,848900, 637000, 853300);
101 std::string url( "https://github.com/PDAL/data/raw/refs/heads/main/autzen/autzen-classified.copc.laz");
102 std::string vsi ("/vsicurl/"+url);
103
104 testURLs(url, bounds);
105 testURLs(vsi, bounds);
106
107
108}
109
110} // namespace pdal

Callers

nothing calls this directly

Calls 1

testURLsFunction · 0.85

Tested by

no test coverage detected