Commit Graph

4552 Commits

Author SHA1 Message Date
Shahram Najm 29441c8167 ECC-979: grib_util_set_spec: Allow encoding of double values on scaledValueOf/scaleFactorOf keys 2019-08-27 15:45:21 +01:00
Shahram Najm fd47e9ec00 ECC-981: grib_util_set_spec: Fails to set gridType of lambert_azimuthal_equal_area 2019-08-27 15:29:15 +01:00
Shahram Najm fce6a534a6 ECC-979: earthMajorAxis,earthMinorAxis: Fix conversion to metres 2019-08-27 12:26:32 +01:00
Shahram Najm 9f1fe37980 ECC-979: grib_util_packing_spec.extra_settings to encode double values on scaledValueOf/scaleFactorOf keys 2019-08-23 16:33:07 +01:00
Shahram Najm 102372d478 Revert changes for ECC-976 and ECC-980 2019-08-23 15:45:58 +01:00
Shahram Najm 20ea673a21 Indentation 2019-08-23 12:10:45 +01:00
Shahram Najm c6c0f831bc ECC-978: BUFR key section1Padding: bufr_dump -O gives erroneous length=4 instead of 5 2019-08-22 16:43:20 +01:00
Shahram Najm 62cc82ac52 ECC-976: Add hint 2019-08-22 16:13:53 +01:00
Shahram Najm 56aca66573 ECC-969: clean up 2019-08-22 14:51:49 +01:00
Shahram Najm a76e885870 ECC-969: GitHub contribution: codes_split_file option to split individual messages 2019-08-22 14:31:26 +01:00
Shahram Najm 790d58dd43 Merge branch 'develop' of https://github.com/ecmwf/eccodes into develop 2019-08-22 14:10:36 +01:00
shahramn 89a8a533cb
Merge pull request #16 from wqu-bom/develop
Improvement on file splitting
2019-08-22 13:49:50 +01:00
Shahram Najm 77303fc116 ECC-976: More user-friendly error when key cannot be decoded as double or long 2019-08-22 13:44:54 +01:00
Shahram Najm 53604b8c3c ECC-977: GRIB2 encoding of scaledValueOfEarthMinorAxis with out-of-bounds value 2019-08-22 13:24:20 +01:00
Shahram Najm f7281385ad Remove unused function etc (old template from memory) 2019-08-19 12:53:10 +01:00
Shahram Najm f28bbb9573 ECC-778: GRIB_IEEE_PACKING valgrind error 2019-08-16 21:00:48 +01:00
Shahram Najm d8ef570753 Merge branch 'develop' of ssh://git.ecmwf.int:7999/eccodes/eccodes into develop 2019-08-16 12:31:36 +01:00
Shahram Najm 071ebde890 Performance: Reduce num calls to grib_handle_of_accessor 2019-08-16 12:31:31 +01:00
Shahram Najm 068cf91887 Help message 2019-08-15 18:40:17 +01:00
Shahram Najm b8957ba306 grib_accessor_classes_hash declared static 2019-08-15 16:45:14 +01:00
Shahram Najm 09650b9c38 ECC-975: Add new error code: 'Functionality not enabled' 2019-08-15 15:58:52 +01:00
Shahram Najm 480e3ef8ff ECC-967: GRIB2: Fallback if tables version is bigger than the latest installed version 2019-08-15 14:01:38 +01:00
Shahram Najm 63efd35879 BUFR encoding: provide more help when arrays mismatch 2019-08-15 13:06:50 +01:00
Shahram Najm b044d802e8 Merge develop 2019-08-15 10:03:28 +01:00
Shahram Najm bf466a3e51 ECC-974: Valgrind error: GRIB2: setting gridType=regular_gg on reduced gaussian grid 2019-08-14 18:04:25 +01:00
Shahram Najm 46537aa076 ECC-973: Assertion: BUFR encoding error should return exit code not assert 2019-08-14 13:24:29 +01:00
Shahram Najm 9a1e580ff5 Compiler warnings 2019-08-13 15:44:02 +01:00
Shahram Najm 3e53285b9e Clang compiler warnings and const correctness 2019-08-12 16:00:15 +01:00
StephanSiemen ebb952e044
Merge branch 'develop' into develop 2019-08-12 09:59:02 +01:00
Shahram Najm c3f10308de Update prototypes 2019-08-09 17:30:13 +01:00
Shahram Najm 9be7d194cd Refactoring: move the grib_context functions out of grib_handle 2019-08-09 17:08:59 +01:00
Shahram Najm 4dd138f3e0 Reduce calls to grib_handle_of_accessor 2019-08-09 16:45:22 +01:00
Shahram Najm 2bbd770272 Python3 install: Use pip3 rather than pip 2019-08-09 16:35:59 +01:00
Shahram Najm 37c9bdf84e Remove unused struct data member 2019-08-09 16:15:05 +01:00
Shahram Najm 95fd9fb67c Accessor check for chemical/aerosol keys 2019-08-09 15:50:04 +01:00
Shahram Najm 4a0c6abd9f Daniel Tipping suggestion: Switch the osx_image to xcode10.2 to fix the MacOS build 2019-08-09 10:56:34 +01:00
wqu-bom 1f8abaa7fa
Added test for nchunk=-1
Added the third test for nchunk=-1. OUTPUT_FILENAME_FORMAT changed to 3 digits, which led to file name changes in this script.
2019-08-09 11:48:16 +10:00
Shahram Najm 36332fd5df lambert_azimuthal_equal_area: print more user-friendly error message if oblate spheroid 2019-08-08 16:37:40 +01:00
wqu-bom fea41048bd
Improvement on file spliting
Allow an input file to be split into each individual message (if nchunk=-1)
2019-08-08 12:13:37 +10:00
Shahram Najm e5dae19b73 ECC-967: test 2019-08-07 18:32:18 +01:00
Shahram Najm 42ae896ff9 ECC-967: fallback option 2019-08-07 18:03:40 +01:00
Shahram Najm 741e62d234 ECC-966: Crash: setting shapeOfTheEarth=1 but scale factor missing 2019-08-06 16:57:32 +01:00
Shahram Najm 4a725d1ee9 Indentation 2019-08-06 16:46:12 +01:00
Shahram Najm 9cfdcf506e Definitions: Add comment re units 2019-08-06 14:47:30 +01:00
Shahram Najm a5f5a77f51 Print user-friendly type for keys 2019-08-05 16:23:06 +01:00
Shahram Najm 4b65c47cdc Rename tests 2019-08-05 13:05:41 +01:00
Shahram Najm 7fd2b5e91e Debug messages 2019-08-05 11:32:41 +01:00
Shahram Najm b5d6236316 Debug messages should go to stderr not stdout 2019-08-05 11:32:11 +01:00
Shahram Najm 4db03f177f Merged bugfix/compatibility-ecbuild_v3.1 (Thanks to Willem) 2019-08-02 11:19:31 +01:00
Shahram Najm e17f0ec194 Testing: reinstate the GRIB bits per value test 2019-08-02 11:07:57 +01:00