11 #include "atlas/array.h"
12 #include "atlas/field.h"
20 locslonlat_(other.locslonlat_) {}
24 index_(index), locslonlat_(locations.lonlat()) {}
38 auto lonlat = atlas::array::make_view<double, 2>(
locslonlat_);
39 return eckit::geometry::Point2(lonlat(
index_, 0), lonlat(
index_, 1));
LocationsQG class to handle locations for QG model.
Iterator over all observations.
eckit::geometry::Point2 operator*() const
return location of current observation
bool operator!=(const ObsIteratorQG &) const
ObsIteratorQG & operator++()
bool operator==(const ObsIteratorQG &) const
ObsIteratorQG(const ObsIteratorQG &)
atlas::Field locslonlat_
atlas field of the lons and lats
int index_
index of a current observation
The namespace for the qg model.