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

Method initialize

io/Ilvis2Reader.cpp:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127
128void Ilvis2Reader::initialize(PointTableRef)
129{
130 if (!m_metadataFile.empty() && !FileUtils::fileExists(m_metadataFile))
131 throwError("Invalid metadata file: '" + m_metadataFile + "'");
132
133 // Data are WGS84 (4326) with ITRF2000 datum (6656)
134 // See http://nsidc.org/data/docs/daac/icebridge/ilvis2/index.html for
135 // background
136 setSpatialReference("EPSG:4326");
137}
138
139
140template <typename T>

Callers

nothing calls this directly

Calls 3

fileExistsFunction · 0.50
setSpatialReferenceFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected