Commit graph

1145 commits

Author SHA1 Message Date
Dan Paulat
87d2f84bde Use floating point pixels for modulate color to allow lightening 2024-01-13 01:01:01 -06:00
Dan Paulat
9c8d851cf3 Add icons for (x, y) placement on the map 2024-01-13 00:37:26 -06:00
Dan Paulat
e889af2419 Update test data for new hydrometeor classification palette 2024-01-11 23:20:13 -06:00
Dan Paulat
abd87c9c21 Add radar site to window title 2024-01-11 22:49:41 -06:00
Dan Paulat
316c0a325f
Merge pull request #124 from dpaulat/feature/hydrometeor-classification
Hydrometeor Classification
2024-01-11 22:42:57 -06:00
Dan Paulat
e4aa0c7b75 Fix hydrometeor classification product selection 2024-01-11 22:35:16 -06:00
Dan Paulat
0c8d6eae1f Update hydrometeor classification threshold 2024-01-10 00:59:34 -06:00
Dan Paulat
587dbb7f1f Add hydrometeor classification level 3 product 2024-01-10 00:30:26 -06:00
Dan Paulat
447f3ee821 Don't allow hover over sweep time if there is no data to display, preventing crash 2024-01-09 23:02:44 -06:00
Dan Paulat
c42d60a97d Add debug symbols to ImGui 2024-01-08 22:13:38 -06:00
Dan Paulat
6cc797ca3a Change connection type for MouseCoordinateChanged slot to queued to avoid recursive paint 2024-01-08 22:13:21 -06:00
Dan Paulat
e2bb6563dc Ensure radar product view is not null prior to running mouse picking 2024-01-08 22:12:09 -06:00
Dan Paulat
f9d621d940 Fixes for address sanitizer on Windows 2024-01-07 20:50:25 -06:00
Dan Paulat
03f4b486d6
Merge pull request #120 from dpaulat/feature/map-cursor-info
Add Map Cursor Info
2024-01-07 08:58:29 -06:00
Dan Paulat
f54f6d1b4a Add mouse geo coordinates and UTC time to status bar 2024-01-07 01:54:27 -06:00
Dan Paulat
0c8d1aeb80 Fix case where level 3 data value could be uninitialized 2024-01-06 09:47:35 -06:00
Dan Paulat
a77b6bea9d Don't display "No Data" data level code 2024-01-06 01:24:51 -06:00
Dan Paulat
9225103a92 Get bin values at coordinates from level 3 raster data 2024-01-06 01:22:16 -06:00
Dan Paulat
3f8bd22f77 Pushing data level code and value implementations from level 3 radial view to product view 2024-01-05 23:47:59 -06:00
Dan Paulat
e96808d14d Level 2 data level function implementations 2024-01-05 23:42:04 -06:00
Dan Paulat
36f8f73b0f Use common data level functions when generating color table lut 2024-01-05 14:48:41 -06:00
Dan Paulat
8921c08f4f Return coded or uncoded data values based on product type
- TODO: Still need to update level 3 product view color table lut
2024-01-05 00:49:05 -06:00
Dan Paulat
b0c7413ef0 Display data values on the map when the shift key is held 2024-01-05 00:11:03 -06:00
Dan Paulat
9bb3e175f2 Provide access to color table from radar product view 2024-01-04 23:59:38 -06:00
Dan Paulat
03f08d54f1 Refactor color table functions to reference the lookup table where appropriate 2024-01-04 23:16:05 -06:00
Dan Paulat
c1280c05aa Get data level code and value from level 3 radial data, stubs for raster and level 2 2024-01-04 23:00:55 -06:00
Dan Paulat
a652ac460b Avoid overflow when getting data level code or value 2024-01-04 22:59:03 -06:00
Dan Paulat
66b7bd36fe Expose units, scale and offset of color table 2024-01-04 22:37:55 -06:00
Dan Paulat
0e031e3b69 Rename rpg_types to wsr88d_types, common between level 2 and level 3 2024-01-04 20:07:30 -06:00
Dan Paulat
3a607cc1fe Data level code to string 2024-01-04 13:06:16 -06:00
Dan Paulat
2f06076bb5 Add data level codes, refactor data value determination to product description block 2024-01-04 01:17:14 -06:00
Dan Paulat
9df9c09155
Merge pull request #119 from Zachdehooge/develop
FAQ: Contributing
2024-01-03 10:55:59 -06:00
Zach
4a32085905
Update Syntax 2024-01-03 11:38:22 -05:00
Zach
afae930508
Merge pull request #1 from Zachdehooge/Contributing-FAQ
FAQ: Contributing Section
2024-01-03 11:15:54 -05:00
Zach
50764fde30
Update README.md 2024-01-03 11:15:12 -05:00
Dan Paulat
b67f546774 Use parallel std::find_if to find radial at azimuth 2024-01-02 23:23:59 -06:00
Dan Paulat
20191dce07 Use more precise latitude/longitude of radar when determining distance and azimuth 2024-01-02 12:20:48 -06:00
Dan Paulat
a2f2181f1b Add geographic coordinates to mouse picking functions 2024-01-02 00:45:15 -06:00
Dan Paulat
6e04e1fab3 Get bin values at coordinates from level 3 radial data, stubs for raster and level 2 2024-01-02 00:42:42 -06:00
Dan Paulat
c67b4cf536 Removing "L" key debug from map widget, handled by debug menu 2024-01-01 23:06:33 -06:00
Dan Paulat
bb0419aa3e Start angle should properly reflect the edge of the bin instead of the middle 2024-01-01 23:05:56 -06:00
Dan Paulat
fe76cd67d0 Flexibility updates for Windows setup 2024-01-01 22:54:58 -06:00
Dan Paulat
201fa8d777
Merge pull request #113 from dpaulat/renovate/fontconfig-2.x
Update dependency fontconfig to v2.15.0
2023-12-31 07:30:58 -06:00
renovate[bot]
343635b079
Update dependency fontconfig to v2.15.0 2023-12-31 05:55:17 +00:00
Dan Paulat
45ea79be52 Fix loading OpenGL libraries for ImGui on some Linux distributions
Fixes #114
2023-12-30 18:06:39 -06:00
Dan Paulat
cac240ddcc Flexibility updates for Linux setup 2023-12-30 08:33:23 -06:00
Dan Paulat
a222c7d101
Merge pull request #110 from dpaulat/renovate/libxml2-2.x
Update dependency libxml2 to v2.12.3
2023-12-29 23:27:13 -06:00
Dan Paulat
fc8ad45648 Set CMake policy for FindPythonInterp (aws-sdk-cpp) 2023-12-29 22:23:33 -06:00
Dan Paulat
403f9c5e4d mbgl-qt-docs may not exist if CMake cannot find qdoc 2023-12-29 22:20:07 -06:00
Dan Paulat
3e83b1933c
Merge pull request #112 from dpaulat/feature/appimage
AppImage Support
2023-12-29 22:12:33 -06:00