mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:20:04 +00:00
List available level 3 products
This commit is contained in:
parent
dd311327db
commit
05d795d18f
3 changed files with 95 additions and 7 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <scwx/provider/nexrad_data_provider.hpp>
|
||||
|
||||
#include <aws/s3/S3Client.h>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace provider
|
||||
|
|
@ -37,6 +39,8 @@ public:
|
|||
std::pair<size_t, size_t> Refresh();
|
||||
|
||||
protected:
|
||||
std::shared_ptr<Aws::S3::S3Client> client();
|
||||
|
||||
virtual std::string
|
||||
GetPrefix(std::chrono::system_clock::time_point date) = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue