Skip to content

Commit

Permalink
Merge pull request #1402 from pytroll/feature-scmi-multivar
Browse files Browse the repository at this point in the history
Add ability to create complex tiled AWIPS NetCDF files (formerly SCMI writer)
  • Loading branch information
mraspaud committed Dec 16, 2020
2 parents 34c307f + f80153e commit 8427877
Show file tree
Hide file tree
Showing 13 changed files with 3,564 additions and 2,297 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -58,7 +58,7 @@ satpy/etc/readers/viirs_l1b.yaml @djhoese
satpy/etc/readers/virr_l1b.yaml @djhoese @adybbroe
satpy/etc/writers/cf.yaml @mraspaud
satpy/etc/writers/ninjotiff.yaml @mraspaud
satpy/etc/writers/scmi.yaml @djhoese
satpy/etc/writers/awips_tiled.yaml @djhoese
satpy/readers/aapp_l1b.py @pnuu @mraspaud @adybbroe
satpy/readers/abi_l1b.py @djhoese
satpy/readers/acspo.py @djhoese
Expand Down Expand Up @@ -98,6 +98,6 @@ satpy/readers/viirs_l1b.py @djhoese
satpy/readers/xmlformat.py @mraspaud
satpy/resample.py @pnuu @djhoese @mraspaud
satpy/writers/cf_writer.py @mraspaud
satpy/writers/scmi.py @djhoese
satpy/writers/awips_tiled.py @djhoese
utils/coord2area_def.py @mraspaud @adybbroe
utils/fetch_avhrr_calcoeffs.py @pnuu
6 changes: 3 additions & 3 deletions doc/source/api/satpy.writers.rst
Expand Up @@ -36,10 +36,10 @@ satpy.writers.ninjotiff module
:undoc-members:
:show-inheritance:

satpy.writers.scmi module
-------------------------
satpy.writers.awips_tiled module
--------------------------------

.. automodule:: satpy.writers.scmi
.. automodule:: satpy.writers.awips_tiled
:members:
:undoc-members:
:show-inheritance:
Expand Down
4 changes: 2 additions & 2 deletions doc/source/writers.rst
Expand Up @@ -47,8 +47,8 @@ One common parameter across almost all Writers is ``filename`` and
- :class:`cf <satpy.writers.cf_writer.CFWriter>`
- Pre-alpha
- :mod:`Usage example <satpy.writers.cf_writer>`
* - AWIPS II Tiled SCMI NetCDF4
- :class:`scmi <satpy.writers.scmi.SCMIWriter>`
* - AWIPS II Tiled NetCDF4
- :class:`awips_tiled <satpy.writers.awips_tiled.AWIPSTiledWriter>`
- Beta
-

Expand Down
1 change: 1 addition & 0 deletions satpy/etc/readers/glm_l2.yaml
Expand Up @@ -23,6 +23,7 @@ file_types:
# glm_l2_lcfa - add this with glmtools

datasets:
# Additional datasets discovered dynamically in satpy/readers/glm_l2.py
flash_extent_density:
name: flash_extent_density
file_type: glm_l2_imagery
Expand Down

0 comments on commit 8427877

Please sign in to comment.