David Wheeler

Results 5 comments of David Wheeler

Thanks for the quick response. MacOS is `10.15.7` (19H1615) as for Command Line Tools is this what you're after? ``` % xcode-select -v xcode-select version 2373. ``` I'm also keen...

I notice that the code triggering the compilation error was added in `https://github.com/ronaldoussoren/pyobjc/commit/355d385d083795cfd2220f673becb6a46c313f56` 3 months ago

Further update: I installed v7.3 without error. That will satisfy my requirements, but I noticed that pip attempted to use the cached v8.1 for `pyobjc-core` and `pyobjc-framework-Cocoa` prerequisites, which of...

Here is a simple script that can illustrate the problem. The data file `workouts.gpkg` is attached (will need to be unzipped). ``` import fiona import geopandas as gpd gdf =...

So [https://github.com/Toblerity/Fiona/blob/master/fiona/ogrext.pyx#L1119-L1122 ](https://github.com/Toblerity/Fiona/blob/master/fiona/ogrext.pyx#L1119-L1122) explains how the fields get mixed up. If I simulate the behaviour of the `dict(zip())` it produces a mapping that agrees with the result: ``` coll_schema =...