Metadata-Version: 2.4
Name: drbx-kb-topics-sentinel-2-safe
Version: 1.0.2
Summary: DRB Knowledge-Base topic descriptor: Sentinel-2 SAFE (TTL, auto-loaded)
Author-email: GAEL Systems <drb-python@gael.fr>
License-Expression: LGPL-3.0-or-later
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: drb>=2.7.0
Requires-Dist: drbx-kb-topics-safe>=1.0.0

# Sentinel-2 Topic

This topic aims define knowledge classes to recognize Sentinel-2 formats.

## Optional driver dependencies

Some classes subclass topics shipped by driver packages that this package
does not depend on (a classification-only environment stays light — see
drb-testbench#48):

- **`drb-driver-image >= 1.5.0`** — required to classify the granule
  JPEG2000 images (`Sentinel-2 Image: Level-1C: True Color Image` — TCI,
  PVI and band files — subclasses `drb:jp2`). Without it, the resolver logs
  an *"is not discoverable"* warning for that subtree and granule `.jp2`
  files stop at the generic file topic.

All other parent classes come from `drb` core and `drbx-kb-topics-safe`,
which are declared dependencies.
