pysal

Table Of Contents

Previous topic

weights.Wsets — Set operations on spatial weights

This Page

pysal.FileIO — PySAL FileIO: Module for reading and writing various file types in a Pythonic way

New in version 1.0.

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.