Commit Graph

24 Commits

Author SHA1 Message Date
shahramn f4279fc7bc ECC-1986: GRIB1: Setting field values in second order packing 2024-11-26 10:03:22 +00:00
shahramn 9808b03d76 ECC-1868: CMake: Add option for enabling the Geoiterator and nearest neighbour functionality 2024-07-12 09:51:12 +01:00
shahramn c6bc2dc027 Testing: Consistent naming 2024-02-20 13:57:38 +00:00
Shahram Najm 4d079fb3ef Testing: GRIB 2nd-order row by row encoding 2023-12-27 18:08:22 +00:00
Shahram Najm 56d6a410b2 Testing: grid_second_order_constant_width 2023-09-03 13:07:46 +01:00
Shahram Najm 94026eb80b Testing: grid_second_order_constant_width 2023-09-03 12:15:48 +01:00
Shahram Najm f01b2e0c36 Testing: GRIB1 Boustrophedonic ordering 2023-08-05 18:54:50 +00:00
Shahram Najm cdba8c8e38 Testing: Constant fields and 2nd order packing 2023-02-23 20:37:29 +00:00
Shahram Najm d25dfa82a5 ECC-1521: Drop support for 32-bit architectures 2023-02-02 16:59:06 +00:00
Shahram Najm 9ddef2ea04 Testing: cleanup 2022-06-25 13:01:00 +01:00
Shahram Najm 22056f1b52 ECC-1403: Add tests 2022-06-20 19:47:15 +01:00
Shahram Najm 1803e35bac Performance: nearest point (Part 02) 2022-06-10 20:48:59 +01:00
Shahram Najm ae019fa18b Performance: nearest point (Part 01) 2022-06-08 14:37:08 +01:00
Shahram Najm 7ba0f8d079 Testing: remove autotools deprecated stuff 2022-04-03 23:02:48 +01:00
Shahram Najm 6d6d574dfc ECC-1374: Add more tests 2022-03-28 16:18:11 +01:00
Mamoru TASAKA 580c760e55 g1second_order_general_extended_packing: preserve significant bits for signedness on 32bit
In g1second_order_general_extended_packing, firstOrderValues or so are restored
with grib_get_long_array(), and the restored values are stored in "long" type array.
So on 32 bit system, when "bits_per_value" is set to 32 and 32 bit unsigned values
are saved with grib_set_long_array(), restored values by grib_get_long_array()
are recognized as negative value, which results in wrong result
(in grib_second_order.sh).

For now, on linux 32 bit system, save 1 significant bit for signedness and
restrict bits_per_value to 31, and relax allowed error due to this change.
2022-01-10 23:32:27 +09:00
Shahram Najm af3486455f Testing: second order packing and constant fields 2021-12-06 17:59:50 +00:00
Shahram Najm 8f1da66e46 AppVeyor: Fix test 2021-05-20 10:38:51 +01:00
Shahram Najm ee4921b909 ECC-1219: packingType conversion from grid_ieee to grid_second_order 2021-05-14 23:40:30 +01:00
Shahram Najm c5eeb29947 Testing: Add test for second order packing (GRIB-883) 2021-03-12 12:23:17 +00:00
Shahram Najm 12c6150917 Copyright notices: use new format 2020-01-28 14:32:34 +00:00
Shahram Najm 02e934b688 Copyright updated 2019-04-15 14:44:45 +01:00
Shahram Najm 30b705b8da Update copyright notices: 2017 -> 2018 2018-01-02 11:31:02 +00:00
Shahram Najm bc579ec81e Testing: rename tests/second_order.sh 2017-04-05 12:49:16 +01:00
Renamed from tests/second_order.sh (Browse further)