Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 555 Bytes

FAQ.rst

File metadata and controls

7 lines (5 loc) · 555 Bytes

Frequently asked questions and answers

What does "ValueError: Invalid field type <class 'cx_Oracle.LOB'>" mean?

Fiona maps the built-in Python types to field types of the OGR API (float to OFTReal, etc.). Users may need to convert instances of other classes (like cx_Oracle.LOB) to strings or bytes when writing data to new GIS datasets using fiona.