Commit graph

57 commits

Author SHA1 Message Date
Dan Paulat
926cce1eac Level2MessageFactory clang-tidy cleanup 2025-05-16 23:51:12 -05:00
Dan Paulat
f709380a97 Add RdaPrfData (message type 32) 2025-05-16 23:51:12 -05:00
Dan Paulat
fd6c224fc2 Modified RDA message clang-tidy cleanup 2025-05-16 23:51:12 -05:00
Dan Paulat
2025698d88 Updating modified messages for RDA Build 23.0 2025-05-16 23:51:11 -05:00
AdenKoperczak
34eb3af698
Use static cast when getting elevations to convert from double to float 2025-05-10 09:50:52 -04:00
AdenKoperczak
0f95439b61
Initial clang format/tidy fixes for level_2_chunks 2025-05-10 09:50:52 -04:00
AdenKoperczak
6ca76b9eca
Move elevation conversion code into VCP and DRD code 2025-05-10 09:50:52 -04:00
AdenKoperczak
c92b881d4a remove std::move for temps (This needs checking) 2024-09-19 11:55:42 -04:00
Dan Paulat
cca71410f5 Don't create Digital Radar Data Moment Blocks for empty moment data
Fixes #150
2024-02-26 00:06:44 -06:00
Dan Paulat
a0f43b5f3f Handle negative data moment ranges for level 2 data 2024-01-27 16:39:49 -06:00
Dan Paulat
243a7c870c Update Archive II processing to better handle older data sets 2024-01-27 01:17:34 -06:00
Dan Paulat
3705ca4f2e Add missing default case statement 2024-01-24 08:14:53 -06:00
Dan Paulat
af1b42e7b0 Ignore empty messages for clutter filter bypass map and VCP data 2024-01-24 00:03:40 -06:00
Dan Paulat
524d5e4fac Fix initialization of Digital Radar Data moment block 2024-01-23 00:23:19 -06:00
Dan Paulat
835e8d8f0d Process and index Digital Radar Data 2024-01-23 00:22:56 -06:00
Dan Paulat
730c1a9ba7 Inherit DigitalRadarData from GenericRadarData 2024-01-22 23:59:04 -06:00
Dan Paulat
571d0b2ce9 Add Generic Radar Data as a common base class to message types 1 and 31 2024-01-22 23:03:32 -06:00
Dan Paulat
b8b0812ce6 Significant refactor of Digital Radar Data Generic with nested classes 2024-01-22 22:22:47 -06:00
Dan Paulat
5058e3493c Add scaled values for ranges and angles in Digital Radar Data 2024-01-22 21:37:33 -06:00
Dan Paulat
807d98d7ef Use strong-typed units for angles and ranges in Digital Radar Data Generic Format 2024-01-22 21:36:47 -06:00
Dan Paulat
bf2569cb3e Pass context shared pointer by reference 2024-01-22 19:59:18 -06:00
Dan Paulat
53717434a6 Ignore message segments when first segment doesn't start at 1 2024-01-22 09:44:31 -06:00
Dan Paulat
dbda117284 Ignore invalid julian date in level 2 header 2024-01-22 09:44:31 -06:00
Dan Paulat
664a8dcaee Display invalid elevation number for Message Type 31 2024-01-22 09:44:31 -06:00
Dan Paulat
68cca50ddf Add Level 2 Message Type 1, Digital Radar Data 2024-01-22 09:44:31 -06:00
Dan Paulat
bfd7963d4c Rename DigitalRadarData to DigitalRadarDataGeneric to align with message type 31 name 2024-01-22 09:44:31 -06:00
Dan Paulat
f9d621d940 Fixes for address sanitizer on Windows 2024-01-07 20:50:25 -06:00
Dan Paulat
023688b746 General GCC compilation fixes 2023-04-17 18:37:23 -05:00
Dan Paulat
3339a40780 Fixing warnings in wxdata 2022-06-11 07:10:08 -05:00
Dan Paulat
be2f9fe674 Fixing concurrency issue when parsing level 2 data 2022-05-28 01:32:35 -05:00
Dan Paulat
dda71133e0 Boost.Log -> spdlog - wsr88d/rda 2022-04-16 08:12:49 -05:00
Dan Paulat
8f362cc881 Clutter filter bypass map 2022-02-12 22:00:30 -06:00
Dan Paulat
0df6defe01 RDA Status Data support for Build < 18.0 2022-02-12 18:23:07 -06:00
Dan Paulat
835ee644b5 Return fields by value instead of const reference 2022-01-23 19:55:56 -06:00
Dan Paulat
7a9582a689 Refactoring generic message components to awips namespace 2022-01-14 19:34:47 -06:00
Dan Paulat
cb86ab4b9b Default ValidateMessage implementation 2021-12-24 12:06:38 -06:00
Dan Paulat
a280f37289 Refactoring, making level 2 message classes more explicitly named 2021-12-23 11:55:26 -06:00
Dan Paulat
cae04fad37 Update VCP display 2021-12-22 16:36:04 -06:00
Dan Paulat
87581892a7 Dynamic range circle 2021-11-14 01:28:13 -06:00
Dan Paulat
3e92847901 Initial indexing capability 2021-11-13 01:15:53 -06:00
Dan Paulat
bcae7d9825 Backend support for multiple color tables 2021-11-06 08:28:08 -05:00
Dan Paulat
951710dcfe Allow selection of different level 2 products 2021-11-05 22:58:53 -05:00
Dan Paulat
3a3843c280 Adding interface to radar data, correcting scaling 2021-07-25 08:35:24 -05:00
Dan Paulat
63c0034b64 Suppressing some logging 2021-07-25 08:30:25 -05:00
Dan Paulat
57e8e82d4d Create interface for moment data gates 2021-06-27 21:13:24 -05:00
Dan Paulat
a2c6ee70a4 Store radar data in Ar2vFile object 2021-06-27 10:20:32 -05:00
Dan Paulat
9daee7b8c6 Use ntoh instead of hton when byte swapping for consistency 2021-06-20 21:23:44 -05:00
Dan Paulat
ded87eb937 Digital radar data moment gates and accessors 2021-06-20 21:21:12 -05:00
Dan Paulat
d648c1db08 Message data vector buffer should resize instead of reserve, preserving data on growth 2021-06-20 20:51:15 -05:00
Dan Paulat
f0386cda27 Parse Digital Radar Data (Message Type 31) 2021-06-20 20:28:22 -05:00