Spectral Resampling to Sensor does not show any sensors

Issue #527 resolved
Benjamin Jakimow created an issue

Spectral Resampling to Sensor does not list any sensors to resample on

Comments (5)

  1. Andreas Janz

    Please try this code, does it give anything back?

    from hubflow.core import SensorDefinition
    
    print(SensorDefinition.predefinedSensorNames())
    

    Should give you:

    ['EnMAP', 'Landsat_4_Thematic_Mapper', 'Landsat_5_Thematic_Mapper', 'Landsat_7_Thematic_Mapper', 'Landsat_7_Thematic_Mapper_-6_Bands', 'Landsat_8_Operational_Land_Imager', 'Landsat_8_Operational_Land_Imager-6_Bands', 'PRISMA', 'Sentinel_2_Multi-Spectral_Instrument', 'Sentinel_2_Multi-Spectral_Instrument-_6_Bands']
    

    Or look into this folder. Anything in it?

  2. Benjamin Jakimow reporter

    Just returns an empty list:

    from hubflow.core import SensorDefinition
    print(SensorDefinition.predefinedSensorNames())
    []
    

  3. Andreas Janz

    As speculated in the Zoom meeting this morning, it showed, that the create_plugin.py script removes the files.

    I guess you better fix this!?

  4. Log in to comment