Skip to content

Commit

Permalink
Document enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Feb 23, 2022
1 parent d0f2502 commit 447652a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions torchgeo/samplers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ class Units(Enum):
:class:`~torchgeo.samplers.BatchGeoSampler`.
"""

#: Units in number of pixels
PIXELS = auto()

#: Units of :term:`coordinate reference system (CRS)`
CRS = auto()

0 comments on commit 447652a

Please sign in to comment.