Skip to content

Commit

Permalink
Merge branch 'maint-1.8' of github.com:Toblerity/Fiona into maint-1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Feb 7, 2022
2 parents 00f7c13 + 6b7474f commit 8954176
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 128 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.

Changes:

- Driver mode support tests have been made more general and less susceptible to
driver quirks involving feature fields and coordinate values (#1060).
- OSError is raised on attempts to open a dataset in a Python file object in
"a" mode (see #1027).
- Upgrade attrs, cython, etc to open up Python 3.10 support (#1049).
Expand Down
2 changes: 1 addition & 1 deletion fiona/drvsupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
'FlatGeobuf': (3, 1, 3)},

'a': {'GPKG': (1, 11, 0),
'PCIDSK': (3, 3, 0),
'PCIDSK': (2, 0, 0),
'GeoJSON': (2, 1, 0),
'MapInfo File': (2, 0, 0)}
}
Expand Down
Loading

0 comments on commit 8954176

Please # to comment.