mpop icon indicating copy to clipboard operation
mpop copied to clipboard

Meteorological Post Processing Package. This package is deprecated, please use satpy instead.

Results 16 mpop issues
Sort by recently updated
recently updated
newest added

I have seen that there is a difference in the ch3A (1.6 micron) reflectances between the Metop GDS and AAPP direct readout data. I read the Metop GDS with eps_l1b...

lons.data.fill_value and lats.data.fill_value fail. Instead using local variable fill_value (is that correct ?) Make MPOP's own nc_reader happy, by joining name and number with a '-'

in progress

Trying to figure out how to do read the MODIS MCD12Q2 using MPOP. Any idea?

This PR adds solar/viewing angles and scanline times as attributes to scene object for EPS/AVHRR data.

in progress

First version of mitiff writer. But config must be reworked. Maybe reject this until the rework config is ready

Test failure with Pillow 3.4.2 ``` ====================================================================== ERROR: test_pil_image (mpop.tests.test_image.TestEmptyImage) Return an empty PIL image. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lamby/temp/cdt.20161103212915.XxOo8TNjqe.db.python-mpop/python-mpop-1.3.0/mpop/tests/test_image.py", line 184, in test_pil_image pilimg = self.img.pil_image()...

Added feature and steps file for the functional tests. Currently feature-io.feature contains two scenarios, one for single line dataset loading, another one is for the case when data can be...

in progress

``` python from datetime import datetime, timedelta geosSettings = { "met10": {'sat':"meteosat", 'num':"10", 'instr':"seviri", 'ir':'IR_108', 'freq': 15 } } sat = "met10" fOut = "tst.tif" cycles = 1 dateNow =...

Feature request

The test data is available here: ftp://ftp.eumetsat.int/pub/OPS/out/test-data/FCI_L1C_Format_Familiarisation/

in progress