We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現状、geometryデータ型をArrowにマッピングする事はできない。 しかし、最近のPostGIS(むしろGDAL)のビルドで libarrow を要求することからも分かるように、 GeometryデータのArrowへのマッピングが公式な方法で可能なのであれば、それに倣うのが望ましい。
geometry
https://geoarrow.org/ https://gdal.org/en/latest/drivers/vector/arrow.html
先ずは、容易に対応できるのかどうか調査が必要。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現状、
geometry
データ型をArrowにマッピングする事はできない。しかし、最近のPostGIS(むしろGDAL)のビルドで libarrow を要求することからも分かるように、
GeometryデータのArrowへのマッピングが公式な方法で可能なのであれば、それに倣うのが望ましい。
https://geoarrow.org/
https://gdal.org/en/latest/drivers/vector/arrow.html
先ずは、容易に対応できるのかどうか調査が必要。
The text was updated successfully, but these errors were encountered: