Get bin values at coordinates from level 3 radial data, stubs for raster and level 2

This commit is contained in:
Dan Paulat 2024-01-02 00:42:42 -06:00
parent c67b4cf536
commit 6e04e1fab3
9 changed files with 153 additions and 19 deletions

View file

@ -32,6 +32,8 @@ public:
std::tuple<const void*, std::size_t, std::size_t>
GetMomentData() const override;
std::optional<std::uint16_t>
GetBinLevel(const common::Coordinate& coordinate) const override;
static std::shared_ptr<Level3RasterView>
Create(const std::string& product,