You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pystac-client=0.3.5 that prints 430. With pystac-client=0.4.0 it prints 100.
A couple things:
Does pystac-client have a versioning / deprecation policy? IMO this is a pretty major change (since it affects the results) and should have gone through a deprecation first.
What behavior do we actually want?
I think that by default pystac-client should return the full result set, and that limiting the results should be done explicitly (the 0.3.5 behavior). By consuming the result iterator with list(), you're asking for everything.
The text was updated successfully, but these errors were encountered:
pystac-client 0.4.0 changed the default
max_items
:With pystac-client=0.3.5 that prints 430. With pystac-client=0.4.0 it prints 100.
A couple things:
I think that by default pystac-client should return the full result set, and that limiting the results should be done explicitly (the 0.3.5 behavior). By consuming the result iterator with
list()
, you're asking for everything.The text was updated successfully, but these errors were encountered: