--------------------
- Update changelog. [Martin Raspaud]
- Bump version: 0.9.2 → 0.10.0. [Martin Raspaud]
- Fix version handling in the documentation. [Martin Raspaud]
- Modify version string building for easier handling. [Martin Raspaud]
Since some use scripts to update the version number, it is better to have
the version string in a simple format.
- Fix HRV vs low-res channels collocation. [Martin Raspaud]
- Update the MSG header format with GSICS coefficients. [Martin Raspaud]
- Fix the LRIT MSG (8 bits) calibration. [Martin Raspaud]
In the case for LRIT MSG, the calibration was erroneous since the counts
are rounded to 8 bits instead of 10. In order for the calibration to work,
the raw counts have to be multiplied by 4 before hand. At the same time,
the data is converted to 16 uints for the multiplication to work.
- Define default header map and types in case satellite loader isn't
used. [Martin Raspaud]
- Fix line offset for himawari 8. [Martin Raspaud]
- Fix dynamic header_maps loading. Closes 3. [Martin Raspaud]
- Add Himawari-8 JMA-HRIT support. [Martin Raspaud]
- Add setup.cfg to allow rpm building with bdist_rpm. [Martin Raspaud]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Martin Raspaud]
- Better and more meta-data. [Lars Orum Rasmussen]
- Less noisy. [Lars Orum Rasmussen]
- Added a metadata reader for sentinel-1. [Lars Orum Rasmussen]
- Removing debian directories, which by a mistake was added. [Lars Orum
Rasmussen]
- Made a trusty debian directory. [Lars Orum Rasmussen]
- Merge branch 'sentinel-1' into pre-master. [Lars Orum Rasmussen]
- Cleanup before merge. [Lars Orum Rasmussen]
- Specifying interface. [Lars Orum Rasmussen]
- ... lot's of playing around. [Lars Orum Rasmussen]
- Bug fix, removed call to fill_borders. [Lars Orum Rasmussen]
- Using chunk_size failed. [Lars Orum Rasmussen]
- Start on Sentinel reader. [Lars Orum Rasmussen]
- Use a more correct name for geotiff module. [Lars Orum Rasmussen]
- Corrected doc/conf. [Lars Orum Rasmussen]
- Cleaning doc II. [Lars Orum Rasmussen]
- Cleaning up doc. [Lars Orum Rasmussen]
- Corrected sys.path. [Lars Orum Rasmussen]
- Now documentation is build better. [Lars Orum Rasmussen]
- Copied MPOP's way of handling version. [Lars Orum Rasmussen]
- For now, skip comparing meta-data for TSX (gdal version issue) [Lars
Orum Rasmussen]
- Relaxing comparing cross sums (trusty 32 vs 64 issue) [Lars Orum
Rasmussen]
- Metadata parameter calibration_unit will, always, be empty for non
calibrated data. [Lars Orum Rasmussen]
- Allow having timestamp items in the dir name, and remove hardcoded
path delimiter. [Martin Raspaud]
Courtesy of Ulrich Hamann.
- Satnumber is not defined for every satellite, so add try and except.
[Martin Raspaud]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Martin Raspaud]
- Merged pre-master into master, new version is 0.9.2. [ras]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[ras]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[ras]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[ras]
- Corrected log info. [ras]
- Updating the satellite number to reflect the data. [Martin Raspaud]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Lars Orum Rasmussen]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Martin Raspaud]
- Misc typos and cleanups. [Martin Raspaud]
- Cosmetic. [Lars Orum Rasmussen]
- No need to import from build path (no more any binaries) [Lars Orum
Rasmussen]
- 'get_' changed to 'read_' to be consistent in naming. [Lars Orum
Rasmussen]
- Get absolute path of file before chdir. [Lars Orum Rasmussen]
- Better spelling :-) [Lars Orum Rasmussen]
- Getting info on observation time of the HRIT data. [Adam Dybbroe]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Lars Orum Rasmussen]
- Added a link to the EUMETSAT decompression SW. [Adam Dybbroe]
- Update info text on process_fsd usage. [Adam Dybbroe]
- Better check for correct platform. [Lars Orum Rasmussen]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Lars Orum Rasmussen]
- Issuing a nicer error-message if you try running the fsd script on MSG
data. [Adam Dybbroe]
- Improved introduction documentation. [Adam Dybbroe]
- More gentle testing, so that tests doesn't fail if the environment
XRIT_DECOMPRESS_PATH is not set. [Adam Dybbroe]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Lars Orum Rasmussen]
- Testdata for decompression included under tests/data. [Adam Dybbroe]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Lars Orum Rasmussen]
- Cleaning up after unit tests. [Adam Dybbroe]
- Adding the option to decompress xrit files on the fly. [Adam Dybbroe]
- Corrected error comment. [Lars Orum Rasmussen]
- Adding API documentation. [Adam Dybbroe]
- Sorry, conf.py was there already! The new one is removed, the old
adited slightly! [Adam Dybbroe]
- Adding sphinx doc config file conf.py. [Adam Dybbroe]
- Fixing bug concerning finding the epilougue file. [Adam Dybbroe]
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Martin Raspaud]
- Better error reporting regarding xRITDecompress (suggestion from Adam)
[Lars Orum Rasmussen]
- Added a generic MPEF reader. [Lars Orum Rasmussen]
- Patch find_module for macosx. [Martin Raspaud]
- Fix HRV loading for RSS. [Martin Raspaud]
- Fix RSS reading. [Martin Raspaud]
- loader: The offset was always zero, so it was removed.
- MSG: the actual column and line do not seem to be needed.
- Merge branch 'pre-master' of github.com:loerum/mipp into pre-master.
[Martin Raspaud]
- Fixed mail address. [Lars Orum Rasmussen]
- Add some documentation on the calibration process. [Martin Raspaud]