-------------------
Fix
~~~
- Bugfix: converted MSG products should be saveable. [Martin Raspaud]
- Bugfix: satellite name in msg_hdf now supports missing number. [Martin
Raspaud]
- Bugfix: misspelling. [Martin Raspaud]
- Bugfix: mipp_xrit: do not crash on unknown channels, just warn and
skip. [Martin Raspaud]
- Bugfix: setup.py includes now eps xml format description. [Martin
Raspaud]
- Close all h5files in viirs_sdr, not only the last one.
[Martin.Raspaud]
- Bugfix: close h5 files when done. [Martin Raspaud]
Prior to h5py 3.0, the h5 files open with h5py are not closed upon
deletion, so we have to do it ourselves...
- Bugfix: area.id doesn't exist, use area.area_id. [Martin Raspaud]
- Bugfix: return when each file has been loaded independently. [Martin
Raspaud]
- Bugfix: Do not crash on multiple non-nwc files. [Martin Raspaud]
- Bugfix: check start and end times from loaded channels only. [Martin
Raspaud]
- Bugfix: viirs start and end times not relying on non-existant channels
anymore. [Martin Raspaud]
- Bugfix: type() doesn't support unicode, cast to str. [Martin Raspaud]
Other
~~~~~
- Update changelog. [Martin Raspaud]
- Bump version: 1.1.0 → 1.2.0. [Martin Raspaud]
- Add template parameters for NOAA-19 ears-nwc. [Adam.Dybbroe]
Parameters needed if you want to load only with time_interval and
not using the filename argument
- Merge branch 'pre-master' of github.com:pytroll/mpop into pre-master.
[Adam.Dybbroe]
- Merged (by hand) sentinel1-feature branch. [Lars Orum Rasmussen]
- Added support for gdal's SetNoDataValue if fill_value is not None.
[Lars Orum Rasmussen]
- Merge branch 'pre-master' of github.com:pytroll/mpop into pre-master.
[Lars Orum Rasmussen]
- Added a RGB example. [Lars Orum Rasmussen]
- Don't use colormaps for 16b grayscale (Ninjo will fail enhancements)
[Lars Orum Rasmussen]
For 16b IR, if specified, set min-is-white
For 16b grayscale, it seems that transparent pixel (in Ninjo) are forced to be zero
Transparent pixel for 16b IR are handled bad
- Add template config for ears-nwc Metop-B reading. [Adam.Dybbroe]
- Fix bug when using time_interval argument loading ears-nwc data.
[Adam.Dybbroe]
- Add brightness temperature calibration to the IR bands. [Adam.Dybbroe]
- Update EARS config files for new (2014) PPS product format.
[Adam.Dybbroe]
- Remove old FY3 mersi reader. [Adam.Dybbroe]
- Apply VIS/NIR calibration including sun-zenith correction.
[Adam.Dybbroe]
- Merge branch 'pre-master' of github.com:pytroll/mpop into pre-master.
[Adam.Dybbroe]
- Now ninjotiff can list tags. [Lars Orum Rasmussen]
Ninjo tags are now a dictionary
- Add FY-3B template config file. [Adam.Dybbroe]
- Add first draft FY3B VIRR reader. [Adam.Dybbroe]
No calibration yet, but counts can be projected and displayed
- Added contributions from Christian (DWD) to ninjotiff: now using
tifffile.py and support for RGBA. [Lars Orum Rasmussen]
Changed scaling into a value range (so it works for me)
- Merge branch 'pre-master' of https://github.com/pytroll/mpop into pre-
master. [Panu Lahtinen]
- Delete world_map.ascii. [Martin Raspaud]
- Read DNB using PyTables, separate read() to read_m() and read_dnb()
[Panu Lahtinen]
- Update coords2area_def with preview mode. [Martin Raspaud]
- Merge branch 'pre-master' of https://github.com/pytroll/mpop into pre-
master. [Panu Lahtinen]
- Remove debug printout from pps reader. [Adam.Dybbroe]
- Support a list of files which will be concatenated, enables usage of
granule data. [Panu Lahtinen]
- Fix for channel names and channel loading. [Panu Lahtinen]
- Added Himawari-8 config template file. [Martin Raspaud]
- Mask out 0-counts areas in aapp_l1b. [Martin Raspaud]
- Support saving GeoImages in IO buffers. [Martin Raspaud]
- Add support for noaa gac and lac data. [Martin Raspaud]
- Take care of fill_value in datasets. [Adam.Dybbroe]
- Merge branch 'pre-master' of github.com:pytroll/mpop into pre-master.
[Adam.Dybbroe]
- Fix the sun zenith angle correction fix. [Martin Raspaud]
- Do not check time_slot type. [Martin Raspaud]
- Bugfix ctth scaling: Only keep same datatype if data are not scaled.
[Adam.Dybbroe]
- Less debug info. [Adam.Dybbroe]
- Bugfix. Sun zenith correction can now take an additional keyword - and
data are masked out accordingly. [Adam.Dybbroe]
- Fix overview_sun, avoid redish rgb's when sun is very low (below
horizon) [Adam.Dybbroe]
- Read also the palette data etc. [Adam.Dybbroe]
- Merge branch 'pre-master' of github.com:pytroll/mpop into pre-master.
[Adam.Dybbroe]
- Add orbit number info in the scene metadata upon loading. (hdfeos)
[Martin Raspaud]
- Hdfeos: orbit number is now an int. [Martin Raspaud]
- Fix geolocation reading for multiple-file processing (hdfeos) [Martin
Raspaud]
- Changed error message to a warning. [Adam.Dybbroe]
- Fix hdf_eos to allow reading several granules. [Martin Raspaud]
- Enhancing the dnb_overview, so that pixels with solar contamination
are masked out. [Adam.Dybbroe]
- Bringing back the night_overview (=cloudtop) [Adam.Dybbroe]
- Comment out the night_overview. [Adam.Dybbroe]
- Merge branch 'pre-master' of github.com:pytroll/mpop into pre-master.
[Adam.Dybbroe]
- Bugfix overview_sun. [Martin Raspaud]
- Use builtin sunzen_corr for overview_sun. [Martin Raspaud]
- Switch to nullterm string in msg_hdf for nr products. [Martin Raspaud]
- Bugfix. [Adam.Dybbroe]
- Improve overview for viirs and overview_sun. [Adam.Dybbroe]
- Re-introduce the fix for VIIRS bowtie deletions. [Adam.Dybbroe]
- Shouting when both a list of file names and a time interval is used.
Accepts tine_interval even for local files. [Adam.Dybbroe]
- Merge branch 'pre-master' of github.com:pytroll/mpop into pre-master.
[Adam.Dybbroe]
Conflicts:
mpop/satin/nc_pps_l2.py
- Fixed incorrect production sources and geolocation file names for
'local' products. [Panu Lahtinen]
- Added a unit test to the nc_pps_l2 reader, and adapted the reader a
bit. [Adam.Dybbroe]
- Merge branch 'pre-master' of https://github.com/pytroll/mpop into pre-
master. [Panu Lahtinen]
- Fixme reminder. [Adam.Dybbroe]
- Restructure how the data and geolocation files are listed and read.
[Panu Lahtinen]
- Fixed workaround for DIMENSION_LIST attributes. [Panu Lahtinen]
- Minor fixes - thanks Panu! [Adam.Dybbroe]
- Cleaning up a bit and pep8. [Adam.Dybbroe]
- Merge branch 'pre-master' of github.com:pytroll/mpop into pre-master.
[Adam.Dybbroe]
- Updated reading to support both M and DNB channel data. [Panu
Lahtinen]
- Adapt navigation to compact_viirs dnb. [Martin Raspaud]
- Do not crash when an unknown channel is requested in msg_hdf. [Martin
Raspaud]
- Fix template files. [Adam.Dybbroe]
- Fix template files for NOAA satellites and Metop-A/B. [Adam.Dybbroe]
- Bugfix, treating cases when no geolocation is found for product.
[Adam.Dybbroe]
- More debug info. [Adam.Dybbroe]
- More debug info. [Adam.Dybbroe]
- Fix save function and bugfix. [Adam.Dybbroe]
- More debug info and better exception handling - pps reader.
[Adam.Dybbroe]
- Rewritten the netCDF4 PPS reader. [Adam.Dybbroe]
- Cleaning up for unused code. [Adam.Dybbroe]
- Add the info attribute to NordRadCType. [Martin Raspaud]
- Fix filename search in msg_hdf. [Martin Raspaud]
- Fix extension problem in product search for msg_hdf. [Martin Raspaud]
- Replace pyhl with h5py in msg_hdf reader. [Martin Raspaud]
- Bugfix ascat l2 reader. [Adam.Dybbroe]
- Trying to fix odd behaviour when loading list of products. But it
still doesn't work - need a small refactoring. [Adam.Dybbroe]
- Added support option to select granules in time interval.
[Adam.Dybbroe]
- More debug info - for custom compositer. [Adam.Dybbroe]
- Merge pull request 17 from spareeth/pre-master. [Martin Raspaud]
ASCAT SAR soil moisture level 2 netcdf data from EUMETSAT
- Add new reader and config files for ASCAT SAR soil moisture level 2
netcdf data from EUMETSAT. [Sajid Pareeth]
- Add new reader and config files for ASCAT SAR soil moisture level 2
netcdf data from EUMETSAT. [Sajid Pareeth]
- Added possibility to read granule data from EARS, also some PEP8 work.
[Panu Lahtinen]
- Avoid leaking memory. [Martin Raspaud]
- Bugfix. [Adam.Dybbroe]
- Raise an error if projection is attempted when swathdata doesn't have
full geolocation. [Adam.Dybbroe]
- Remove one verbose debug printout. [Adam.Dybbroe]
- Adapt for new PPS netCDF format modification (adding a dimension of
length 1) [Adam.Dybbroe]
- Check for cloudtype=None. [Adam.Dybbroe]
- Add option to provide MSG filename to load call. [Adam.Dybbroe]
- Check if PPS file is bzipped, and handle it correctly. [Adam.Dybbroe]
- Fix orbit number attribute name in msg_hdf. [Martin Raspaud]
- Possible to pass value range to save. [Lars Orum Rasmussen]
- Chlorophyll-a palette is gone - now it raise an exception if asked
for... [Adam.Dybbroe]
- Merge branch 'feature-osisaf-sst-reader' into pre-master.
[Adam.Dybbroe]
- Adding a reader and palette support for OSISAF SST netCDF products.
[Adam.Dybbroe]
- Fixed external calibration "newer/older than data" message. [Panu
Lahtinen]
- Fix ctth writing. [Martin Raspaud]
- Fixed typo. [Martin Raspaud]
- Add orbit number in generated cloud product hdf files. [Martin
Raspaud]
- Fix new pyspectral calculator signature. [Martin Raspaud]
- Putting back the mipp information in template config files. [Martin
Raspaud]
- Pyspectral now uses standard platform names. [Martin Raspaud]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Panu Lahtinen]
- Add algorithm version in output cloud products. [Martin Raspaud]
- Exception handling for missing external calibration data. [Panu
Lahtinen]
- Minor PEP8 tweaks. [Panu Lahtinen]
- Script to generate external calibration files for AVHRR instruments.
[Panu Lahtinen]
- Support for external calibration coefficients for AVHRR. [Panu
Lahtinen]
- Removed obsolete "satname" and "number" from satellite configs,
updated documentation. [Panu Lahtinen]
- Renamed satellite configs to conform to OSCAR naming scheme. [Panu
Lahtinen]
- Add luts to the pps products from msg format. [Martin Raspaud]
- Add metadata to nwcsaf products. [Martin Raspaud]
- Add \0 to palette strings. [Martin Raspaud]
- Fix pps format output for msg products. [Martin Raspaud]
- Remove phase palette from msg products to avoid confusion. [Martin
Raspaud]
- Bugfix, np.string -> np.string_ [Martin Raspaud]
- Change variable length strings in h5 products to fixed. [Martin
Raspaud]
- Fix some cloud product conversions. [Martin Raspaud]
- Fix MSG format to PPS format conversion. [Martin Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- Merge pull request 16 from pnuu/simplified_platforms. [Martin
Raspaud]
Simplified platform names for reading custom composites
- Simplified platform names for reading custom composites. [Panu
Lahtinen]
- Change: accept arbitrary kwargs for saving msg hdf products. [Martin
Raspaud]
- Revert concatenation to it's original place, in order to keep the
tests working. [Martin Raspaud]
- Fix whole globe area_extent for loading. [Martin Raspaud]
- Fix rpm building. [Martin Raspaud]
- Fix masking of lonlats in viirs_sdr. [Martin Raspaud]
- Fixing pps-nc reader. [Adam Dybbroe]
- Clean temporary files after loading. [Adam Dybbroe]
- Pep8 stuff. [Adam Dybbroe]
- Fixed polar-stereographic projection bugs, thanks to Ron Goodson.
[Lars Orum Rasmussen]
- Update changelog. [Martin Raspaud]
- Bump version: 1.0.2 → 1.1.0. [Martin Raspaud]
- Put config files in etc/pytroll. [Martin Raspaud]
- Fix version strings. [Martin.Raspaud]
- Don't close the h5 files too soon. [Martin Raspaud]
- Close h5 file uppon reading. [Adam Dybbroe]
- Bugfix. [Adam Dybbroe]
- Try a more clever handling of the case where more level-1b files exist
for given sat and orbit. [Adam Dybbroe]
- Print out files matching in debug. [Martin Raspaud]
- Bugfix. [Adam Dybbroe]
- Adding debug info. [Adam Dybbroe]
- Bugfix. [Adam Dybbroe]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Remove ugly print statements. [Martin Raspaud]
- Load the palettes also. [Martin Raspaud]
- AAPP1b: use operational coefficients for vis calibrating per default.
[Martin Raspaud]
- Fallback to pre-launch if not available.
- load(..., pre_launch_coeffs=True) to force using pre-launch coeffs)
- Correct npp name in h5 files. [Martin Raspaud]
- Add the pps v2014 h5 reader. [Martin Raspaud]
- Use h5py for lonlat reading also. [Martin Raspaud]
- Use h5py instead of netcdf for reading nc files. [Martin Raspaud]
- Fix orbit as int in nc_pps loader. [Martin Raspaud]
- Add overlay from config feature. [Martin Raspaud]
- Remove type testing for orbit number. [Martin Raspaud]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Allowing kwargs. [Martin Raspaud]
- Add 10 km to the area extent on each side, to avoid tangent cases.
[Martin Raspaud]
- Orbit doesn't have to be a string anymore. [Martin Raspaud]
- Fix multiple file loading for metop l1b data. [Martin Raspaud]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Implement save for all cloudproducts. [Martin Raspaud]
- Change options names to cloud_product_* and add lookup in os.environ.
[Martin Raspaud]
- Some fixes to nc_pps_l2 for correct saving. [Martin Raspaud]
- Add saving to the cloudtype object. [Martin Raspaud]
- Add the save method to cloudtype object. [Martin Raspaud]
- Rename _md attribute to mda. [Martin Raspaud]
- Mask out bowtie deleted pixels for Suomi-NPP products. [Martin
Raspaud]
- When a file is provided in nc_pps_l2, just read this file. [Martin
Raspaud]
- Fix nc_pps_l2 for filename input and PC readiness. [Martin Raspaud]
- ViirsSDR: Fix not to crash on single file input. [Martin Raspaud]
- Fix aapp1b to be able to run both for given filename and config.
[Martin Raspaud]
- Try loading according to config if provided file doesn't work, aapp1b.
[Martin Raspaud]
- Don't crash when reading non aapp1b file. [Martin Raspaud]
- Remove "/" from instrument names when loading custom composites.
[Martin Raspaud]
- Don't say generate lon lat when returning a cached version. [Martin
Raspaud]
- Nc_pps_l2: don't crash on multiple files, just go through them one at
the time. [Martin Raspaud]
- Hdfeos: don't just exit when filename doesn't match, try to look for
files. [Martin Raspaud]
- Don't crash if the file doesn't match (hdfeos) [Martin Raspaud]
- Revert nc_reader back until generalization is ready. [Martin Raspaud]
- Merge branch 'ppsv2014-reader' of github.com:mraspaud/mpop into
ppsv2014-reader. [Martin Raspaud]
- Adding dataset attributes to pps reading. [Adam Dybbroe]
- Allow inputing filename in the nc_pps_l2 reader. [Martin Raspaud]
- Merge branch 'pre-master' into ppsv2014-reader. [Martin Raspaud]
- Viirs readers fixes. [Martin Raspaud]
- Hdf_eos now uses 1 out of 4 available cores to interpolate data.
[Martin Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- Fixed bug, now handling fill_value better. [Lars Orum Rasmussen]
- More robust tiff header file decoder. [Lars Orum Rasmussen]
- Add dnb_overview as a standard product (dnb, dnb, 10.8) [Martin
Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- Corrected the reader for SAFNWC/PPS v2014. [Sara.Hornquist]
- Allow multiresolution loading in hdf eos reader. [Martin Raspaud]
- Revert back to old nwcsaf-pps reader for hdf. The reading of the new
netcdf format is done with another reader! [Adam Dybbroe]
- A new pps reader for the netCDF format of v2014. [Adam Dybbroe]
- Adding for new cloudmask and type formats... [Adam Dybbroe]
- Enhance nwc-pps reader to support v2014 format. [Adam Dybbroe]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Put the config object back in Projector. [Martin Raspaud]
- Fix area_file central search. [Martin Raspaud]
- Move the area_file search inside Projector. [Martin Raspaud]
- Error when satellite config file is not found. [Martin Raspaud]
- Get rid of the funky logging style. [Martin Raspaud]
- Log the config file used to generate the scene. [Martin Raspaud]
- Support filename list to load in viirs_sdr loader. [Martin Raspaud]
- Add avhrr/3 as aliar to avhrr in aapp reader. [Martin Raspaud]
- Fix name matching in hdfeos_l1b. [Martin Raspaud]
The full name didn't work with fnmatch, take basename instead.
- Allows hdfeos_l1b to read a batch of files. [Martin Raspaud]
- Add delitem, and code cleanup. [Martin Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- Added a reader for SAFNWC/PPS v2014 PPS v2014 has a different
fileformat than previous SAFNWC/PPS versions. [Sara.Hornquist]
- Aapp1b reader, be more clever when (re)reading. [Martin Raspaud]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
Conflicts:
mpop/satout/netcdf4.py
- Allow reading several files at once in viirs_compact. [Martin Raspaud]
- Allow reading several files at once in eps_l1b. [Martin Raspaud]
- Style: use in instead for has_key() [Martin Raspaud]
- Adding primitive umarf (native) format reader for meteosat. [Martin
Raspaud]
- Add logging when an info field can't be save to netcdf. [Martin
Raspaud]
- Add a name to the area when loading aapp data. [Martin Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- For PNG files, geo_mage.tags will be saved a PNG metadata. [Lars Orum
Rasmussen]
- Add a save method to cfscene objects. [Martin Raspaud]
- Don't take None as a filename in loading avhrr data. [Martin Raspaud]
- Allow loading a file directly for aapp1b and eps_l1b. [Martin Raspaud]
Just run global_data.load(..., filename="/path/to/myfile.1b")
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- Viirs_sdr can now load depending on an area. [Martin Raspaud]
- Pep8 cosmetics. [Adam Dybbroe]
- Merge pull request 12 from pnuu/pre-master. [Martin Raspaud]
Fixed "logger" to "LOGGER"
- Fixed "logger" to "LOGGER" [Panu Lahtinen]
- Moving pysoectral module import down to function where pyspectral is
used. [Adam Dybbroe]
- Merge branch 'smhi-premaster' into pre-master. [Adam Dybbroe]
- Fixing cloudtype product: palette projection. [Adam Dybbroe]
- Turned on debugging to geo-test. [Adam Dybbroe]
- Added debug printout for cloud product loading. [Adam Dybbroe]
- Make snow and microphysics transparent. [Martin Raspaud]
- Rename day_solar to snow. [Martin Raspaud]
- Keep the name of cloudtype products when projecting. [Martin Raspaud]
- Explicitly load parallax corrected files if present. [Martin Raspaud]
- Adding logging for MSG cloud products loading. [Martin Raspaud]
- Fix the parallax file sorting problem, again. [Martin Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Bugfix. [Adam Dybbroe]
- Merge branch '3.9reflectance' into pre-master. [Adam Dybbroe]
Conflicts:
mpop/channel.py
mpop/instruments/seviri.py
mpop/satin/mipp_xrit.py
setup.py
- Support for rgbs using the seviri 3.9 reflectance (pyspectral) [Adam
Dybbroe]
- Adding a sun-corrected overview rgb. [Adam Dybbroe]
- Adduing for "day microphysics" RGB. [Adam Dybbroe]
- Deriving the day-solar RGB using pyspectral to derive the 3.9
reflectance. [Adam Dybbroe]
- Use "imp" to find input plugins. [Martin Raspaud]
- Cleanup trailing whitespaces. [Martin Raspaud]
- Use cartesian coordinates for lon/lat computation if near-pole
situations. [Martin Raspaud]
- Set alpha channel to the same type as the other channels. [Martin
Raspaud]
- Sort the filenames in get_best_products (msg_hdf) [Martin Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Merge pull request 10 from pnuu/pre-master. [Martin Raspaud]
Fixed failed merging. Thanks Pnuu.
- Fixed failed merging (removed "<<<<<<< HEAD" and ">>>>>>> upstream
/pre-master" lines) [Panu Lahtinen]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Adam Dybbroe]
- Fix terra and aqua templates for the dual gain channels (13 & 14)
[Adam Dybbroe]
- Read both parallax corrected and usual cloudtype products. [Martin
Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[Martin Raspaud]
- Merge pull request 9 from pnuu/pre-master. [Martin Raspaud]
Possibility to get area_extent from area definition(s)
- Tests for mpop.satin.helper_functions.boundaries_to_extent. [Panu
Lahtinen]
- Separated area definitions and boundary calculations. [Panu Lahtinen]
- Added test if proj string is in + -format or not. [Panu Lahtinen]
- Re-ordered the tests. [Panu Lahtinen]
- Fixed incorrect correct values. [Panu Lahtinen]
- Test using area definitions instead of definition names. [Panu
Lahtinen]
- Possibility to give also area definition objects to
area_def_names_to_extent() and log a warning if the area definition is
not used. [Panu Lahtinen]
- Fixed import. [Panu Lahtinen]
- Added tests for mpop.satin.helper_functions. [Panu Lahtinen]
- Moved to mpop/tests/ [Panu Lahtinen]
- Moved to mpop/tests/ [Panu Lahtinen]
- Merge remote-tracking branch 'upstream/pre-master' into pre-master.
[Panu Lahtinen]
Conflicts:
mpop/satin/aapp1b.py
- Removed unneeded functions. [Panu Lahtinen]
- Test for area_def_names_to_extent() [Panu Lahtinen]
- Removed unnecessary functions. [Panu Lahtinen]
- Removed swath reduction functions. [Panu Lahtinen]
- Reverted not to reduce swath data. [Panu Lahtinen]
- Added possibility to do data reduction based on target area definition
names. [Panu Lahtinen]
- Added area extent calculations based on given area definition names.
[Panu Lahtinen]
- Helper functions for area extent and bondary calculations, and data
reducing for swath data. [Panu Lahtinen]
- Test for mpop.satin.mipp_xrit.lonlat_to_geo_extent() [Panu Lahtinen]
- Support for lon/lat -based area extents. [Panu Lahtinen]
- Add start and end time defaults for the images (runner). [Martin
Raspaud]
- Merge branch 'pre-master' of https://github.com/mraspaud/mpop into
pre-master. [Lars Orum Rasmussen]
- Do not mask out negative reflectances in viirs_sdr reading. [Martin
Raspaud]
- Added navigation to hrpt_hmf plugin. [Martin Raspaud]
- Started working on a new plugin version of hdfeos_l1b. [Martin
Raspaud]
- Cleanup. [Martin Raspaud]
- Cleanup. [Martin Raspaud]
- Cleanup. [Martin Raspaud]
- Cleanup. [Martin Raspaud]
- Adding scene tests to the test suite. [Martin Raspaud]
- Revamped scene unittests. [Martin Raspaud]
- Don't crash on errors. [Martin Raspaud]
- Revamped projector tests. [Martin Raspaud]
- More geo_image testing. [Martin Raspaud]
- Don't use "super" in geo_image. [Martin Raspaud]
- Fix testing. [Martin Raspaud]
- Mock pyresample and mpop.projector in geo_image tests. [Martin
Raspaud]
- More testing geo_image. [Martin Raspaud]
- Add tests for geo_image. [Martin Raspaud]
- Merge branch 'unstable' of ssh://safe/data/proj/SAF/GIT/mpop into
unstable. [Martin Raspaud]
- Mock gdal for geo_image tests. [Martin Raspaud]
- Added netCDF read support for four more projections. [Adam Dybbroe]
- Adding support for eqc in cf format. [Adam Dybbroe]
- Added config templates for GOES and MTSAT. [Lars Orum Rasmussen]
- Copied visir.night_overview to seviri.night_overview, so
night_overview.prerequisites is correct when night_overview is called
from seviri.py. [ras]
- Cloutop in seviri.py now same arguments as cloudtop in visir.py. [Lars
Orum Rasmussen]
- Fix saving as netcdf. [Martin Raspaud]
- Fix floating point tiff saving. [Martin Raspaud]
- Make pillow a requirement only if PIL is missing. [Martin Raspaud]
- Add some modules to mock in the documentation. [Martin Raspaud]
- Add pyorbital to the list of packets to install in travis. [Martin
Raspaud]
- Merge branch 'feature-travis' into unstable. [Martin Raspaud]
- Test_projector doesn't pass. [Martin Raspaud]
- Test_projector ? [Martin Raspaud]
- Fix travis. [Martin Raspaud]
- Adding test_geoimage. [Martin Raspaud]
- Test_channel passes, test_image next. [Martin Raspaud]
- Test_pp_core crashes, test_channel on. [Martin Raspaud]
- Commenting out tests to find out the culprit. [Martin Raspaud]
- Ok, last try for travis-ci. [Martin Raspaud]
- What is happening with travis ? [Martin Raspaud]
- More fiddling to find out why travis-ci complains. [Martin Raspaud]
- Testing the simple test way (not coverage) [Martin Raspaud]
- Trying to add the tests package for travis-ci. [Martin Raspaud]
- Add the tests package. [Martin Raspaud]
- Preprare for travis-ci. [Martin Raspaud]
- Support 16 bits images (geotiff only at the moment). [Martin Raspaud]
- Merge pull request 8 from pnuu/pre-master. [Martin Raspaud]
Sun zenith angle correction added.
- A section on mpop.tools added to documentation. [Panu Lahtinen]
- Extra tests for sun_zen_corr(). [Panu Lahtinen]
- Typo. [Panu Lahtinen]
- Channel descriptions added. [Panu Lahtinen]
- Channel desctiptions are added. [Panu Lahtinen]
- Clarification to help sunzen_corr_cos() desctiption. [Panu Lahtinen]
- Test cases for channel.sunzen_corr(). [Panu Lahtinen]
- Sun zenith angle correction split into two functions. [Panu Lahtinen]
- Revert to original version. [Panu Lahtinen]
- Initial commit of mpop.tools (with Sun zenith angle correction). [Panu
Lahtinen]
- Sun zenith angle correction added. [Panu Lahtinen]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[ras]
- Solve the multiple channel resolution with automatic resampling
radius. [Martin Raspaud]
- Add the "nprocs" option to projector objects and scene's project
method. [Martin Raspaud]
- Now saving orbit number (if available) as global attribute. [ras]
- Adding more files to be ignored. [ras]
- Merge branch 'pre-master' of github.com:mraspaud/mpop into pre-master.
[ras]
- New reader for hrpt level0 format. [Martin Raspaud]
- Fix no calibration reading for aapp1b. [Martin Raspaud]
- Add the product name to the the image info. [Martin Raspaud]
- Add some debugging info about missing pixels in viirs_sdr. [Martin
Raspaud]
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Martin Raspaud]
- Corrected a comment. [Adam Dybbroe]
- Fix for M13 load problem - reported by stefano.cerinogmail.com. [Adam
Dybbroe]
- Use number of scan to load the right amount of data in compact viirs
reader. [Martin Raspaud]
- Fix hook to be able to record both filename and uri. [Martin Raspaud]
- Protecting MPOP from netcdf4's unicode variables. [ras]
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Martin Raspaud]
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Adam Dybbroe]
- Adding a new convection RGB with co2 correction for SEVIRI. [Adam
Dybbroe]
- Temporary hack to solve for hdf5 files with more than one granule per
file. [Adam Dybbroe]
- Removing messaging code from saturn and added a more generic "hook"
argument. [Martin Raspaud]
- Bumped up version. [Martin Raspaud]
- Make viirs_compact scan number independent. [Martin Raspaud]
- Cleanup: marking some deprecated modules, removing unfinished file,
improving documentation. [Martin Raspaud]
- Adding the ears-viirs compact format reader. Untested. [Martin
Raspaud]
- Code cleanup. [Martin Raspaud]
- Merge branch 'pre-master' into unstable. [Martin Raspaud]
Conflicts:
mpop/imageo/geo_image.py
- Night_color (should had beed called night_overview) is the same as
cloudtop. [Lars Orum Rasmussen]
- Bug fix from Bocheng. [Lars Orum Rasmussen]
- Night_overview is just like cloudtop. [Lars Orum Rasmussen]
- Now also handling Polar satellites. [Lars Orum Rasmussen]
- Cosmetic. [Lars Orum Rasmussen]
- Fixed merge conflict. [Lars Orum Rasmussen]
- Trying out a chlorophyll product. [Lars Orum Rasmussen]
- Added a night overview composite. [Lars Orum Rasmussen]
- Better check for empty array. [Lars Orum Rasmussen]
- Fix logging. [Martin Raspaud]
- Fix backward compatibility in, and deprecate image.py. [Martin
Raspaud]
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Martin Raspaud]
- Calling numpy percentile only once when doing left and right cut offs.
[Adam Dybbroe]
- Add support for identifying npp directories by time-date as well as
orbit number. [Adam Dybbroe]
- Fix histogram-equalization stretch test. [Adam Dybbroe]
- Bugfix in histogram equalization function. [Adam Dybbroe]
- Using percentile function to generate histogram with constant number
of values in each bin. [Adam Dybbroe]
- Using numpy.pecentile function to cut the data in the linear stretch.
[Adam Dybbroe]
- Fix histogram stretch unit test. [Adam Dybbroe]
- Correcting the histogram stretching. The com_histogram function was in
error when asking for "normed" histograms. [Adam Dybbroe]
- Added histogram method that makes a more populated histogram when the
data are heaviliy skeewed. Fixes problem seen by Bocheng in DNB
imagery. [Adam Dybbroe]
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Adam Dybbroe]
- Don't remove GeolocationFlyweight _instances, but reset it. Allowing
for multiple "loads" [Adam Dybbroe]
- Add imageo.formats to installation. [Martin Raspaud]
- AAPP loading bug fix. [Martin Raspaud]
the aapp1b.py loader to aapp data was broken as it was loading both
channels 3a and 3b each time, one of them being entirely masked. This of
course created some problem further down. Fixed by setting the not loadable
channel to None.
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Martin Raspaud]
- Bugfix in npp.cfg template. [Adam Dybbroe]
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Adam Dybbroe]
- Fixing bug concerning the identification of VIIRS geolocation files.
Now the configuration specified in npp.cfg overwrites what is actually
written in the metadata header of the band files. [Adam Dybbroe]
- Make saturn posttroll capable. [Martin Raspaud]
- Bump up version number. [Martin Raspaud]
- Cosmetics. [Martin Raspaud]
- Fixing test cases. [Martin Raspaud]
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Martin Raspaud]
- Remove dummy test to boost projection performance. [Martin Raspaud]
Mpop was checking in 2 different places if the source and target areas were
different, leading to pyresample expanding the area definitions to full
lon/lat arrays when checking against a swath definition, and then running
an allclose. This was inefficient, and the programming team decided that it
was the user's task to know before projection if the source and target area
were the same. In other words, the user should be at least a little smart.
- Remove dummy test to boost projection performance. [Martin Raspaud]
Mpop was checking in 2 different places if the source and target areas were
different, leading to pyresample expanding the area definitions to full
lon/lat arrays when checking against a swath definition, and then running
an allclose. This was inefficient, and the programming team decided that it
was the user's task to know before projection if the source and target area
were the same. In other words, the user should be at least a little smart.
- Update channel list for modis lvl2. [Martin Raspaud]
- Bump up version number: 1.0.0. [Martin Raspaud]
- Merge branch 'pre-master' into unstable. [Martin Raspaud]
- Merge branch 'unstable' of /data/proj/SAF/GIT/mpop into unstable.
[Martin Raspaud]
- Cleanup. [Martin Raspaud]