Struct terra::terrain::dem::DigitalElevationModel [] [src]

pub struct DigitalElevationModel {
    pub width: usize,
    pub height: usize,
    pub cell_size: f64,
    pub xllcorner: f64,
    pub yllcorner: f64,
    pub elevations: Vec<f32>,
}

Fields

Methods

impl DigitalElevationModel
[src]

[src]

Load a zip file in the format for the USGS's National Elevation Dataset.

[src]

Load a zip file in the format for the NASA's STRM 30m dataset.

[src]

[src]