iwfm.dbf_open

iwfm.dbf_open(infile, load=False, verbose=False)[source]

Open a DBF file (read with PyShp).

Parameters:
  • infile (str) – Name of existing DBF file

  • load (bool, default=False) – Retained for backward compatibility; records are always read into memory

  • verbose (bool, default=False) – Turn command-line output on or off

Returns:

db – list of records with .fields and .records attributes

Return type:

_DBFTable