pub struct Template3_41 {
pub earth: EarthShape,
pub gaussian: GaussianGrid,
pub rotation: Rotation,
}Expand description
Grid definition template 3.41 - rotated Gaussian latitude/longitude.
Fields§
§earth: EarthShape§gaussian: GaussianGrid§rotation: RotationTrait Implementations§
Source§impl Clone for Template3_41
impl Clone for Template3_41
Source§fn clone(&self) -> Template3_41
fn clone(&self) -> Template3_41
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Template3_41
impl Debug for Template3_41
Source§impl Dump for Template3_41
impl Dump for Template3_41
Source§impl GridPointIndex for Template3_41
impl GridPointIndex for Template3_41
Source§fn grid_shape(&self) -> (usize, usize)
fn grid_shape(&self) -> (usize, usize)
Returns the shape of the grid, i.e. a tuple of the number of grids in
the i and j directions.
Source§fn scanning_mode(&self) -> &ScanningMode
fn scanning_mode(&self) -> &ScanningMode
Returns
ScanningMode used for the iteration.Source§impl GridShortName for Template3_41
impl GridShortName for Template3_41
Source§fn short_name(&self) -> &'static str
fn short_name(&self) -> &'static str
Returns the grid type. Read more
Source§impl LatLons for Template3_41
impl LatLons for Template3_41
type Iter<'a> = Unrotate<RegularGridIterator> where Self: 'a
Source§fn latlons_unchecked<'a>(&'a self) -> Result<Self::Iter<'a>, GribError>
fn latlons_unchecked<'a>(&'a self) -> Result<Self::Iter<'a>, GribError>
Computes and returns an iterator over latitudes and longitudes of grid
points in degrees. Unlike the return values from
LatLons::latlons,
the longitude values from thie method do not necessarily fall within
the range [-180°, 180°].Source§impl PartialEq for Template3_41
impl PartialEq for Template3_41
impl StructuralPartialEq for Template3_41
Source§impl TryFromSlice for Template3_41
impl TryFromSlice for Template3_41
Source§impl WriteToBuffer for Template3_41
impl WriteToBuffer for Template3_41
Auto Trait Implementations§
impl Freeze for Template3_41
impl RefUnwindSafe for Template3_41
impl Send for Template3_41
impl Sync for Template3_41
impl Unpin for Template3_41
impl UnsafeUnpin for Template3_41
impl UnwindSafe for Template3_41
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more