AWS Level 3 Data Provider

This commit is contained in:
Dan Paulat 2022-05-30 00:53:44 -05:00
parent c5c54fbfa2
commit 70b8f78eb5
7 changed files with 259 additions and 1 deletions

View file

@ -26,6 +26,10 @@ private:
public:
static std::shared_ptr<NexradDataProvider>
CreateLevel2DataProvider(const std::string& radarSite);
static std::shared_ptr<NexradDataProvider>
CreateLevel3DataProvider(const std::string& radarSite,
const std::string& product);
};
} // namespace provider