Skip to content

Commit

Permalink
Add hrit readers info to the main documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Nov 22, 2018
1 parent a6a0962 commit d03dd73
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
16 changes: 16 additions & 0 deletions doc/source/readers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,19 @@ Adding a Reader to SatPy
========================

Coming soon...

Implemented readers
===================

xRIT-based readers
------------------

.. automodule:: satpy.readers.hrit_base

.. automodule:: satpy.readers.hrit_msg

.. automodule:: satpy.readers.hrit_jma

.. automodule:: satpy.readers.hrit_goes

.. automodule:: satpy.readers.hrit_electrol
1 change: 1 addition & 0 deletions satpy/readers/hrit_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""HRIT/LRIT format reader
***************************
This module is the base module for all HRIT-based formats. Here, you will find
the common building blocks for hrit reading.
Expand Down
3 changes: 2 additions & 1 deletion satpy/readers/hrit_electrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""HRIT format reader.
"""HRIT format reader
**********************
References:
ELECTRO-L GROUND SEGMENT MSU-GS INSTRUMENT,
Expand Down
3 changes: 2 additions & 1 deletion satpy/readers/hrit_goes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""GOES HRIT format reader.
"""GOES HRIT format reader
****************************
References:
LRIT/HRIT Mission Specific Implementation, February 2012
Expand Down
3 changes: 2 additions & 1 deletion satpy/readers/hrit_jma.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""HRIT format reader for JMA data.
"""HRIT format reader for JMA data
************************************
References:
JMA HRIT - Mission Specific Implementation
Expand Down
6 changes: 2 additions & 4 deletions satpy/readers/hrit_msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""SEVIRI HRIT format reader.
"""SEVIRI HRIT format reader
******************************
References:
MSG Level 1.5 Image Data FormatDescription
TODO:
- HRV navigation
"""

import logging
Expand Down

0 comments on commit d03dd73

Please sign in to comment.