Dan Paulat
|
81f09e07f0
|
Archive warnings clang-tidy fixes
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
8cdd8526eb
|
Archive warning fixes for gcc
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
8dde98d2a9
|
Add debug log statements to archive warning loading
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
65e3a66750
|
Update IemApiProvider to use template functions
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
1a1c668d62
|
Finish windowed load. Not all polygon updates are shown on the map.
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
33e18765b7
|
Start of implementation to load a window of archive warning data, currently broken
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
e82fa93fb0
|
Use ranges instead of vectors for listing text products
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
7a8a0302e0
|
Provide interface to request multiple text product lists in parallel
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
b117d2088a
|
Add missing date includes to IEM API provider
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
33cfd4bc0e
|
Don't reload archive text products that have already been loaded
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
3f83c8e4a9
|
IEM API provider should use std::string instead of std::string_view for abseil compatibility
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
a6ba312f6b
|
Provide year/month hint to WMO header parser based on filename
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
46972e8769
|
Formatting iem_api_provider.cpp
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
c00016cb69
|
Warning file record should use filename, not URL
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
f9e79b3e40
|
Rename IEM warnings provider to IEM API provider
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
8da440ea1f
|
General linter cleanup
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
2720ad6a38
|
Add IEM load text product API functionality
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
59a8fdbf56
|
List NWS text products metadata
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
895e760fee
|
Create IemWarningsProvider class for archive warnings
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
d34cd68471
|
Warnings provider gcc fixes
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
a8da035566
|
Warnings provider clang-tidy fixes
|
2025-05-04 23:10:18 -05:00 |
|
Dan Paulat
|
87af6479d6
|
Rewrite warnings provider to use HEAD requests instead of directory listing to find recent warnings
|
2025-05-04 23:10:18 -05:00 |
|
Dan Paulat
|
f7949cc404
|
Avoid invalid iterator comparison after objects mutex is unlocked
|
2024-11-20 19:50:09 -06:00 |
|
AdenKoperczak
|
79e39021a6
|
switch to using __cpp_lib_chrono to determine if chrono or date/date.h should be used
|
2024-09-22 12:02:38 -04:00 |
|
AdenKoperczak
|
c5d004aa48
|
fixed __clange__ spelling mistake
|
2024-09-21 12:44:24 -04:00 |
|
AdenKoperczak
|
02bf673105
|
remove commented out unused variables
|
2024-09-20 13:27:27 -04:00 |
|
AdenKoperczak
|
d9f9e89b19
|
do not include date/date.h for clang
|
2024-09-19 14:38:53 -04:00 |
|
AdenKoperczak
|
f5a5d3172f
|
comment out some unused variables/constants
|
2024-09-19 11:55:42 -04:00 |
|
AdenKoperczak
|
838032c8d6
|
updated files to use chronos for time with clang
|
2024-09-19 11:55:42 -04:00 |
|
Dan Paulat
|
a76da1caac
|
Update dependency aws-sdk-cpp to v1.11.331
|
2024-05-19 21:53:23 -05:00 |
|
Dan Paulat
|
5fc05ebce6
|
Use anonymous AWS credentials
|
2024-05-07 23:52:25 -05:00 |
|
Dan Paulat
|
0f215a9469
|
Reintroduce invalid time warning, filter NWS_NEXRAD_* filenames instead
|
2024-01-27 23:18:15 -06:00 |
|
Dan Paulat
|
2fd7dca8a4
|
Change invalid time key log from warning to trace, as this is not always an unexpected condition
|
2024-01-24 00:03:40 -06:00 |
|
Dan Paulat
|
3d93048e61
|
Change the AWS connection timeout from 1 second to 10 seconds
|
2024-01-21 22:29:07 -06:00 |
|
Dan Paulat
|
2757c51828
|
Migrate Warnings Provider from std::regex to RE2
|
2023-12-10 21:59:32 -06:00 |
|
Dan Paulat
|
c331f4a1e4
|
Ignore deprecated stdext:: usage in AWS SDK
|
2023-11-16 22:22:26 -06:00 |
|
Dan Paulat
|
58a2d8982a
|
Adjust date pruning threshold
|
2023-05-28 20:18:06 -05:00 |
|
Dan Paulat
|
ca88d60a5d
|
Update recent object dates when date is already cached
|
2023-05-26 01:14:42 -05:00 |
|
Dan Paulat
|
da835d7226
|
Optimization of object listing by date
|
2023-05-24 22:56:17 -05:00 |
|
Dan Paulat
|
b162fda895
|
Don't crash if a bad date is provided to data provider formatter
|
2023-05-24 00:11:47 -05:00 |
|
Dan Paulat
|
a9f5a766cc
|
Add NEXRAD data provider function to get time points by date
|
2023-05-16 22:42:09 -05:00 |
|
Dan Paulat
|
92f2c76a70
|
Fix refresh at the start of a new UTC date
|
2023-04-21 09:44:35 -05:00 |
|
Dan Paulat
|
57e9069f0a
|
Support GCC 11
|
2023-04-20 00:27:32 -05:00 |
|
Dan Paulat
|
023688b746
|
General GCC compilation fixes
|
2023-04-17 18:37:23 -05:00 |
|
Dan Paulat
|
593010acc2
|
Use HH date library when not using MSVC
|
2023-04-17 18:16:36 -05:00 |
|
Dan Paulat
|
509fc76653
|
Guard pragma warning statements with ifdef msvc
|
2023-04-16 01:02:56 -05:00 |
|
Dan Paulat
|
ec355dd794
|
Initialize member variables in AWS NEXRAD Data Provider
|
2022-11-06 23:39:39 -06:00 |
|
Dan Paulat
|
a2616b0ee0
|
Warnings provider to access warnings text products
|
2022-11-06 23:37:41 -06:00 |
|
Dan Paulat
|
17ebfd609d
|
Disable HTTP request for region
|
2022-09-06 23:22:58 -05:00 |
|
Dan Paulat
|
c9c77050ed
|
Making local variables in AWS Level 3 Data Provider static, adding debug
|
2022-09-05 18:03:34 -05:00 |
|