File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ A common case is searching for items in an AOI.
5050 results = client.quick_search(request)
5151
5252 # items_iter returns an iterator over API response pages
53- for item in results.items_iter():
53+ for item in results.items_iter(10 ):
5454 # each item is a GeoJSON feature
5555 sys.stdout.write(' %s \n ' % item[' id' ])
Original file line number Diff line number Diff line change 5454
5555# General information about the project.
5656project = u'Planet API Client'
57- copyright = u'2017 PLANET LABS INC. ALL RIGHTS RESERVED. MADE IN SAN FRANCISCO. 346 9TH STREET, SAN FRANCISCO 94103 '
57+ copyright = u'2017-2019 PLANET LABS INC. ALL RIGHTS RESERVED. MADE IN SAN FRANCISCO. 645 HARRISON STREET, SAN FRANCISCO 94107 '
5858author = u'Planet'
5959
6060# The version info for the project you're documenting, acts as replacement for
You can’t perform that action at this time.
0 commit comments