Skip to content

Version 1

Compare
Choose a tag to compare
@valpesendorfer valpesendorfer released this 25 Mar 21:18
5216c93
  • New Dockerfile (fix #82)
    • Improved downloading based on python requests #93
      • Better catching of failed downloads #29
      • new executable script
      • add option for matching start time stamp #123
      • allows downloading all available data from NASA CMR #86
      • adds option to fail if target directory is not empty #90
      • robust downloading checking file size and checksum #138
    • Reworked collection into MODIS raw HDF5 (#98)
    • new executable script
    • new io module with HDF5Base class
    • reworked ModisRawH5 class with inheritance from HDF5Base
    • enable cleanup of collected HDF files with tracefile (#91)
    • enable check on last_collected
    • fail on collection of corrupt HDF files with possible override #151
    • Reworked smoothing of raw HDF5 files (#100)
      • new executable script
      • reworked ModisSmoothH5 class with inheritance from HDF5Base and single smoothing method which covers all Whittaker options
      • enable check on last_collected
      • fail if smoothing from non-initialized sgrid is requested (#80)
    • Reworked mosaicing to GeoTiff from HDF5 (#104)
      • new executable script
      • reworked ModisMosaic leveraging gdal VRT and in-memory rasters for performing the mosaicing
      • Warping can now be performed to user defined target spatial reference instead of just EPSG:4326
      • Optional clipping is now performed after warp, generating coherent results independent of the medthod (#85)
      • Improved control over gdal's creationOptions, including ability to pass kwargs directly to gdal.Translate (#89)
      • Optional clipping to valid data range or MODIS NDVI and LST (#88)
      • Optional rounding of integers to exponents of 10 (#88)
    • Reworked csv_smooth.py
      • New executable script
      • fix #83