-
Notifications
You must be signed in to change notification settings - Fork 91
feat: Add regrid functionality based on match geometry #1597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
eliascapriles-NOAA
wants to merge
43
commits into
echostack-org:main
Choose a base branch
from
eliascapriles-NOAA:regrid
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
68d66b2
"Add regrid functionality based on match geometry"
eliascapriles-NOAA 1d1ff76
Fix format issue
eliascapriles-NOAA c4a6876
Merge branch 'OSOceanAcoustics:main' into regrid
eliascapriles-NOAA 7661a53
Merge pull request #1 from eliascapriles-NOAA/regrid
eliascapriles-NOAA af90b80
Move regrid function, and add user specific grid
eliascapriles-NOAA adcb2e8
Add test, and have higher precision in Sv
eliascapriles-NOAA bfe0cf0
Refactor names
eliascapriles-NOAA cbf135b
add regrid to api
eliascapriles-NOAA ede5c13
Add regrid to api
eliascapriles-NOAA c120ce3
Fix issue with channel naming in test
eliascapriles-NOAA a6ca4e6
fix misnamed variable
eliascapriles-NOAA 1eaf5cd
Fix weighted_regirdding_test
eliascapriles-NOAA 32315a0
Add upsample check
eliascapriles-NOAA 02bb3b8
Merge pull request #2 from eliascapriles-NOAA/main
eliascapriles-NOAA 24e5c4f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 325890b
Merge remote-tracking branch 'upstream/main' into regrid
eliascapriles-NOAA b04e2c0
Fix pre commit.ci error
eliascapriles-NOAA 6954b0d
Fix Test, and optimizie the channel chunking
eliascapriles-NOAA d4932ef
Merge branch 'OSOceanAcoustics:main' into regrid
eliascapriles-NOAA b66702b
Merge remote-tracking branch 'upstream/main' into regrid
eliascapriles-NOAA fac46b2
Rework regrid output to make a new DS
eliascapriles-NOAA da4fa19
Merge branch 'regrid' of https://github.com/eliascapriles-NOAA/echopy…
eliascapriles-NOAA 6db30d9
Update regrid test, add sampling interval test
eliascapriles-NOAA 74cd87d
Moved integration test label to correct line
eliascapriles-NOAA d7eec6e
Fix test, add log conversion check
eliascapriles-NOAA 81d1850
Update test_commongrid_api.py
eliascapriles-NOAA 0bd6f7f
Fix Test, get rid of trimming, add more provenance
eliascapriles-NOAA 2fd5c14
Merge remote-tracking branch 'upstream/main' into regrid
eliascapriles-NOAA cd50d19
checks if ds_SV has water level before adding
eliascapriles-NOAA 7442abc
Fix Test and Add short description
eliascapriles-NOAA 399be92
Pulled Latest Branch
eliascapriles-NOAA 87b8944
Fixed decorator issue with pytest_fixture
eliascapriles-NOAA fd4554c
Merge branch 'echostack-org:main' into regrid
eliascapriles-NOAA e53c517
test to push to Elias PR
LOCEANlloydizard dcd1087
Resolve merge conflict with upstream main
LOCEANlloydizard 6e3733a
Add angle warning and extend resampling tests
LOCEANlloydizard 8fb571a
Update test_commongrid_api.py
LOCEANlloydizard c40e59e
Merge remote-tracking branch 'upstream/main' into pr-1597
LOCEANlloydizard 83a9f4e
final changes
LOCEANlloydizard ae14abc
Update conftest.py
LOCEANlloydizard afea855
Update test_commongrid_api.py
LOCEANlloydizard a2f9d53
Update test_commongrid_api.py
LOCEANlloydizard 86b0545
Update test_commongrid_api.py
LOCEANlloydizard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| from .api import compute_MVBS, compute_MVBS_index_binning, compute_NASC | ||
| from .api import compute_MVBS, compute_MVBS_index_binning, compute_NASC, resample_to_geometry | ||
|
|
||
| __all__ = [ | ||
| "compute_MVBS", | ||
| "compute_NASC", | ||
| "compute_MVBS_index_binning", | ||
| "resample_to_geometry", | ||
| ] |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.