Sean Gillies

Results 521 comments of Sean Gillies
trafficstars

@jreiberkyle if the project is going to strictly follow semantic versioning, it can't add new functions at 2.0.1. 2.1.0 would be okay.

In a close read of the code it looks like it is only retrying the initial connection https://github.com/planetlabs/planet-client-python/blob/79d9a3cb952fcd4f75e5e935ee067455580c779d/planet/http.py#L411C38-L411C38. If read timeout errors happen at https://github.com/planetlabs/planet-client-python/blob/79d9a3cb952fcd4f75e5e935ee067455580c779d/planet/clients/orders.py#L259 (for example) they may not...

@rouault sorry for the delay! We did discuss and here are the conclusions: 1. Overview arrays should be named `l_0`, `l_1`, etc. 2. Dataset_type metadata should remain `raster`. 3. We...

@rouault we would prefer to not change the default for vectors now.

Sounds good @dericke. I put a date down but am happy to adjust it to your schedule. There's no rush.

@jacobwhall thanks for the report! Would you be able to test version 1.4a3? We've made some changes to the merge tool.

@groutr that's a start, yes. `merge()` assumes the output raster is non-rotated. In computing the extents, in target aligning the pixels, and in computing the output transform. It will need...

We found a bug in GDAL. I will plan to patch GDAL when building the next 1.4 wheels, based on https://github.com/OSGeo/gdal/pull/9926.

@dugalh thank you for the report! I can reproduce this. We don't need to raise in that situation, it's harmless. I think will still need to raise in the case...