johntruckenbrodt / pyroSAR

framework for large-scale SAR satellite data processing
MIT License
494 stars 110 forks source link

enable identify on TDM scenes #267

Closed johntruckenbrodt closed 10 months ago

johntruckenbrodt commented 10 months ago

The function pyroSAR.drivers.identify could only identify scenes whose driver is a direct subclass of class ID. This did not work for TDM, which is a subclass of TSX. Now the list of ID subclasses is recursively scanned for all further nested subclasses.