Geometry¶
geoarrow.rust.core ¶
Geometry ¶
An immutable geometry scalar using GeoArrow's in-memory representation.
Note: for best performance, do as many operations as possible on arrays or chunked arrays instead of scalars.
__arrow_c_array__ ¶
An implementation of the Arrow PyCapsule Interface. This dunder method should not be called directly, but enables zero-copy data transfer to other Python libraries that understand Arrow memory.
For example, you can call pyarrow.array()
to convert this
array into a pyarrow array, without copying memory.