Commit Graph

7240 Commits

Author SHA1 Message Date
Shahram Najm 1aa377fde1 ECC-1405: Cleanup 2022-06-15 19:17:59 +01:00
Shahram Najm b697f66b2e ECC-1405: Add new function: codes_handle_new_from_samples 2022-06-15 18:21:28 +01:00
Shahram Najm fa7f760a7b Tools: Improve error message 2022-06-15 12:04:07 +01:00
Shahram Najm 1d9a4b27a1 Cleanup 2022-06-14 22:11:48 +01:00
Shahram Najm 1274eda938 ECC-1403 continued: wip 2022-06-14 18:11:20 +01:00
Shahram Najm c1dce662de ECC-1403 continued: Add method unpack_double_element_set 2022-06-14 15:07:16 +01:00
Shahram Najm 113f24bbe4 ECC-1403: GRIB: codes_grib_nearest_find too slow 2022-06-11 14:39:14 +01:00
Shahram Najm 91c20018c3 ECC-1403: GRIB: codes_grib_nearest_find too slow 2022-06-11 12:56:12 +01:00
Shahram Najm 7f1473f1be ECC-1402: GRIB1: Nearest point incorrect for second order boustrophedonic 2022-06-11 12:24:32 +01:00
Shahram Najm e0188ee4e7 Merge branch 'develop' into feature/Performance_nearest 2022-06-10 21:27:29 +01:00
Shahram Najm a050115789 Refactoring: Function renaming 2022-06-10 20:51:39 +01:00
Shahram Najm 1803e35bac Performance: nearest point (Part 02) 2022-06-10 20:48:59 +01:00
Shahram Najm 4fe5f475e7 C++: Cannot use variable name of 'new' 2022-06-09 18:10:07 +01:00
Shahram Najm a2034bcaa2 ECC-1401: Fix test 2022-06-09 18:02:55 +01:00
Shahram Najm 49541be2ef ECC-1401: BUFR: bufr_dump generates invalid JSON 2022-06-09 17:47:20 +01:00
Shahram Najm 9b0926d000 ECC-1400: GRIB2: Update shortname of 260318 - 260321 2022-06-09 12:17:43 +01:00
Shahram Najm 9bb5c1ddd7 ECC-1399: GRIB2: Add parameters for additional precipitation type severity and frequency 2022-06-08 18:16:56 +01:00
Shahram Najm ae019fa18b Performance: nearest point (Part 01) 2022-06-08 14:37:08 +01:00
Shahram Najm 9cbf3767d7 ECC-1212: Tests 2022-06-07 22:16:47 +01:00
Shahram Najm ba4ca05095 ECC-1212: MARS key mapping for local time templates (Part 04) 2022-06-07 21:09:50 +01:00
Shahram Najm 0f6a86cc77 ECC-1212: MARS key mapping for local time templates (Part 03) 2022-06-07 17:58:57 +01:00
Shahram Najm 34fd416e98 ECC-1212: MARS key mapping for local time templates (Part 02) 2022-06-07 17:28:30 +01:00
Shahram Najm e2216e5340 ECC-1212: MARS key mapping for local time templates (Part 01) 2022-06-07 16:20:57 +01:00
Shahram Najm 9216f00136 Debugging: Reduce number of printed messages 2022-06-07 12:39:00 +01:00
Shahram Najm 2b908fee8d Tools: exit if input is a directory 2022-06-07 11:45:08 +01:00
Shahram Najm 08abd94ada ECC-1397: Added test 2022-06-06 16:48:51 +01:00
Shahram Najm 2c0b84633d Merge branch 'develop' into bugfix/ECC-1397-JsonNearest 2022-06-06 15:42:08 +01:00
Shahram Najm a8decde9e9 Testing: cleanup 2022-06-06 15:41:18 +01:00
Shahram Najm 06ec1a8aec Testing: extend test for nearest (1 and 4 points) 2022-06-06 15:40:14 +01:00
Shahram Najm 438a3bb957 ECC-1397: Tools: grib_ls nearest neighbour with JSON output 2022-06-06 14:50:05 +01:00
Shahram Najm 114ed8a369 C++ warning: converting a string constant to char* 2022-06-03 20:14:42 +01:00
Shahram Najm 7c471813ea cppcheck: Const correctness 2022-06-03 13:02:32 +01:00
Shahram Najm 9d07ddb3ab C++: Const correctness 2022-06-02 19:29:29 +01:00
Shahram Najm 3fb07b118e ECC-1396: Clang -fsanitize=undefined: runtime errors during tests 2022-06-02 17:00:20 +01:00
Shahram Najm 76c1e3f2b6 Clang++ -fsanitize=undefined: Fix invalid code table entries 2022-06-02 15:06:01 +01:00
Shahram Najm b8ae44fccf ECC-1395: BUFR: Encoding should fail if attempting to encode message with an undefined element descriptor 2022-06-01 16:38:24 +01:00
Shahram Najm 2c11c7ad9c Testing: use consistent labelling 2022-06-01 16:02:34 +01:00
Shahram Najm c1e85cff6d Testing: Add tests for large constant fields (GRIB1 and GRIBEX mode) 2022-06-01 15:18:56 +01:00
Shahram Najm 5d7c42617e Examples: use a more realistic number for missingValue (instead of 9999) 2022-06-01 13:39:30 +01:00
Shahram Najm 228fd3d39d Compilation with C++ (tigge) 2022-06-01 11:42:25 +01:00
Shahram Najm aede6474df Refactoring: unused variable 2022-05-31 16:54:38 +01:00
Shahram Najm 5ca6092822 Refactoring: move the function grib_producing_large_constant_fields to grib_utils 2022-05-31 16:52:21 +01:00
Shahram Najm 3cc42eff1e Testing: Add tests for large constant fields (simple packing) 2022-05-31 16:47:00 +01:00
Shahram Najm 24b6bffee8 Compilation with C++ 2022-05-31 12:35:50 +01:00
Shahram Najm 774eb7d8d7 C++ warnings 2022-05-22 15:04:25 +01:00
Shahram Najm 594918b593 Fix broken metabuilder/ci build (cray) 2022-05-21 19:39:33 +01:00
Shahram Najm ce40ed1344 Fix broken metabuilder/ci build 2022-05-21 19:23:32 +01:00
Shahram Najm 2cda55de73 ECC-1393: Fix error C2440 2022-05-21 16:13:38 +01:00
Shahram Najm a747e6b9d5 ECC-1393: Fix error C2461: constructor syntax missing formal parameters 2022-05-21 16:00:30 +01:00
Shahram Najm ea490ca6ab ECC-1393: Try C++ compilation on AppVeyor (GitHub) 2022-05-21 15:30:42 +01:00