Shahram Najm
ec975ceb64
ECC-254: Also fix signature of codes_handle_new_from_message
2017-01-11 14:01:11 +00:00
Shahram Najm
93502a13b0
Examples: use codes_ prefix
2017-01-11 13:58:06 +00:00
Shahram Najm
99af4903b7
ECC-313: BUFR-problem: unsupported operator 3 (Part 2)
2017-01-10 16:52:18 +00:00
Shahram Najm
68824050d2
ECC-313: BUFR-problem: unsupported operator 3 (Part 1)
2017-01-10 11:09:05 +00:00
Shahram Najm
ad43b3259a
Improve error messages
2017-01-06 16:02:08 +00:00
Shahram Najm
1062774d9d
Optimisation: if an element is a new maximum then it cannot be a minimum
2017-01-06 15:08:05 +00:00
Shahram Najm
093394a878
Python: add missing 'require' statements to check argument types
2017-01-06 13:47:46 +00:00
Shahram Najm
b36d310623
ECC-405: bufr_new_from_file crash
2017-01-05 16:29:16 +00:00
Shahram Najm
05c9bf5bc0
Example/Test: grib_get_double_elements
2017-01-05 13:50:08 +00:00
Shahram Najm
b89527692c
API documentation
2017-01-05 10:23:37 +00:00
Shahram Najm
a96e43b41f
Cleanup
2017-01-04 17:16:49 +00:00
Shahram Najm
886d90af91
ECC-261: 2nd order: make the optimised routines the same as original contrib
2017-01-04 16:46:14 +00:00
Shahram Najm
caee5e1189
ECC-261: Complex packing: make the optimised routines the same as original contrib
2017-01-04 15:55:43 +00:00
Shahram Najm
7b2b89d386
ECC-383: latitude of sub-satellite point should be zero
2017-01-04 14:29:15 +00:00
Shahram Najm
26961f89cb
ECC-383: Clean up
2017-01-04 14:23:38 +00:00
Shahram Najm
78103ffa66
ECC-383: Implement iterator for 'space view'
2017-01-04 11:37:39 +00:00
Shahram Najm
ae140b9fb6
Python examples
2017-01-03 11:24:37 +00:00
Shahram Najm
cc73e100af
Update copyright notices: 2016 -> 2017
2017-01-03 11:03:48 +00:00
Shahram Najm
af5c303602
Python examples: use Context Manager
2016-12-30 17:19:44 +00:00
Shahram Najm
908de222c2
Python examples: cleanup
2016-12-30 17:19:21 +00:00
Shahram Najm
fabfe5e72a
Windows: new src file
2016-12-30 17:14:47 +00:00
Shahram Najm
96c3fc0b97
Tests: Pythonic GribIndex error message
2016-12-30 15:56:15 +00:00
Shahram Najm
63d8128b98
Valgrind error: return val pointing to free'd memory
2016-12-30 14:49:06 +00:00
Shahram Najm
45da446e2f
ctest with valgrind. Env var ECCODES_TEST_WITH_VALGRIND
2016-12-30 14:28:43 +00:00
Shahram Najm
c57a42f26f
Testing with valgrind. Env var ECCODES_TEST_WITH_VALGRIND
2016-12-30 13:40:04 +00:00
Shahram Najm
61eb417bc2
ECC-325: Further memory leaks
2016-12-30 13:38:59 +00:00
Shahram Najm
b467b01c3a
Test clean ups
2016-12-30 11:48:55 +00:00
Shahram Najm
ae1eacbc34
ECC-325: Further memory leaks
2016-12-29 17:47:06 +00:00
Shahram Najm
e47b20d41d
ECC-325: memory leak in JSON dumper class
2016-12-29 16:27:29 +00:00
Shahram Najm
37820bc701
Improved comments
2016-12-29 15:53:10 +00:00
Shahram Najm
02927babe3
ECC-157: PythonicInterface. Missing values in GRIB and BUFR are very different
2016-12-29 15:03:55 +00:00
Shahram Najm
02f68604f2
Merge pull request #11 in ECCODES/eccodes from fix/ECCODES-404-jpg-tests to develop
...
* commit '0abc5a8b8516f5fe611cb3a2f3808e34f452e67b':
ECC-404 Use HAVE_JPEG to test for JPG feature
2016-12-29 13:35:54 +00:00
Shahram Najm
624ba213f0
ECC-402: codes_set does not set localLongitude in BUFR to correct value
2016-12-29 13:27:35 +00:00
Shahram Najm
37d1e4da3e
Spelling
2016-12-29 13:06:07 +00:00
Shahram Najm
f8c09ac9cb
Spelling
2016-12-29 13:04:54 +00:00
Florian Rathgeber
0abc5a8b85
ECC-404 Use HAVE_JPEG to test for JPG feature
2016-12-22 19:32:20 +00:00
Shahram Najm
1818728d4e
ECC-157: Add high-level Pythonic interface
2016-12-22 16:12:07 +00:00
Shahram Najm
df5c343b94
Clean up
2016-12-22 15:55:34 +00:00
Shahram Najm
829db739b1
Added Python function codes_new_from_samples which takes the product kind
2016-12-22 14:34:06 +00:00
Shahram Najm
77e38b0848
Examples/Documentation
2016-12-22 14:09:07 +00:00
Shahram Najm
afa06548ef
Added Python function codes_new_from_samples which takes the product kind
2016-12-22 14:08:28 +00:00
Shahram Najm
4dd7984816
PEP8 compliance
2016-12-22 11:15:22 +00:00
Shahram Najm
05776fe132
Fix broken test related to ECC-402
2016-12-22 11:08:11 +00:00
Shahram Najm
eddd6ac403
Pylint fixes
2016-12-21 18:37:35 +00:00
Shahram Najm
7d5d786c90
Merge pull request #9 in ECCODES/eccodes from ~ERGET/eccodes:feature/SUP-1862-high-level-python-bufr to feature/ECC-157-PythonicInterface
...
* commit '7a7ace2d5e0d9d68cf4b6be16fc2917fd8fcb3d1':
Restore deleted .gitignore
Inherit docstrings
Add high-level BUFR interface.
Make test robust to new keys
Implement CodesMessage abstract class
Extract general GribFile functions into CodesFile class for reuse with BUFR
2016-12-21 17:30:54 +00:00
Shahram Najm
1f1fbc43ca
NUM_MAPPINGS only used if DEBUG defined
2016-12-21 17:20:36 +00:00
Shahram Najm
fc3e226f21
Compiler warning: expression which evaluates to zero treated as a null pointer constant
2016-12-21 17:20:12 +00:00
Shahram Najm
4a451a0172
ECC-325: Memory leaks during BUFR unpack (Part 2)
2016-12-21 16:47:53 +00:00
Shahram Najm
df1fd6e5d0
Fix uninitialized variable (valgrind failure)
2016-12-21 16:47:26 +00:00
Shahram Najm
40c57e73b7
Clean up
2016-12-21 13:24:01 +00:00