-
Notifications
You must be signed in to change notification settings - Fork 140
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
Unable to get results for client.get_assets_by_id('PSScene3Band', <scene_id>)
#1
Comments
Same error here also !!! Solution please !!! |
FWIW, I'm getting a response when I hit this endpoint: If it helps, here is the code for the
|
Sorry about the delay. I've been traveling. Let me pull in some support people. |
I notified Planet's developer advocate and the public API manager. They will take a look shortly. |
Also I would file a ticket over here where the client is being maintained. You might get a faster response. |
@Lukeswart This is likely a permissions issue. You're looking at imagery of the Seattle area that was captured just a few days ago. When you sign up for a free Planet account, you get download access to our archive of California data (with a two-week delay) under a CC BY-SA 4.0 license. We do have a program to give academic researchers free access to other geographic areas. But Open California is your best bet if you're a dev or data analyst wanting to get started with the full range of Planet's imagery. |
First, thank you for the amazing talk at PyCon :-D
I signed up for a Planet api key by creating an account here: https://www.planet.com/account/ and I am following your demo, but I am blocked when we make a call to
client.get_assets_by_id('PSScene3Band', <scene_id>)
(in the call toget_products
onIn [31]
of yourTheBasics.ipynb
notebook).client.get_assets_by_id
returns an empty object. It appears to make an HTTP GET tohttps://api.planet.com/data/v1/item-types/PSScene3Band/items/<scene_id>/assets/
, so I explored that endpoint a bit, and it seems to be an access issue.For example, here is my call (
api_key
omitted for security):https://api.planet.com/data/v1/item-types/PSScene3Band/items/20170520_181725_1044/assets/?api_key=<api_key>
but here is my response:Any suggestions about how to get a response here would be great.
The text was updated successfully, but these errors were encountered: