recognise and open EnMAP L1B VNIR and SWIR raster when the user opens / drag&drops the corresponding MEATDATA.XML in the EnMAP-Box

Issue #401 resolved
Andreas Janz created an issue

see #396 for more details

Comments (3)

  1. Andreas Janz reporter

    use this function:

    from hubdsm.algorithm.importenmapl1b import importEnmapL1B
    
    dsVnir, dsSwir = importEnmapL1B(filenameMetadataXml=r'C:\Users\janzandr\Downloads\ENMAP01-____L1B-DT000000987_20130205T105307Z_001_V000101_20190426T143700Z__rows100-199\ENMAP01-____L1B-DT000000987_20130205T105307Z_001_V000101_20190426T143700Z-METADATA.XML')
    

  2. Log in to comment