Jennifer Reiber Kyle

Results 33 comments of Jennifer Reiber Kyle
trafficstars

Thanks @sgillies, will implement that workaround

@cameronbronstein so there was no issue with the build when you pinned the dependencies? My thought was that the build was being killed because conda solve timed out, so I'm...

I'd say this is good to go since the alternative to docker is just running the conda install. This could be resolved with documentation at this point.

This error is also identified in https://github.com/planetlabs/planet-client-python/issues/845. The notebook should be updated (tag: @mkshah605 ). In the mean time, just drop the await command.

@mkshah605 here is the temporal analysis workflow. It could use some work before it's ready to replace the old workflow, as outlined in the description.

Similar to #601, the formats (and even the clouds supported) vary between the APIs. It would be easier to treat them separately (and it will be easy to switch over...

ohhh the `init cloud-delivery` function sounds cool! In regard to one function to rule them all, that would be nice but it is just complex at the implementation level right...

Proposal for recommended callback: ```python class FileDownloadBar(ProgressBar): """Bar reporter of file download progress. Example: ```python from planet import reporting with reporting.FileDownloadBar('img.tif', 100000) as bar: bar.update(1000) ... ``` """ def __init__(...

@sgillies this paradigm makes a lot of sense to me. It appears the primary use case here is creating an order from search results, so enhancing `planet orders request` could...