File tree 2 files changed +2
-2
lines changed
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.
50
50
results = client.quick_search(request)
51
51
52
52
# items_iter returns an iterator over API response pages
53
- for item in results.items_iter():
53
+ for item in results.items_iter(10 ):
54
54
# each item is a GeoJSON feature
55
55
sys.stdout.write(' %s \n ' % item[' id' ])
Original file line number Diff line number Diff line change 54
54
55
55
# General information about the project.
56
56
project = 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 '
58
58
author = u'Planet'
59
59
60
60
# 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