Commit Graph

254 Commits

Author SHA1 Message Date
Shahram Najm 53e6ba418a Examples: Add disclaimer 2020-06-25 12:28:34 +01:00
Shahram Najm d08ced8000 Testing: Add variables to test products supported 2020-03-30 16:17:36 +01:00
Shahram Najm 0a874742a4 CMake style 2020-03-30 14:07:31 +01:00
Shahram Najm d7ead3398e Testing: add missing shell variables 2020-02-20 17:20:35 +00:00
Shahram Najm 12c6150917 Copyright notices: use new format 2020-01-28 14:32:34 +00:00
Shahram Najm 969ed8934e Testing: unset ECCODES_DEFINITION_PATH when MEMFS defined 2020-01-16 14:40:06 +00:00
Shahram Najm 395a3a52e4 Windows test failures: use binary mode for opening GRIBs 2019-12-10 17:56:27 +00:00
Shahram Najm 77747b33a9 Refactoring 2019-11-08 10:52:08 +00:00
Shahram Najm 2743b6f524 Fix includes: IWYU 2019-11-07 12:03:45 +00:00
Shahram Najm 30bbf1aefe Close opened files and also PEP8 2019-09-25 11:04:18 +01:00
Shahram Najm 911ac70a10 BUFR: Add more tests for bufr_copy_data 2019-09-11 12:12:53 +01:00
Shahram Najm 4bb7b7febc Python message 2019-07-01 21:52:27 +01:00
Shahram Najm dc40707359 Python tests: metar output 2019-06-12 15:47:22 +01:00
Shahram Najm be9d0f5179 Don't hide output from test 2019-06-11 17:13:49 +01:00
Shahram Najm 8616c07c53 ECC-938: BUFR keys iterator: key 'ident' from ECMWF local header is not included 2019-06-06 16:55:03 +01:00
Shahram Najm 4613a340d7 Python examples: Pass in the BUFR file to iterate on 2019-06-06 12:41:51 +01:00
Shahram Najm 28c2b2ac20 Examples: Python3: Fix division 2019-05-23 10:30:05 +01:00
Shahram Najm ec2676aca8 Examples: fix argument 2019-05-22 16:37:28 +01:00
Stephan Siemen 052ea1dd58 Merge branch 'develop' of https://github.com/ecmwf/eccodes into develop 2019-05-09 17:16:18 +01:00
Shahram Najm 02e934b688 Copyright updated 2019-04-15 14:44:45 +01:00
Shahram Najm 18595a0d10 Python3 mode 2019-04-08 19:57:30 +01:00
StephanSiemen d167623f26
Merge branch 'develop' into patch-1 2019-04-08 09:56:01 +01:00
Alessandro Amici 922a646619
Open GRIB files in binary mode, relevant for Python 3 2019-04-08 10:33:39 +02:00
Alessandro Amici 75069268a3
Fix grib_keys_iterator access to key name.
At the moment it works by chance, because both iterid and gid are the index `0` of the corresponding array.
2019-04-08 10:28:10 +02:00
Shahram Najm 09a6ab48ad Examples: add codes_get_double_elements for Python 2019-03-26 17:22:28 +00:00
Shahram Najm abb7ea8b3d ECC-869: debugging help when bitmap info is wrong 2019-03-14 18:42:40 +00:00
Shahram Najm 25595620b8 Python examples: Fix keys iterator argument 2019-03-11 12:24:43 +00:00
Shahram Najm 8881d760df Add URL 2019-02-05 15:38:46 +00:00
Shahram Najm 1d3f068753 Documentation 2019-02-05 14:55:28 +00:00
Shahram Najm 35e244161e Examples: show catching specific exception 2019-02-05 14:29:13 +00:00
Shahram Najm 6fece32386 Add test for ECC-866 2019-01-10 15:56:40 +00:00
Shahram Najm fa0c0c7314 Replace bzero with memset (Windows support) 2019-01-08 14:27:14 +00:00
Shahram Najm 1f6d8d3d52 Remove DOS line endings 2019-01-07 13:54:29 +00:00
Shahram Najm fdf76710db ECC-864: Add test and make old key an alias 2019-01-03 12:06:44 +00:00
Shahram Najm e76871a03b ECC-864: Improved name for the angularPrecision key 2019-01-03 11:48:52 +00:00
Shahram Najm 832ed60f3c Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
Shahram Najm f22a2f16bb Python3: Turn verbose on for high level tests 2018-11-22 14:22:35 +00:00
Shahram Najm 19e29182c7 Python3: high level tests 2018-11-21 18:33:11 +00:00
Shahram Najm 014330cf61 Python3: Fix error: strptime() argument 1 must be str, not bytes 2018-11-21 17:10:43 +00:00
Shahram Najm 7585fddc0e ECC-776: Python examples: Use 'open' with binary mode 2018-11-13 17:13:53 +00:00
Shahram Najm 5773a2015c Add more basic Python tests 2018-11-08 14:19:49 +00:00
Shahram Najm 50d8bc0a4c ECC-763: BUFR test for Python 2018-10-29 11:09:40 +00:00
Shahram Najm 67f79590ce ECC-763: Added BUFR test for Python 2018-10-29 10:58:37 +00:00
Shahram Najm 06bf3ceba1 ECC-763: Split tests which work on data from samples 2018-10-24 15:20:20 +01:00
Shahram Najm 8ab46146d5 ECC-763: Add basic test for BUFR headers 2018-10-24 13:33:22 +01:00
Shahram Najm 07dbcf3b36 ECC-763: Break tests into two sets... 2018-10-23 16:33:07 +01:00
Shahram Najm 3eadeaa7be ECC-745: bufr_compare performance: speed up by skipping extra key attributes 2018-09-06 15:13:33 +01:00
Shahram Najm 76fd217e70 Remove environment variable. Add 'set -x' to print trace of commands 2018-08-15 12:00:07 +01:00
Shahram Najm 62f4893efc METAR: extend test 2018-08-02 13:09:09 +01:00
Shahram Najm 7f5e90883e ECC-568: Different behaviour between bufr key iterator and bufr dump 2018-04-19 16:27:22 +01:00