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
parquet seems an interesting format for mapserver, because it loads only a subset of data in memory
for parquet support the libgdal-arrow-parquet should be included
suggestion is to add this lib to the docker build
maybe start with full gdal as suggested in OSGeo/gdal#8453 (comment)
the example.parquet file through mapserver:
LAYER NAME "example" TYPE Polygon CONNECTION "example.parquet" DATA example CONNECTIONTYPE OGR CONNECTIONOPTIONS "CRS" "EPSG:4326" END
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
parquet seems an interesting format for mapserver, because it loads only a subset of data in memory
for parquet support the libgdal-arrow-parquet should be included
suggestion is to add this lib to the docker build
maybe start with full gdal as suggested in OSGeo/gdal#8453 (comment)
the example.parquet file through mapserver:
The text was updated successfully, but these errors were encountered: