Improved support for NISAR data products
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 newh5
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 ofcomplex
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 ofreact-18.2
- added
jammy
andlunar
docker images - removed the
impish
images
This release requires pyre-1.12.1
.
Full Changelog: v0.7.1...v0.8.0