Skip to content

Releases: sertit/eoreader

v0.6.2

10 Sep 13:56
Compare
Choose a tag to compare
  • FIX: Better handling of archives for products that needs extraction
  • FIX: TerraSAR-X products need to be extracted to be processed by SNAP !

v0.6.0

02 Sep 15:58
Compare
Choose a tag to compare
  • ENH: Ensuring EOreader supports Dask
  • FIX: Fixing and adding BAIS2 index in alias
  • FIX: Fixing GLI index
  • FIX: Fixing a bug when writing reprojected DIMAP band
  • FIX: Fixing a bug with SCS Cosmo-SkyMed data
  • DOC: Adding a DASK notebook
  • DOC: Updating notebooks

v0.5.0

24 Aug 08:11
Compare
Choose a tag to compare
  • ENH: Adding the BAIS2 index
  • ENH: Read metadata/namespaces only once and store it as a private member. Keep accessing it through the read_mtd
    function (#9)
    WARNING: Breaking change for Landsat: read_mtd() loses the argument force_pd=True as it always returns an Etree
  • ENH: Reads Sentinel-3 global attributes as metadata:
    • absolute_orbit_number
    • comment
    • contact
    • creation_time
    • history
    • institution
    • netCDF_version
    • product_name
    • references
    • resolution
    • source
    • start_offset
    • start_time
    • stop_time
    • title
    • ac_subsampling_factor (OLCI only)
    • al_subsampling_factor (OLCI only)
    • track_offset (SLSTR only)
  • ENH: Refining Despeckle Graph (#6) to use a more usual filter (Refined Lee)
  • ENH: Allowing the user to open the datatake metadata for Sentinel-2 products
  • FIX: Decoupling classic metadata reading from the name as EOReader accepts now modified product
    names (#9)
  • FIX: Better handling of cloud-stored DEM (raising an exception for non-ortho DIMAP data as GDAL and rasterio does not handle that case)
  • FIX: environment.yml to respect the stricter use of file: syntax.
    See here
    for more information.
  • FIX: Fixing bug when opening an archive product with name mode and nested dictionary (when looking for a filename
    instead of the directory name)
  • CI: Fixing test_dems_https and resetting DEM afterwards
  • CI: Fixing DEM and ds2 database management
  • DOC: Adding a FAQ page and enhancing the Main Features page (#3)
  • DOC: Read Metadata has its own paragraph in Main Features

v0.4.8

30 Jul 13:38
Compare
Choose a tag to compare
  • ENH: Allowing stack to take single band in input instead of a list
  • FIX: Fixing a regression loading optical bands which have been previously cleaned (Landsat, Theia, possibly PlanetScope)
  • FIX: load and stack always returns float32 arrays

0.4.7

23 Jul 11:03
Compare
Choose a tag to compare
- ENH: Adding a `clean_tmp` function allowing the user to clean the p…

…roduct's temporary output by hand (in changes)

0.4.3-0

08 Jul 09:56
Compare
Choose a tag to compare

0.4.3.post0 (2021-07-08)

  • BUG: Fixing DEM_PATH using S3 Paths