The PySAL FileIO system abstracts the details of file reading and writing. All file handlers are created with the pysal.open.
Module Contents
The pysal.FileIO module define the following public function:
-
FileIO.open(connectionString, mode='r')
- Parses the connectionString and mode to determire the correct file handler.
If a custom handler is not found a python file object will be returned.