We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d685cf commit fb9c913Copy full SHA for fb9c913
docs/source/api/examples.rst
@@ -46,7 +46,7 @@ Using an AOI (in WKT in this example) to search.
46
.. code-block:: python
47
48
wkt = 'POINT(-100 40)'
49
- body = client.get_scenes_list(scene_type='landsat', intersection=wkt)
+ body = client.get_scenes_list(scene_type='landsat', intersects=wkt)
50
51
Handling a response `body` - the `get` method returns JSON (in this case, GeoJSON).
52
0 commit comments