Skip to content

Commit

Permalink
Clarify satpy.yaml use with nested dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
gerritholl committed Jan 21, 2025
1 parent 6fc15fe commit 5d44f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ value. For example:
cache_dir: "/tmp"
data_dir: "/tmp"
readers:
clip_negative_radiances: True
Note that a dotted configuration key (such as ``readers.clip_negative_radiances``)
should be written into ``satpy.yaml`` as a nested dictionary, such as in the example above.
Lastly, it is possible to specify an additional config path to the above
options by setting the environment variable ``SATPY_CONFIG``. The file
specified with this environment variable will be added last after all of the
Expand Down

0 comments on commit 5d44f27

Please sign in to comment.