UDECFishBinaryReader

class itasca.util.UDECFishBinaryReader
Special version of FishBinarReader for files generated by UDEC.
asarray() → numpy array.

Return fish file contents as a numpy array. Types must be homogeneous.

aslist() → [any].

Return fish file contents as a Python list.

next() → any.

Get the next item from the FISH binary file.

read() → any.

Read and return a value (converted to a Python type) from the .fish binary file.