MCPcopy Create free account
hub / github.com/comaps/comaps / GetSrtmContFileName

Function GetSrtmContFileName

generator/srtm_parser.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46std::string GetSrtmContFileName(std::string const & dir, std::string const & base)
47{
48 return base::JoinPath(dir, base + ".SRTMGL1.hgt.zip");
49}
50} // namespace
51
52// SrtmTile ----------------------------------------------------------------------------------------

Callers 2

InitMethod · 0.85
GetPathMethod · 0.85

Calls 1

JoinPathFunction · 0.85

Tested by

no test coverage detected