-
Notifications
You must be signed in to change notification settings - Fork 3
feat/use new multiscales #75
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
d-v-b
wants to merge
34
commits into
EOPF-Explorer:main
Choose a base branch
from
d-v-b:feat/use-new-multiscales
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
34 commits
Select commit
Hold shift + click to select a range
f6520d1
add option for using new multiscales convention in optimized conversion
d-v-b 686cb51
remove OOP converter and use plain functions
d-v-b 58b578d
use pydantic models for fingerprinting sentinel2 product
d-v-b 5bea14b
fix multiscales to use da.coarsen and propagate encoding
d-v-b 407f167
ensure that dtype is preserved after resampling
d-v-b 9170fd6
add new multiscales JSON example
d-v-b 0b8243f
add mypy pydantic plugin
d-v-b 7ea938a
lint
d-v-b 8ad6365
add s1 and s2 demo data to tests, and don't test against remote urls
d-v-b c5f9e09
fix e2e tests
d-v-b 3dd13fb
remove network test workflow from CI
d-v-b baeb5ec
remove extra type definition and update tests
d-v-b 959a419
remove explicit zarr groups in favor of dynamic test fixtures
d-v-b 7b08f9a
docstrings
d-v-b e02d2e0
Enhance CRS initialization and update S2 optimization commands
emmanuelmathot f4e9de8
Refactor code formatting for clarity in S2 optimization functions
emmanuelmathot cd93e34
fix failing / warning tests
d-v-b 4d7be8f
add strict JSON schema equality check to e2e tests
d-v-b 94e9040
support both flavors of multiscale metadata
d-v-b 5ed7f02
dont manage return codes in cli functions
d-v-b b4752d6
add s2 optimized test
d-v-b c3739a3
add optimized geozarr exmaple hierarchies
d-v-b 3b83c68
format JSON documents
d-v-b 9c6a85b
mid-debug of e2e tests
d-v-b b0f1e11
WIP e2e fixes
d-v-b 45dd9a4
make cf standard name validator become a pass-through when no interne…
d-v-b dc0e561
update example schemas
d-v-b 2a6f00f
narrow type to just tuples in types.py
d-v-b b8cc1df
refactor consolidation
d-v-b 6db66f2
use consolidated=False in conversion
d-v-b a231d20
update tests
d-v-b c924c89
lint
d-v-b 9cba2e2
add both multiscales types to output
d-v-b 2a5ca55
update comments in tests
d-v-b 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
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.
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.
can we imaging other base scale factors than 2?
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.
@emmanuelmathot ?