Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
search()
functionindex_fpath
provided), the search function will now search the PGC dynamic STAC, eliminating the need for a downloaded index files. This is a breaking change - please consult the documentation for how to use the newsearch()
function.years
can now take an int as well as a list of ints.min_aoi_km2
andis_lsf
filtering options option.accuracy
now refers to theavg_expected_height_accuracy
PGC parameter (previously, it referred to the RMSE), whilstrmse
now has its own parameter..pdt.coregister()
has now been split into two functions:coregister_dems()
andcoregister_is2()
.coregister_dems()
is the oldcoregister()
function (which is retained as a deprecated function, redirecting tocoregister_dems()
.coregister_is2()
is a new function that takes ICESat-2 reference data rather than a reference DEM. More information about this feature is included in the updated documentation.returns_stats
isTrue
.True
.data
moduleicesat2_atl06()
function is included to download contemporaneous ICESat-2 data, wrapping thesliderule
Python package. This is designed to streamline the ICESat-2 coregistration process. More information is included in the updated documentation.load
modulepreview()
function now makes applying the PGC bitmask optional, with the newbitmask
parameter defaulting toTrue
.terrain
modulepdt.terrain()
now has a default attribute of ‘all’pdt.terrain()
now has additionalplan_curvature
,vertical_excess
, andhorizontal_excess
curvaturexda.plot.imshow()
: it’s a lot quicker than the default xarrayxda.plot()
. Option.*_dem.py
for DEM-based coregistration, and*_is2.py
for ICESat-2-based coregistration.Various minor bug fixes and code cleaning occurs throughout.