Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring my fork up to date with the main repo #5

Merged
merged 174 commits into from
Apr 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
174 commits
Select commit Hold shift + click to select a range
e50dca1
Clean-up tests
wroberts4 Aug 27, 2018
f121788
Add more information of compositors and how composites can be configured
pnuu Nov 22, 2018
8de65d7
Fix formatting for composite config examples
pnuu Nov 23, 2018
21e9d72
Add an example how to use modifiers
pnuu Nov 23, 2018
7ebc679
Add example enhancement code
pnuu Nov 23, 2018
584c8dc
Show how enhancement config files are formed
pnuu Nov 23, 2018
2c9c67a
Update enhancement TODO, add placeholders for built-in enhancements
pnuu Nov 23, 2018
3c429fd
Explain linear and crude stretching
pnuu Nov 23, 2018
ee99e50
Fix composite class references in docs and other style fixes
djhoese Nov 23, 2018
a2df186
Merge pull request #1 from pytroll/master
wroberts4 Jan 2, 2019
466fdc8
Begin implementing a virr reader
wroberts4 Jan 2, 2019
4ab8438
Continue implementing a virr reader with tests
wroberts4 Jan 4, 2019
e04c5f4
Fix styling and remove print statements
wroberts4 Jan 4, 2019
7328e3e
Add tests for VIRR reader and simplify logic
wroberts4 Jan 7, 2019
4a332ac
Continue adding tests for VIRR reader
wroberts4 Jan 7, 2019
7de0a74
Attempt a fix for timestamp subtraction
wroberts4 Jan 8, 2019
1d68b8a
Cleanup VIRR reader tests
wroberts4 Jan 8, 2019
da60a50
Fix styling errors
wroberts4 Jan 8, 2019
910688c
Merge pull request #2 from pytroll/master
wroberts4 Jan 8, 2019
69b266b
Merge pull request #3 from pytroll/master
wroberts4 Jan 8, 2019
1291fb8
Merge remote-tracking branch 'origin/master'
wroberts4 Jan 8, 2019
18c9cba
Finish tests for VIRR reader
wroberts4 Jan 8, 2019
9a54c3a
Merge remote-tracking branch 'origin/feature_virr_reader'
wroberts4 Jan 8, 2019
b7b959a
Fires reader working
Feb 7, 2019
70190a5
Reader for the SAR OCN L2 wind product in SAFE format.
Mar 12, 2019
cd2d0ab
Add initial idea for demo subpackage
djhoese Mar 12, 2019
d306bbb
Current progress with testing
Mar 12, 2019
42a5dc7
test for safe_sar_l2_ocn.py
Mar 13, 2019
af3b9cb
CDF4 tests pass
Mar 13, 2019
a08dd89
Another try with the test
Mar 15, 2019
970e9b1
Another add another test
Mar 15, 2019
3dc1533
Test more datasets
Mar 15, 2019
be95f72
Added safe_sar_l2_ocn test
Mar 15, 2019
7525d3d
Added safe_sar_l2_ocn test
Mar 15, 2019
1181ce6
Covering more of the code
Mar 15, 2019
55de15d
Add NWCSAF PrecipClouds RGB composite
adybbroe Mar 15, 2019
2bb3d7f
Initial fires text test implementation
rdaruwala Mar 16, 2019
885e6d8
All tests pass
rdaruwala Mar 16, 2019
1298134
Fixing styling errors
rdaruwala Mar 16, 2019
4f6f460
More formatting fixes
rdaruwala Mar 16, 2019
159f15d
Merge branch 'master' of http://github.com/pytroll/satpy into reader-…
rdaruwala Mar 16, 2019
adf63f9
Fixed merge conflicts
rdaruwala Mar 16, 2019
8c4cb04
Fix python2.7 test error
rdaruwala Mar 17, 2019
8f48ab5
Remove unused import
rdaruwala Mar 17, 2019
94d2acc
Rename test names
rdaruwala Mar 17, 2019
1384939
Re-add path check, temporary fix until tests redone with mock
rdaruwala Mar 17, 2019
3e50168
Some more inline documentation
Mar 19, 2019
3aa89a2
Add grid to add_overlay function. For full documentation if add_grid …
Mar 20, 2019
f9a3005
Add documentation
rdaruwala Mar 20, 2019
415632c
Rename to viirs_edr_fires
rdaruwala Mar 20, 2019
c5223e8
Fix rename issue
rdaruwala Mar 20, 2019
4468ba3
Add simple docstring info
rdaruwala Mar 20, 2019
85244a0
Fix stringio issue
rdaruwala Mar 20, 2019
1a4d6e0
pass all parameters for add_grid as a dict. But the get quite clumsy …
Mar 21, 2019
5687673
Rename to viirs_edr_active_fires
rdaruwala Mar 22, 2019
1df647d
Fix missing rename
rdaruwala Mar 22, 2019
7a170e8
Fix another missing rename
rdaruwala Mar 22, 2019
207d758
use setdefault instead
Mar 22, 2019
6be58e4
Add satellite position to dataset attributes
sfinkens Mar 22, 2019
eb7f6bb
Improve argument handling to add_grid
Mar 22, 2019
a435dda
Pass major and minor lonlat as positional arguments
Mar 22, 2019
3d3c001
Simplify
Mar 22, 2019
d6b2545
Python-2 compatibility
sfinkens Mar 22, 2019
1936b7a
Add to AUTHORS.md
rdaruwala Mar 22, 2019
8664e35
Do not pass `filter_parameters` to the filehandler creation
mraspaud Mar 25, 2019
1247be0
Fix filter_parameters removal
mraspaud Mar 25, 2019
2f289d0
Test that filter_parameters isn't passed to the filehandlers
mraspaud Mar 26, 2019
407b916
Make sure the reader_kwargs passed to Scene() aren't modified in place
mraspaud Mar 26, 2019
3b051da
Use geodetic coordinates
sfinkens Mar 26, 2019
c236bdd
Include Chebyshev test
sfinkens Mar 26, 2019
005a4f5
Bugfix precip rgb yaml specification
adybbroe Mar 26, 2019
04152cc
Add MODIS RGB night_fog
adybbroe Mar 26, 2019
ee877c4
Fix filter_parameters removal
mraspaud Mar 26, 2019
3b8c9ca
Fix MultiScene save_animation when distributed isn't installed
djhoese Mar 26, 2019
34046be
Fix unused variable in multiscene test
djhoese Mar 26, 2019
1026bbb
Remove deprecated documentation
mraspaud Mar 26, 2019
58e9d64
Fix filter_parameters removal test
mraspaud Mar 26, 2019
a946ea1
Merge pull request #676 from adybbroe/feature-add-nightfog-modis
mraspaud Mar 26, 2019
7fb741c
Use earth radii from prologue
sfinkens Mar 26, 2019
fbeb223
Add test for earth radii
sfinkens Mar 26, 2019
e31dfc3
Fix indentation style issue in multiscene tests
djhoese Mar 26, 2019
7a858c5
Merge pull request #675 from mraspaud/fix-filter-fh
djhoese Mar 26, 2019
9fd4045
Merge pull request #671 from sfinkens/feature-seviri-hrit-satpos
mraspaud Mar 26, 2019
bb6aa6b
Merge pull request #677 from djhoese/bugfix-multiscene-client
djhoese Mar 26, 2019
dff69ad
Move precipclouds RGB compsitor to cloud_products.py
adybbroe Mar 27, 2019
bdb4bde
Add the dot "."
adybbroe Mar 27, 2019
d7df6ec
Fix bug - forgot to import GenericCompositor
adybbroe Mar 27, 2019
6db4a9e
Merge pull request #6 from pytroll/master
wroberts4 Mar 28, 2019
486aad7
Merge pull request #7 from wroberts4/master
wroberts4 Mar 28, 2019
b4f5a4e
Merge remote-tracking branch 'origin/master'
wroberts4 Mar 28, 2019
7ae5a39
Add to index.rst
rdaruwala Mar 28, 2019
cf3dacb
Fix minor styling and add docstring to virr_l1b.py
wroberts4 Mar 28, 2019
704c957
Merge remote-tracking branch 'origin/feature_virr_reader'
wroberts4 Mar 28, 2019
1004832
Merge branch 'master' into feature_virr_reader
wroberts4 Mar 28, 2019
95abb5e
Bugfix - point to the precipclouds RGB compositor in yaml file
adybbroe Mar 29, 2019
f46d3f5
Make the masking of space pixels optional
simonrp84 Mar 29, 2019
f1af877
Flake8 changes
simonrp84 Mar 29, 2019
0a0daa0
Add some proper documentation for mask_space
simonrp84 Mar 29, 2019
6fc28f7
Remove trailing whitespace
simonrp84 Mar 29, 2019
2b8e47f
Add whitespace after comma
simonrp84 Mar 29, 2019
d8fa6e1
Remove unneeded brackets
simonrp84 Mar 29, 2019
1debc91
Add linebreak
simonrp84 Mar 29, 2019
3cd49eb
Add test to ensure that _mask_space is only called if mask_space=True
simonrp84 Mar 29, 2019
21256e7
Updated space masking test to test if function is called rather than …
simonrp84 Mar 29, 2019
af84f63
whitespace
simonrp84 Mar 29, 2019
ee05671
whitespace
simonrp84 Mar 29, 2019
9c49870
Missed a tab, which caused test to fail
simonrp84 Mar 29, 2019
83b0788
Add basic proof of concept for demo downloading from GCP
djhoese Mar 31, 2019
f63258c
Fix bug in Scene.resample causing AssertionError
djhoese Mar 31, 2019
a5c1e32
Add get_us_midlatitude_cyclone_abi demo function
djhoese Apr 1, 2019
a36d89b
Merge pull request #682 from simonrp84/ahi_masking
mraspaud Apr 1, 2019
c95603f
Merge pull request #685 from djhoese/bugfix-reduce-slices
mraspaud Apr 1, 2019
6c47241
Fix offset correction in seviri_l1b_hrit
sfinkens Apr 1, 2019
a7efc06
Link to wiki page
sfinkens Apr 1, 2019
6cb5656
Merge pull request #688 from sfinkens/fix-seviri-offset-correction
mraspaud Apr 2, 2019
5a75f75
Merge pull request #665 from rdaruwala/reader-fires
mraspaud Apr 2, 2019
f8a1a5c
Correct one pixel offset in HSD images and update header spec to vers…
simonrp84 Apr 2, 2019
49916fd
Remove two unneeded linebreaks, now passes flake8 test
simonrp84 Apr 2, 2019
3fc5f10
Merge pull request #689 from simonrp84/Him_Header
mraspaud Apr 2, 2019
af9466b
Add aggregation to Scene
mraspaud Apr 2, 2019
3d545a9
Allow strings as areas from Scene.crop
mraspaud Apr 2, 2019
7f64909
Adjust radius of influence for AreaDefinitions too
mraspaud Apr 2, 2019
144e150
Fix style issue
mraspaud Apr 2, 2019
56c7a6b
Skip aggregation test in python 2
mraspaud Apr 2, 2019
d5cd387
Bugfix aggregation
mraspaud Apr 3, 2019
31be534
Use `N_Number_Of_Scans` for number of scans
mraspaud Apr 3, 2019
e142a52
Update the viirs_sdr tests
mraspaud Apr 3, 2019
a891d74
Add documentation about dataset reading in viirs_sdr
mraspaud Apr 3, 2019
7d1a89d
Merge pull request #693 from mraspaud/fix-viirs-visible-night
mraspaud Apr 3, 2019
4e23523
Merge pull request #663 from adybbroe/feature-add-nwcsaf-precipclouds…
mraspaud Apr 3, 2019
fa5e80c
Allow choice between default or updated calibration coefficients for …
simonrp84 Apr 4, 2019
ec26c2b
Add better documentation, correct default calibration type.
simonrp84 Apr 4, 2019
de5451a
Add a more descriptive log message for the case that no updated coeff…
simonrp84 Apr 4, 2019
a37bfe4
Allow variations of image filename extensions
gerritholl Apr 4, 2019
b06a3b7
Remove authors from license and add license to test_virr_l1b.py
wroberts4 Apr 4, 2019
2e60742
Add tests for satpy.demo subpkg
djhoese Apr 5, 2019
506d572
Fix creation of area defs
sfinkens Apr 5, 2019
a7c1428
Merge pull request #697 from sfinkens/fix-area-def-kwargs
djhoese Apr 5, 2019
099e5c3
Fix python 2 compatibility in demo tests
djhoese Apr 5, 2019
0d738ba
Merge pull request #565 from wroberts4/feature_virr_reader
djhoese Apr 5, 2019
ac7cf09
Fix one more test with mocking of gcsfs
djhoese Apr 5, 2019
371cfe0
Add a test for the case when no updated calibration coefficients are …
simonrp84 Apr 5, 2019
4cd3f1f
Fix demo tests on Windows
djhoese Apr 5, 2019
684b9c1
Merge pull request #696 from gerritholl/more-forgiving-tiff-extensions
djhoese Apr 5, 2019
52315e3
Merge pull request #686 from djhoese/feature-demo-download
djhoese Apr 5, 2019
1cec3b8
Update docstrings with double colons and remove unneeded parentheses …
simonrp84 Apr 5, 2019
9132476
Merge pull request #695 from simonrp84/Him_GSICS
mraspaud Apr 5, 2019
95fafd8
Rename SatPy to Satpy throughout documentation
djhoese Apr 5, 2019
3e35059
Merge pull request #699 from djhoese/doc-satpy-capitals
djhoese Apr 5, 2019
97e2474
Mask out invalid values in precip_clouds
mraspaud Apr 8, 2019
a99e1ca
Fixed conflict
Apr 8, 2019
e9b628b
Add the precip product test to the test suite
mraspaud Apr 8, 2019
b62c068
Clarify release instructions
pnuu Apr 8, 2019
15f94ed
Some more ducumentation for the usage of grid lines
Apr 8, 2019
bc2e170
Use HSD blocklengths rather than assumed size (#694)
simonrp84 Apr 8, 2019
f0d1136
Merge pull request #700 from mraspaud/fix-precip
mraspaud Apr 8, 2019
affc152
Fix git tag command
pnuu Apr 8, 2019
7a243a6
Add missing docstring for to_image
gerritholl Apr 8, 2019
30eede0
Add a clarifying example
pnuu Apr 8, 2019
af0a04c
Mention that the stdout print is the same as in CHANGELOG.temp
pnuu Apr 8, 2019
26453c0
Add georef offset correction flag to attributes
sfinkens Apr 8, 2019
b3dbe6a
Merge branch 'document-composites' of https://github.com/pnuu/satpy i…
pnuu Apr 8, 2019
4824749
Add positional argument "name" to DayNightCompositor and CloudCompositor
pnuu Apr 8, 2019
dbefca1
Fix Seviri VIS channel names in documentation examples
pnuu Apr 8, 2019
289448c
Add link to enhancements.rst
pnuu Apr 8, 2019
caeb48a
Merge pull request #704 from sfinkens/feature-seviri-offset-corrected
mraspaud Apr 8, 2019
f83e6b0
Merge pull request #701 from pnuu/fix-clarify-releasing
djhoese Apr 9, 2019
6e76f37
Merge pull request #703 from gerritholl/add-missing-docsting-to-image
djhoese Apr 9, 2019
6c2b50b
Merge branch 'document-composites' of https://github.com/pnuu/satpy i…
pnuu Apr 9, 2019
d1e97f4
Add missing argument "name" to call of parent class __init__
pnuu Apr 9, 2019
354cf08
Merge pull request #705 from pnuu/document-composites
mraspaud Apr 9, 2019
1e9f483
Merge pull request #668 from TAlonglong/feature-latlon-graticules
mraspaud Apr 9, 2019
6cabadd
Merge pull request #645 from TAlonglong/feature-sar-ocn-l2
mraspaud Apr 9, 2019
f422003
Merge pull request #691 from mraspaud/feature-aggregate
djhoese Apr 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.

**Environment Info:**
- OS: [e.g. OSX, Windows, Linux]
- SatPy Version: [e.g. 0.9.0]
- Satpy Version: [e.g. 0.9.0]
- PyResample Version:
- Readers and writers dependencies (when relevant): [run `from satpy.config import check_satpy; check_satpy()`]

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ nosetests.xml

# vi / vim swp files
*.swp
.DS_STORE
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ The following people have made contributions to this project:
- [sjoro (sjoro)](https://github.com/sjoro)
- Guido della Bruna - meteoswiss
- Marco Sassi - meteoswiss
- [Rohan Daruwala (rdaruwala)](https://github.com/rdaruwala)
- [Simon R. Proud (simonrp84)](https://github.com/simonrp84)
30 changes: 15 additions & 15 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
How to contribute
=================

Thank you for considering contributing to SatPy! SatPy's development team
Thank you for considering contributing to Satpy! Satpy's development team
is made up of volunteers so any help we can get is very appreciated.

Contributions from users are what keep this community going. We welcome
any contributions including bug reports, documentation fixes or updates,
bug fixes, and feature requests. By contributing to SatPy you are providing
bug fixes, and feature requests. By contributing to Satpy you are providing
code that everyone can use and benefit from.

The following guidelines will describe how the SatPy project structures
The following guidelines will describe how the Satpy project structures
its code contributions from discussion to code to package release.

For more information on contributing to open source projects see
Expand Down Expand Up @@ -39,7 +39,7 @@ What can I do?
- Read the :doc:`index` for more details on contributing code.
- `Fork <https://help.github.com/articles/fork-a-repo/>`_ the repository on
GitHub and install the package in development mode.
- Update the SatPy documentation to make it clearer and more detailed.
- Update the Satpy documentation to make it clearer and more detailed.
- Contribute code to either fix a bug or add functionality and submit a
`Pull Request <https://help.github.com/articles/creating-a-pull-request/>`_.
- Make an example Jupyter Notebook and add it to the
Expand All @@ -53,33 +53,33 @@ fault. When you submit your changes to be merged as a GitHub
`Pull Request <https://help.github.com/articles/creating-a-pull-request/>`_
they will be automatically tested and checked against coding style rules.
Before they are merged they are reviewed by at least one maintainer of the
SatPy project. If anything needs updating, we'll let you know.
Satpy project. If anything needs updating, we'll let you know.

What is expected?
=================

You can expect the SatPy maintainers to help you. We are all volunteers,
You can expect the Satpy maintainers to help you. We are all volunteers,
have jobs, and occasionally go on vacations. We will try our best to answer
your questions as soon as possible. We will try our best to understand your
use case and add the features you need. Although we strive to make
SatPy useful for everyone there may be some feature requests that we can't
Satpy useful for everyone there may be some feature requests that we can't
allow if they would require breaking existing features. Other features may
be best for a different package, PyTroll or otherwise. Regardless, we will
help you find the best place for your feature and to make it possible to do
what you want.

We, the SatPy maintainers, expect you to be patient, understanding, and
respectful of both developers and users. SatPy can only be successful if
We, the Satpy maintainers, expect you to be patient, understanding, and
respectful of both developers and users. Satpy can only be successful if
everyone in the community feels welcome. We also expect you to put in as
much work as you expect out of us. There is no dedicated PyTroll or SatPy
much work as you expect out of us. There is no dedicated PyTroll or Satpy
support team, so there may be times when you need to do most of the work
to solve your problem (trying different test cases, environments, etc).

Being respectful includes following the style of the existing code for any
code submissions. Please follow
`PEP8 <https://www.python.org/dev/peps/pep-0008/>`_ style guidelines and
limit lines of code to 80 characters whenever possible and when it doesn't
hurt readability. SatPy follows
hurt readability. Satpy follows
`Google Style Docstrings <http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html>`_
for all code API documentation. When in doubt use the existing code as a
guide for how coding should be done.
Expand All @@ -89,7 +89,7 @@ guide for how coding should be done.
How do I get help?
==================

The SatPy developers (and all other PyTroll package developers) monitor the:
The Satpy developers (and all other PyTroll package developers) monitor the:

- `Mailing List <https://groups.google.com/group/pytroll>`_
- `Slack chat <https://pytroll.slack.com/>`_ (get an `invitation <https://pytrollslackin.herokuapp.com/>`_)
Expand All @@ -99,17 +99,17 @@ How do I submit my changes?
===========================

Any contributions should start with some form of communication (see above) to
let the SatPy maintainers know how you plan to help. The larger the
let the Satpy maintainers know how you plan to help. The larger the
contribution the more important direct communication is so everyone can avoid
duplicate code and wasted time.
After talking to the SatPy developers any additional work like code or
After talking to the Satpy developers any additional work like code or
documentation changes can be provided as a GitHub
`Pull Request <https://help.github.com/articles/creating-a-pull-request/>`_.

Code of Conduct
===============

SatPy follows the same code of conduct as the PyTroll project. For reference
Satpy follows the same code of conduct as the PyTroll project. For reference
it is copied to this repository in
`CODE_OF_CONDUCT.md <https://github.com/pytroll/satpy/blob/master/CODE_OF_CONDUCT.md>`_.

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Satpy
:target: https://badge.fury.io/py/satpy


The SatPy package is a python library for reading and manipulating
The Satpy package is a python library for reading and manipulating
meteorological remote sensing data and writing it to various image and
data file formats. SatPy comes with the ability to make various RGB
data file formats. Satpy comes with the ability to make various RGB
composites directly from satellite instrument channel data or higher level
processing output. The
`pyresample <http://pyresample.readthedocs.io/en/latest/>`_ package is used
Expand All @@ -28,7 +28,7 @@ http://satpy.readthedocs.org/.
Installation
------------

SatPy can be installed from PyPI with pip:
Satpy can be installed from PyPI with pip:

.. code-block:: bash

Expand All @@ -44,7 +44,7 @@ It is also available from `conda-forge` for conda installations:
Code of Conduct
---------------

SatPy follows the same code of conduct as the PyTroll project. For reference
Satpy follows the same code of conduct as the PyTroll project. For reference
it is copied to this repository in CODE_OF_CONDUCT.md_.

As stated in the PyTroll home page, this code of conduct applies to the
Expand Down
24 changes: 18 additions & 6 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
# Releasing SatPy
# Releasing Satpy

1. checkout master
2. pull from repo
3. run the unittests
4. run `loghub` and update the `CHANGELOG.md` file:
4. run `loghub`. Replace <github username> and <previous version> with proper
values. To get the previous version run `git tag` and select the most
recent with highest version number.

```
loghub pytroll/satpy -u <username> -st v0.8.0 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backwards incompatible changes"
loghub pytroll/satpy -u <github username> -st v<previous version> -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backwards incompatible changes"
```

Don't forget to commit!
This command will create a CHANGELOG.temp file which need to be added
to the top of the CHANGLOG.md file. The same content is also printed
to terminal, so that can be copy-pasted, too. Remember to update also
the version number to the same given in step 5. Don't forget to commit
CHANGELOG.md!

5. Create a tag with the new version number, starting with a 'v', eg:

```
git tag -a v0.22.45 -m "Version 0.22.45"
git tag -a v<new version> -m "Version <new version>"
```

See [semver.org](http://semver.org/) on how to write a version number.
For example if the previous tag was `v0.9.0` and the new release is a
patch release, do:

```
git tag -a v0.9.1 -m "Version 0.9.1"
```

See [semver.org](http://semver.org/) on how to write a version number.


6. push changes to github `git push --follow-tags`
Expand Down
2 changes: 1 addition & 1 deletion doc/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ by running:
make html

The generated HTML documentation pages are available in `build/html`. If
SatPy's API has changed (new functions, modules, classes, etc) then the
Satpy's API has changed (new functions, modules, classes, etc) then the
API documentation should be regenerated before running the above make
command.

Expand Down
22 changes: 22 additions & 0 deletions doc/source/api/satpy.demo.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
satpy.demo package
==================

Submodules
----------

satpy.demo.google\_cloud\_platform module
-----------------------------------------

.. automodule:: satpy.demo.google_cloud_platform
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: satpy.demo
:members:
:undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions doc/source/api/satpy.readers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,14 @@ satpy.readers.viirs\_compact module
:undoc-members:
:show-inheritance:

satpy.readers.viirs\_edr\_active\_fires module
--------------------------------------

.. automodule:: satpy.readers.viirs_edr_active_fires
:members:
:undoc-members:
:show-inheritance:

satpy.readers.viirs\_edr\_flood module
--------------------------------------

Expand Down
1 change: 1 addition & 0 deletions doc/source/api/satpy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Subpackages
.. toctree::

satpy.composites
satpy.demo
satpy.enhancements
satpy.readers
satpy.writers
Expand Down
Loading