1.10a1 #1337
sgillies
announced in
Announcements
1.10a1
#1337
Replies: 1 comment
-
Further testing of 1.10a1 revealed that creating new datasets with sidecar files via a Python opener was a bit broken. The shapelib library used by OGR's Shapefile driver opens some files in "w" mode to write headers and then reopens them in "r+" mode to write features. It needed a VSI plugin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the first 1.10 pre-release.
Python version
Fiona 1.10 will be compatible with Numpy versions 1 and 2 and will require Python version 3.8 or higher.
Deprecations
The fiona.path module will be removed in version 2.0 and a deprecation warning is issued when the module is imported (#1334). Additionally, members of that module are no longer exported from the top level module.
New features
Python openers can now support discovery of auxiliary "sidecar" files like .aux.xml, .msk, and .tfw files for GeoTIFFs (#1331). Additionally, filesystem objects, such as those from fsspec, can be used as openers. This will become the recommended usage, supplanting the use of single file openers.
Bug fixes
Packaging
Future 1.10 pre-releases will be announced at #1332.
This discussion was created from the release 1.10a1.
Beta Was this translation helpful? Give feedback.
All reactions