Torben Barsballe

Results 8 issues of Torben Barsballe

Preliminary version of update_site.sh for use with the new doc server (pending) **DO NOT MERGE** until docs.geotools.org has been migrated to the new server.

The hosted docker image at [planetlabs/notebooks](https://hub.docker.com/r/planetlabs/notebooks) was last updated about 3 years ago, and appears to be on [v1.4.6](https://github.com/planetlabs/planet-client-python/releases/tag/1.4.6) of the Planet Python Client. With the release of SDKv2 and...

**Expected behavior** The search client should accept any valid datetime. **Actual behavior (describe the problem)** When submitting a search request that includes a datetime filter, if the datetime provided includes...

bug

Importing OrdersClient and/or DataClient via `from planet import OrdersClient` produces a warning, even though it works fine: ![Screen Shot 2022-06-03 at 10 58 51 AM](https://user-images.githubusercontent.com/9271497/171920491-b875441f-a3b4-4127-bb50-16f25873c774.png)

feedback

The signature of the AuthType interface should include the write() method so that basic authentication one-liners don’t give a warning, like this one: ![Screen Shot 2022-06-03 at 10 54 57...

newcomer
feedback

This is a follow-on to https://github.com/geotools/geotools/pull/4636 , restoring the GDAL OSX build by building GDAL from source. This'll likely need a couple passes to get right, the initial commit is...

**Expected behavior** I expect the SDK to be able to handle a large number of concurrent requests under typical usage patterns, e.g. activating and downloading about a thousand UDM files....

bug

Following on from #800, now that composite by script _is_ supported in the API, we should add the [group_by](https://developers.planet.com/apis/orders/tools/#parameters_2) option to the [composite tool](https://github.com/planetlabs/planet-client-python/blob/main/planet/order_request.py#L376)

proposal