create_field

io.GeomSource.create_field(name, type)

Add a new field.

Only in write ('w') mode.

Parameters

Name Type Description Default
name str Name of the new field. required
type object Type of the new field. required
Back to top