Sean Gillies

Results 512 comments of Sean Gillies
trafficstars

Location link and name example: ``` { "delivery": "success", "expires_at": "2023-07-21T21:23:19.817Z", "location": "https://api.planet.com/compute/ops/download/?token=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2ODk5NzQ1OTksInN1YiI6ImY5RDU3dGhQaFVuQWgwWldsYUNWblpTY256WU1WakJBOGJkZjNoVmV3eUUzTGF6RFN1ekt6Z2xadWk5bzJaRzhDYVlRcUtHTDh1UjVwTHZId0xlUlZ3PT0iLCJ0b2tlbl90eXBlIjoiZG93bmxvYWQtYXNzZXQtc3RhY2siLCJhb2kiOiIiLCJhc3NldHMiOlt7Iml0ZW1fdHlwZSI6IiIsImFzc2V0X3R5cGUiOiIiLCJpdGVtX2lkIjoiIn1dLCJ1cmwiOiJodHRwczovL3N0b3JhZ2UuZ29vZ2xlYXBpcy5jb20vY29tcHV0ZS1vcmRlcnMtbGl2ZS82MDFlOGE4Zi0yODE1LTQ2MTUtOTJhZS00ODRiYzJkOTVkOTMvVGVzdF9zaW5nbGVfYXJjaGl2ZS02MDFlOGE4Zi0yODE1LTQ2MTUtOTJhZS00ODRiYzJkOTVkOTMuemlwP1gtR29vZy1BbGdvcml0aG09R09PRzQtUlNBLVNIQTI1Nlx1MDAyNlgtR29vZy1DcmVkZW50aWFsPWNvbXB1dGUtZ2NzLXN2Y2FjYyU0MHBsYW5ldC1jb21wdXRlLXByb2QuaWFtLmdzZXJ2aWNlYWNjb3VudC5jb20lMkYyMDIzMDcyMCUyRmF1dG8lMkZzdG9yYWdlJTJGZ29vZzRfcmVxdWVzdFx1MDAyNlgtR29vZy1EYXRlPTIwMjMwNzIwVDIxMjMxOVpcdTAwMjZYLUdvb2ctRXhwaXJlcz04NjM5OVx1MDAyNlgtR29vZy1TaWduYXR1cmU9MWY1Mzk2MmNiZmE4OTkyZGZjM2VhNmZiMWNlMWVkZTNmZTEwYTNiMGEzZmFkYmYxY2Y4OTM3ZTI2ZmZhMWI3YWRjYTliM2Q3NTQ0MTIxZGVmMmUwNDM1MDdlMzAxMTQ2YWU4Zjg5OWU1OTNlOWE1YmEwMjBmMDE1ZTFjZmJiNThmZWUzYjY1NmNlYWVkYzkwMzEzZWIxYzBiNTA1ZGVlODkzN2U1MDUxY2QzOTVmZDQ2MTRmNzMxNjJkZTc1NzE3NmUxZTYxNzZmMmVjMGNmNDU3MThkOTZhMjg1MWQ5OGZkYjgyNTI0MTA5N2JjNTk5MTczZjJhYWI5YTkzYTNjY2VmMzE0MTQ4OTFhZGQ4MmZiNjRjODVlYjFmM2JkMzQ3Y2FiN2Q5ODJhMjVmNGNmNzkyMGFiNDg1MDk5YjM3ZjlmNjVjMjY5NTQ4OGE1ZGFmOGRhMmM1MDk4NGYxNWY3MDUwN2QxOGEzNDFiYzhkODY3ZmEwZTcwMjRjZDYzOTlhNThkNzkzMzQ1YjRjNGFiOTE0NDI4ODcyMWJmNDJhOWMyNWNjOTlkYjY0N2M0YjM3YTk4Yjc2MTNjZDRlZjc4MzIxZjA5YTM2NmVkZDA2Y2ZjYmMxMzUwMmRmNzY4ZTNkMGYyM2M2Y2E4MjAxNzY5YTFmZTJkMzZkMTZhNGJhNDNcdTAwMjZYLUdvb2ctU2lnbmVkSGVhZGVycz1ob3N0Iiwic291cmNlIjoiT3JkZXJzIFNlcnZpY2UifQ.i-3Rq-eE1ox1zqpP8FhGes7m89dcP1ev21pEhxpK1loN37ULe3Q8lQB5yR7p98iwaWksJAozP646wm_iKkOrQQ", "name": "601e8a8f-2815-4615-92ae-484bc2d95d93/Test_single_archive-601e8a8f-2815-4615-92ae-484bc2d95d93.zip" }, ```

> For example, currently after the whole operation is over, I get ABC_ORDER_ID/ABC_XYZ.zip, I don't want this. > > I just want ABC_XYZ.zip. @aayushmalik right, I get it. I'm making...

@cholmes @kevinlacaille I've got a different take on this. Instead of modifying the output of `planet data search` to suit the input of `planet orders request`, what if we flip...

@jreiberkyle I've got another one for you :smile: https://wiki.c2.com/?ConservationOfComplexity. Getting a comma-separated list of ids from `planet data search` requires waiting on all results to come back and then it...

The jq expression to make a comma separated list of strings is a little complex, but more concise than using sed and tr. The `-s` "Slurp" option is the key....

I'm not strongly opposed to an `--ids-only` option. In my opinion, it could even be considered a bug fix and added in a 2.0.x release. What I'm pointing out here...

Let's take the meta conversation to a call! I'm inclined to approve #940 but am asking for 2 changes.

Specifically here we should incrementally increase the sleep time as we go: https://github.com/planetlabs/planet-client-python/blob/main/planet/clients/orders.py#L454.

@kevinlacaille I've realized a complication for testing against the production APIs: the test runner can only access saved searches and orders that it has made using the same credentials. It...

@kevinlacaille the main source of errors in the new tests is that the clients are pointed at the production API while the credentials stored in GitHub are for staging. See...