-
Notifications
You must be signed in to change notification settings - Fork 1
DGGSpace as a regridding source descends its own subtree (42x) #62
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
Open
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
acf6909
Pin ConservativeRegridding and GeometryOps to SHAs, not branch names
asinghvi17 4d55dd4
Window the source cursor instead of falling back to a cap tree
asinghvi17 ecd4f34
Give a chunk's cursor its own leaf caps, as the whole-space tree has
asinghvi17 660640f
Make the fallback cap tree's merge an actual bounding cap
asinghvi17 025878e
CapCachedTree drops its offset field for a _ShiftedCaps wrapper
asinghvi17 5e13d83
Trim the narrative out of this branch's comments and docstrings
asinghvi17 1183e6f
Pin GeometryOps at the perf-ladder-predicates tip in every [sources] …
asinghvi17 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Benchmarking environment for DiscreteGlobalGrids.jl. | ||
| # | ||
| # A workspace member, so it shares the root Manifest and the same resolved | ||
| # versions the package and its tests use. Adds only measurement tools and the | ||
| # raster I/O needed to feed real Copernicus DEM data through the regridder. | ||
| # | ||
| # julia -t auto --project=bench bench/regrid_bench.jl | ||
|
|
||
| [deps] | ||
| ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" | ||
| BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" | ||
| ConservativeRegridding = "8e50ac2c-eb48-49bc-a402-07c87b949343" | ||
| DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0" | ||
| DiscreteGlobalGrids = "443be784-8f3c-41ab-9ff0-108bddc7e690" | ||
| DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3" | ||
| Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
| Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910" | ||
| FlameGraphs = "08572546-2f56-4bcf-ba4e-bab62c3a3f89" | ||
| GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f" | ||
| GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab" | ||
| GeometryOpsCore = "05efe853-fabf-41c8-927e-7063c8b9f013" | ||
| GlobalRegridding = "76847d5f-3a3e-4aa5-90cc-2a3a47dd1c11" | ||
| JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" | ||
| Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
| Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79" | ||
| RasterDataSources = "3cb90ccd-e1b6-4867-9617-4276c8b2ca36" | ||
| Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689" | ||
| SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
| Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
| Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99" | ||
|
|
||
| [sources] | ||
| DiscreteGlobalGrids = {path = ".."} |
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
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
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.