| 86 | |
| 87 | |
| 88 | TEST(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 |
nothing calls this directly
no test coverage detected