diff --git a/torchgeo/samplers/constants.py b/torchgeo/samplers/constants.py index 203a72481a3..18e1f598ddb 100644 --- a/torchgeo/samplers/constants.py +++ b/torchgeo/samplers/constants.py @@ -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()