-
Notifications
You must be signed in to change notification settings - Fork 311
gSSURGO: Fix spatial sampling and improve data aggregation accuracy #3643
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
divine7022
wants to merge
29
commits into
PecanProject:develop
Choose a base branch
from
divine7022:fix/gssurgo-improve
base: develop
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 14 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
fc03b2d
replace point-based sampling with raster-based WCS approach
divine7022 771d05d
update .Rd
divine7022 7f09a36
update NEWS.md
divine7022 beceada
update CHANGELOG.md
divine7022 8bf5f72
Merge remote-tracking branch 'origin/develop' into fix/gssurgo-improve
divine7022 0103bbe
replaced grid_size/grid_spacing parameters with radius,added support …
divine7022 a49755d
replaced grid_size/grid_spacing param with radius
divine7022 3d2db80
update .Rd
divine7022 7ca57f6
update doceker depends
divine7022 0dc560b
add aqp and soilDB to DESCRIPTON
divine7022 62fb9c0
Revert "update doceker depends"
divine7022 948a362
Merge remote-tracking branch 'origin/develop' into fix/gssurgo-improve
divine7022 6221bec
use direct terra::buffer() to avoid projection distortion and normali…
divine7022 0f181f6
refactored tests to reflect new updates
divine7022 5fa9177
require depths to start at 0 and convert depths to n+1 breakpoints fo…
divine7022 55b4092
update tests
divine7022 c2261b0
updade .Rd
divine7022 6281d78
Merge remote-tracking branch 'origin/develop' into fix/gssurgo-improve
divine7022 ae98820
Merge branch 'develop' into fix/gssurgo-improve
infotroph 83542ad
Merge branch 'develop' into fix/gssurgo-improve
infotroph 11b4886
Merge branch 'develop' into fix/gssurgo-improve
infotroph a1e2ba5
Merge remote-tracking branch 'origin/develop' into fix/gssurgo-improve
divine7022 79933d3
update NAMESPACE
divine7022 1d18769
Separate data fetching from ensemble generation, add validation for m…
divine7022 498689f
add function gssurgo_fetch_area handles all data retrieval via soilDB
divine7022 3de68fc
clear ambiguty of test name and add comments and add test for gssurgo…
divine7022 147de48
add gssurgo_fetch_area.Rd
divine7022 b73927f
whitespace
infotroph da57405
Merge branch 'develop' into fix/gssurgo-improve
infotroph 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move up to line 25-ish