Skip to content

Commit

Permalink
Merge pull request #1203 from sfinkens/doc-jma-hrit-sample
Browse files Browse the repository at this point in the history
Add link to MTSAT sample data
  • Loading branch information
mraspaud committed May 13, 2020
2 parents 10d5e11 + a4528a8 commit b8bd9ab
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions satpy/readers/hrit_jma.py
Expand Up @@ -21,16 +21,18 @@
------------
The JMA HRIT format is described in the `JMA HRIT - Mission Specific
Implementation`_. Sample data is available `here <https://www.data.jma.go.jp/
mscweb/en/himawari89/space_segment/sample_hrit.html>`_. There are three
readers for this format in Satpy:
Implementation`_. There are three readers for this format in Satpy:
- ``jami_hrit``: For data from the `JAMI` instrument on MTSAT-1R
- ``mtsat2-imager_hrit``: For data from the `Imager` instrument on MTSAT-2
- ``ahi_hrit``: For data from the `AHI` instrument on Himawari-8/9
Although the data format is identical, the instruments have different
characteristics, which is why there is a dedicated reader for each of them.
Sample data is available here:
- `JAMI/Imager sample data`_
- `AHI sample data`_
Example
Expand Down Expand Up @@ -87,7 +89,8 @@
``acq_time`` coordinate of the dataset.
.. _JMA HRIT - Mission Specific Implementation: http://www.jma.go.jp/jma/jma-eng/satellite/introduction/4_2HRIT.pdf
.. _JAMI/Imager sample data: https://www.data.jma.go.jp/mscweb/en/operation/hrit_sample.html
.. _AHI sample data: https://www.data.jma.go.jp/mscweb/en/himawari89/space_segment/sample_hrit.html
"""

import logging
Expand Down

0 comments on commit b8bd9ab

Please sign in to comment.