Commit graph

1237 commits

Author SHA1 Message Date
Dan Paulat
a0701df13f Add ticks to linked vectors 2024-02-17 08:50:34 -06:00
Dan Paulat
cd1547f573 When starting a new set of linked vectors, the vector list must be cleared 2024-02-17 00:20:05 -06:00
Dan Paulat
061724242b Initialize OverlayProductView from MapWidget 2024-02-17 00:10:41 -06:00
Dan Paulat
fb06ce7505 Include OverlayProductView in MapContext 2024-02-17 00:10:00 -06:00
Dan Paulat
b800efd45a Use the linked vector border when determining whether to display hover text, in the event of a slim line 2024-02-17 00:09:30 -06:00
Dan Paulat
3ca99ca023 Initial implementation for overlay product view, currently only handling NST 2024-02-17 00:08:45 -06:00
Dan Paulat
e41e35bfc4 Remove duplicate selected time function 2024-02-16 22:26:14 -06:00
Dan Paulat
2d6181b12a Remove includes from map context where only class or struct declaration is required 2024-02-16 22:25:38 -06:00
Dan Paulat
58c7b9accb Initial LinkedVectors draw item implementation 2024-02-10 00:11:19 -06:00
Dan Paulat
8ae973c4cb Utility function to get geographic coordinate from i and j 2024-02-10 00:08:13 -06:00
Dan Paulat
5d828b0819 Expose i and j from LinkedVectorPacket 2024-02-10 00:07:34 -06:00
Dan Paulat
17368b2404 Overhaul GeoLines to be more in line with GeoIcons and PlacefileLines 2024-02-07 05:35:48 -06:00
Dan Paulat
9499323133 Refactor GeoLine to GeoLines, in order to support multiple segments per draw item 2024-02-04 21:17:56 -06:00
Dan Paulat
b8398b4ad0 Add overlay product layer, to hold the following overlay products:
- Storm Structure (NSS/62)
- Hail Index (NHI/59)
- Mesocyclone (NME/60, NMD/141)
- Tornadic Vortex Signature (NTV/61)
- Storm Tracking Information (NST/58)
2024-02-04 21:09:34 -06:00
Dan Paulat
a5d97933dc Add special symbol getter method to TextAndSpecialSymbolPacket 2024-02-03 23:58:26 -06:00
Dan Paulat
43911c1179 Parse SCIT display data as packet list 2024-02-03 23:43:08 -06:00
Dan Paulat
d92c1e50f2 Refactor ScitForecastDataPacket to ScitDataPacket 2024-02-03 08:53:23 -06:00
Dan Paulat
3b110516ed Bump version to v0.3.2 2024-02-03 00:27:42 -06:00
Dan Paulat
77811fa5f8
Merge pull request #141 from dpaulat/renovate/libcurl-8.x
Update dependency libcurl to v8.6.0
2024-02-02 20:35:42 -06:00
renovate[bot]
ec3cbba579
Update dependency libcurl to v8.6.0 2024-02-03 01:31:32 +00:00
Dan Paulat
5a2b67b7d0
Merge pull request #140 from dpaulat/renovate/openssl-3.x
Update dependency openssl to v3.2.1
2024-02-02 19:30:58 -06:00
renovate[bot]
a1293b03d2
Update dependency openssl to v3.2.1 2024-02-01 06:20:58 +00:00
Dan Paulat
b3ca4fd37b
Merge pull request #139 from dpaulat/renovate/sqlite3-3.x
Update dependency sqlite3 to v3.45.1
2024-01-31 23:22:46 -06:00
renovate[bot]
d27c7975f1
Update dependency sqlite3 to v3.45.1 2024-01-31 16:58:57 +00:00
Dan Paulat
7694b0bf59 Add radar site hover text enabled to settings
Resolves #133
2024-01-28 21:24:30 -06:00
Dan Paulat
d8eaee2f7f
Merge pull request #137 from dpaulat/renovate/zlib-1.x
Update dependency zlib to v1.3.1
2024-01-28 01:36:25 -06:00
Dan Paulat
da7149e443
Merge pull request #136 from dpaulat/renovate/boost-1.x
Update dependency boost to v1.84.0
2024-01-28 01:36:10 -06:00
Dan Paulat
74e4564882
Merge pull request #138 from dpaulat/feature/legacy-level2-data
Support older Level 2 data formats
2024-01-28 01:35:45 -06:00
Dan Paulat
eb076307c9 Update volume time outside of loop 2024-01-27 23:28:22 -06:00
Dan Paulat
8d1fcfec7f Don't query for NEXRAD data at the epoch 2024-01-27 23:18:33 -06:00
Dan Paulat
0f215a9469 Reintroduce invalid time warning, filter NWS_NEXRAD_* filenames instead 2024-01-27 23:18:15 -06:00
Dan Paulat
6af8e398dd Adding 2002 ARCHIVE2 file to Level 2 test set 2024-01-27 22:30:26 -06:00
Dan Paulat
9071c4751e Add current radar site to NexradFileRequest in the event there is no radar site in the Archive II file 2024-01-27 22:30:02 -06:00
Dan Paulat
1259cba811 Fix signed/unsigned implicit cast 2024-01-27 16:49:47 -06:00
Dan Paulat
a0f43b5f3f Handle negative data moment ranges for level 2 data 2024-01-27 16:39:49 -06:00
Dan Paulat
fb7f25e0bd Explicit capture of this 2024-01-27 13:06:18 -06:00
Dan Paulat
636f444c40 Support ARCHIVE2 2024-01-27 01:18:25 -06:00
Dan Paulat
243a7c870c Update Archive II processing to better handle older data sets 2024-01-27 01:17:34 -06:00
renovate[bot]
933e94267e
Update dependency zlib to v1.3.1 2024-01-25 13:17:29 +00:00
Dan Paulat
fdd09011f4 If the input stream fails during level 2 parsing, avoid an infinite loop 2024-01-24 22:32:15 -06:00
Dan Paulat
3705ca4f2e Add missing default case statement 2024-01-24 08:14:53 -06:00
renovate[bot]
b2c007e82e
Update dependency boost to v1.84.0 2024-01-24 12:10:19 +00:00
Dan Paulat
6e7debbb3a Add ARCHIVE2 format definition, difficult to locate online
Archived from NCAR:
https://github.com/NCAR/lrose-cedric/blob/master/sprint/source/wsr88d.tape-documentation
2024-01-24 00:06:14 -06:00
Dan Paulat
db6e504aa8 Stub for ARCHIVE2 format 2024-01-24 00:03:40 -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
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
0fa3b8524c Add precipitation mode VCPs 2024-01-24 00:03:27 -06:00
Dan Paulat
527ada5b07 Specify a minimum data moment range when computing level 2 gate interval 2024-01-23 23:24:34 -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