Skip to content
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

Add ItemSearch.items_as_collection #37

Merged
merged 3 commits into from
Apr 15, 2021
Merged

Add ItemSearch.items_as_collection #37

merged 3 commits into from
Apr 15, 2021

Conversation

gadomski
Copy link
Member

@gadomski gadomski commented Apr 15, 2021

Related Issue(s): None

Description: This is a convenience method to create an ItemCollection from all items in a item search. Motivated by the need to create a simple and correct example in the README.

Sidecar:

  • Fix the pypi badge in README.md

PR Checklist:

  • Code is formatted
  • Tests pass
  • Changes are added to the CHANGELOG

This is a convenience method to create an `ItemCollection` from all
items in a item search. Motivated by the need to create a simple and
correct example in the README.
@codecov-io
Copy link

codecov-io commented Apr 15, 2021

Codecov Report

Merging #37 (01dea50) into main (f92b65a) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   76.07%   76.15%   +0.07%     
==========================================
  Files          13       13              
  Lines         602      604       +2     
==========================================
+ Hits          458      460       +2     
  Misses        144      144              
Impacted Files Coverage Δ
pystac_client/item_search.py 80.74% <100.00%> (+0.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f92b65a...01dea50. Read the comment docs.

@matthewhanson matthewhanson merged commit d2a6387 into stac-utils:main Apr 15, 2021
@gadomski gadomski deleted the feature/items-as-collection branch April 15, 2021 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants