-
Notifications
You must be signed in to change notification settings - Fork 123
Added support for summaries #264
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
f50541a
added summaries (WIP)
volaya d2bebb3
Merge branch 'main' of https://github.com/stac-utils/pystac into summ…
volaya ad1d252
updated creation of summaries
volaya 7e6f0fd
fixed imports in tests
volaya 1e8d474
fixed call in create_summary method
volaya 968df84
minor changes to summaries
volaya 86e09e7
collection now do not know now about summaries and summarizers
volaya c5ec2c3
some fixes for typing
volaya 1d133ee
allow to set a limit for elements in list summaries
volaya ccdcd91
use extended information for summarize strategies
volaya b21b230
renamed SummaryStrategy.UNDEFINED to SummaryStrategy.DEFAULT
volaya a7e1747
Autoformat summaries.py
lossyrob 1bde14e
Remove type parameter from summary methods.
lossyrob af126fb
test_case_5 is not a collection; use items from catalog in test
lossyrob a2aac4f
Prefer `Dict[str, Any]` type
lossyrob 1bf5d26
added some tests for summaries and some minor fixes
volaya 60fe198
Merge remote-tracking branch 'origin/main' into summaries
lossyrob 09a2a40
Solve Comparable issues
lossyrob 41045be
Remove __future__.annotations import
lossyrob e362712
Remove deprecation warning by using .assertEqual
lossyrob 018c527
some fixes and minor changes for summaries
volaya ec69f89
Merge branch 'summaries' of https://github.com/volaya/pystac into sum…
volaya 0223b10
flake8 fixes
volaya 4c76a2b
formatting fix
volaya e175aa6
Use Protocol from typing_extensions for pre-3.8 Python
lossyrob dc861b0
Merge remote-tracking branch 'origin/main' into summaries
lossyrob 93438e5
Remove type parameter from RangeSummary.from_dict
lossyrob 3912937
Type changes to pass mypy tests
lossyrob 17ab5a1
cache fields definition in summaries
volaya eb527e1
use fields-normalized.json for default fields definition file
volaya ce4e682
Merge remote-tracking branch 'stac-utils/main' into summaries
duckontheweb 6857381
Fix CI failures
duckontheweb fa8767e
added entry to changelog
volaya 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
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.
Would it make sense to load it from a CDN by default? That file is expected to change pretty often (mostly to add new fields)...