Skip to content

Commit

Permalink
docs(dataset): add module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wvenialbo committed Oct 25, 2024
1 parent 399e9f4 commit 4c82321
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/GOES_DL/dataset/goes/locator_dp.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""
Provide a Product locator for locating GOES-R Series ABI products.
This module defines the `GOESProductLocatorABIDP` class, which is used
to locate Advanced Baseline Imager (ABI) products from the GOES-R Series
imagery dataset.
"""

from .locator_abi import GOESProductLocatorABI


Expand Down

0 comments on commit 4c82321

Please sign in to comment.