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

Method initialize

plugins/icebridge/io/IcebridgeReader.cpp:196–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void IcebridgeReader::initialize()
197{
198 if (!m_metadataFile.empty() && !FileUtils::fileExists(m_metadataFile))
199 {
200 throwError("Invalid metadata file: '" + m_metadataFile + "'");
201 }
202
203 // Data are WGS84 (4326) with ITRF2000 datum (6656)
204 // See http://nsidc.org/data/docs/daac/icebridge/ilvis2/index.html for
205 // background
206 setSpatialReference("EPSG:4326");
207}
208
209void IcebridgeReader::done(PointTableRef table)
210{

Callers 1

readyMethod · 0.45

Calls 3

fileExistsFunction · 0.50
setSpatialReferenceFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected