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.
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.