Skip to content

Improved support for NISAR data products

Compare
Choose a tag to compare
@aivazis aivazis released this 22 Aug 14:23
· 997 commits to main since this release

In this release:

  • rounded out the support for NISAR L1 and L2 data products
  • NISAR data products can now live in S3 buckets; a few tweaks can minimize the number of round trips to the S3 server and the performance becomes tolerable
  • support for reading HDF5 files leans entirely on pyre and its new h5 bindings
  • added a reader that uses gdal to discover and extract data tiles; this provides support for geotiff and COGs
  • added support for native float datasets; somehow that was overlooked in favor of complex datasets
  • the CLI now includes a profiler that can help diagnose reader performance bottlenecks

Additional housekeeping:

  • removed graphiql support, for now; it was getting in the way of react-18.2
  • added jammy and lunar docker images
  • removed the impish images

This release requires pyre-1.12.1.

Full Changelog: v0.7.1...v0.8.0