cartopy
cartopy copied to clipboard
Encoding in `io.shapereader`
Description
io.shapereader
currently does not support encoding
specification. It relies on pyshp
under the hood, but pyshp
supported encoding
ever since v2.0 (back in the year of 2018). It would be necessary for io.shapereader
to support encoding
as well.
Its implementation should be straightforward. If OK, I can make a PR.