Hi SH team,
I have a couple of questions for PlanetScope data and Python SDK.
- Can I order PlanetScope visual ortho tiles? https://www.planet.com/products/satellite-imagery/planetscope-visual-ortho-tile/. We do a lot of visual QA at this stage and it would be helpful to access visual products. If there is an eval script that allows us to convert the analytical product to visual and download it in COG format, that would be great.
- Right now, I am only using dates in the data filter when doing a post or get to the API. Is it possible to use the tile_id? That would make it easier to iterate over and do the processing.
input = {
“data”: [{
“type”: “CUSTOM”,
“dataFilter”: {
“collectionId”: collection_id,
“timeRange”:{
“from”: “2020-10-20T00:00:00Z”,
“to”: “2020-10-22T00:00:00Z”
}
}
}]
} - Is it possible to use SH Python SDK to do the ordering and stuff for PlanetScope?
- Is there a way to add Sentinel 1 and 2 imagery to the same collection as Planet data? We try to do continuous monitoring of an area using as much imagery as possible. Having everything in one place would be great.
- Can I use my planet API key to authenticate directly for Planetabs API?
Thank you in advance!


