Releases: isce-framework/dolphin
Releases · isce-framework/dolphin
v0.36.1
What's Changed
- add nisar wavelengths by @mirzaees in #551
- Fix ionosphere reading and delay computation by @scottstanie in #554
- Let
amp_dispersion_threshold
be 0 to select no PS points by @scottstanie in #553 - Move
WriteArray
calls afterSetNoDataValue
calls by @scottstanie in #555
Full Changelog: v0.36.0...v0.36.1
v0.36.0
What's Changed
- Remove import for
goldstein
andfiltering
from top level__init_.py
by @scottstanie in #530 - docs: Fix mathjax render, fix broken
DateOrDatetime
error by @scottstanie in #538 - Refactor
select_reference_point
to pick the centroid of high-coherence candidate pixels by @scottstanie in #535 - Replace
__name__
with "dolphin" ingetLogger
calls by @scottstanie in #543 - Convert
glrt
SHP method to use JAX by @scottstanie in #444 - Add
utils.grow_nodata_region
to remove bad borders fromshp_counts.tif
by @scottstanie in #548
Full Changelog: v0.35.1...v0.36.0
v0.35.1
What's Changed
filtering.py
: Fixin_bounds_pixels
masking, set default to 25 km by @seyeonjeon in #527- Set
output_reference_idx
separately fromcompressed_reference_idx
by @scottstanie in #528
Full Changelog: v0.35.0...v0.35.1
v0.35.0
What's Changed
- Fix grammar on VRT size check by @scottstanie in #516
- Use L1 inversion by default for timeseries by @scottstanie in #518
- Add
keepdims
options to reader classes to avoid squeezing singleton dims by @scottstanie in #521 - Use the most recent compressed SLC as output for
LAST_PER_MINISTACK
by @scottstanie in #513 simulate.py
: Adduse_seasonal_coherence
, remove numba by @scottstanie in #524- Adapt short wavelength filter to use
gdal_fillnodata
to mitigate edge effects by @scottstanie in #520 - Compute residuals to the timeseries inversion, save to raster outputs by @scottstanie in #523
Full Changelog: v0.34.2...v0.35.0
v0.34.2
What's Changed
- 'Use
nearest
resampling for merging temporal coherence by @scottstanie in #508
Full Changelog: v0.34.1...v0.34.2
v0.34.1
What's Changed
- Use
fspath
when opening withgdal
to support older versions by @scottstanie in #502
Full Changelog: v0.34.0...v0.34.1
v0.34.0
What's Changed
- Pin
mkdocs-jupyter
to 0.25.0, smalltimeseries
fix for cli by @scottstanie in #486 - Add missing annotations to make Python 3.9 compatible by @scottstanie in #487
- Delete
.flake8
by @scottstanie in #489 - Fix unit string written to
velocity.tif
by @scottstanie in #491 - Add
--use-evd
to config cli by @scottstanie in #492 - Change default
ministack_size
to 15 inPhaseLinkingOptions
by @scottstanie in #493 - Add logging redirect, request spurt log file, multiprocess interpolation by @scottstanie in #495
- Use
nearest
sampling to stitch static layers by @scottstanie in #496 - Fix
extra_reference_date
logic for single reference unwrapping by @scottstanie in #497 - Speed up the post-
spurt
2-pi ambiguity interpolation by @scottstanie in #499 - Add
CITATION.cff
for better zenodo parsing by @scottstanie in #488
Full Changelog: v0.33.0...v0.34.0
v0.33.0
What's Changed
- Add
fill_value
tofilter_long_wavelength
, apply to masked pixels if provided by @scottstanie in #483 - Avoid capturing all logging from spurt by @scottstanie in #484
- Add
create_nonzero_conncomp_counts
to create counts of valid unwrapped outputs by @scottstanie in #485
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
- Merge documentation improvements from
joss
branch by @scottstanie in #481 - Add a retry to spurt for
BrokenProcessPool
s by @scottstanie in #480
Full Changelog: v0.31...v0.32.0
v0.31
What's Changed
- Skip nodata values of interferograms when interpolating by @scottstanie in #476
Full Changelog: v0.30...v0.31