Skip to content

Commit

Permalink
Merge pull request #769 from ColinDuff/msg_bufr_reader
Browse files Browse the repository at this point in the history
Added initial version of an MSG BUFR reader and TOZ product yaml file
  • Loading branch information
mraspaud committed Nov 4, 2019
2 parents 9710d32 + 35b7441 commit e958d7d
Show file tree
Hide file tree
Showing 7 changed files with 1,205 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
- PYTHON_VERSION=$TRAVIS_PYTHON_VERSION
- NUMPY_VERSION=stable
- MAIN_CMD='python setup.py'
- CONDA_DEPENDENCIES='xarray!=0.13.0 dask distributed toolz Cython sphinx cartopy pillow matplotlib scipy pyyaml pyproj pyresample coveralls coverage codecov behave netcdf4 h5py h5netcdf gdal rasterio imageio pyhdf mock libtiff geoviews zarr six'
- CONDA_DEPENDENCIES='xarray!=0.13.0 dask distributed toolz Cython sphinx cartopy pillow matplotlib scipy pyyaml pyproj pyresample coveralls coverage codecov behave netcdf4 h5py h5netcdf gdal rasterio imageio pyhdf mock libtiff geoviews zarr six python-eccodes'
- PIP_DEPENDENCIES='trollsift trollimage pyspectral pyorbital libtiff'
- SETUP_XVFB=False
- EVENT_TYPE='push pull_request'
Expand Down
3 changes: 3 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ the base Satpy installation.
- `seviri_l1b_nc`
- | HRV channel not supported, incomplete metadata
| in the files. EUMETSAT has been notified.
* - MSG (Meteosat 8 to 11) L2 products in BUFR format
- `seviri_l2_bufr`
- AMV Bufr products not available yet.
* - Himawari 8 and 9 AHI data in HSD format
- `ahi_hsd`
- Nominal
Expand Down

0 comments on commit e958d7d

Please sign in to comment.