Sean Gillies

Results 508 comments of Sean Gillies
trafficstars

@mwtoews no. That was the plan initially but 2.7 has been kaput for a year now.

Let's have a 1.9a1 pre-release! Thursday or Friday 2022-05-19/20 could be feasible.

Here we go: https://pypi.org/project/Fiona/1.9a1/#files.

1.9a2 tomorrow, 2022-06-07. Including the new CRS class, exit stack, fewer warnings.

#1116 took more time than I expected. Our tests were filled with literal feature and geometry dicts. I hope the 2.0 change isn't that hard for users! 1.9a2 wheels are...

https://pypi.org/project/Fiona/1.9a2/#files.

@egorf you are right, there is currenty no support in Fiona for tuple or list properties. The work arounds are to explode these tuples into three separate properties or to...

Thanks @SeanDS . Features and datasets without non-geometry properties haven't been on our radar. I'm not sure if all formats allow them, but the library probably doesn't need to require...

@snorfalorpagus good question. The GeoJSON driver can handle extra keys in a limited way (see "NATIVE_DATA" under https://gdal.org/drivers/vector/geojson.html#open-options), but no other driver can. In fiona 2 your code won't be...