Skip to content

Arrow IPC

It's possible to read and write GeoArrow data to the Arrow IPC format.

The Arrow IPC format is able to fully represent GeoArrow data. Loading such files back into memory will identically reproduce the prior data.

Arrow IPC generically supports GeoArrow data without any extra behavior, so the functionality to read and write Arrow IPC files lives in arro3.

Refer to:

When saved without any internal compression, the Arrow IPC format can also be memory-mapped, enabling faster reading.