-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove high_confidence from SlideRule retrieval (#72)
This commit removes all traces of "high_confidence" points from the codebase. For a discussion of this, see: SlideRuleEarth/sliderule#448. The main point is that "high_confidence" points are not necessarily a given surface type. Instead, we want to focus on just getting the ground, canopy, and top of canopy, which we already do. In addition, this commit speeds up the altimetry tests by skipping the actual external retrieval call. This means the `request_atl06sr_multi_processing` function is not tested, but that is mostly a wrapper for sliderule anyway. Also, I fixed CI tests here, by dropping use of mamba in favor of conda, which seems to have fixed things.
- Loading branch information
Showing
22 changed files
with
864 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2.55 KB
(100%)
tests/test_data/icesat_data/atl06sr_res20_len40_cnt10_ats20_maxi5_canopy.parquet
Binary file not shown.
Binary file added
BIN
+531 KB
tests/test_data/icesat_data/atl06sr_res20_len40_cnt10_ats20_maxi5_canopy_filtered.parquet
Binary file not shown.
Binary file modified
BIN
-139 KB
(99%)
tests/test_data/icesat_data/atl06sr_res20_len40_cnt10_ats20_maxi5_ground.parquet
Binary file not shown.
Binary file renamed
BIN
+8.72 MB
...cnt10_ats20_maxi5_high_confidence.parquet → ...cnt10_ats20_maxi5_ground_filtered.parquet
Binary file not shown.
Binary file modified
BIN
-86 Bytes
(100%)
tests/test_data/icesat_data/atl06sr_res20_len40_cnt10_ats20_maxi5_top_of_canopy.parquet
Binary file not shown.
Binary file added
BIN
+76.5 KB
...est_data/icesat_data/atl06sr_res20_len40_cnt10_ats20_maxi5_top_of_canopy_filtered.parquet
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.