Skip to content

extend gdal with plugin for parquet support #666

@pvgenuchten

Description

@pvgenuchten

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:
image

LAYER
        NAME "example"
        TYPE Polygon
        CONNECTION  "example.parquet"
        DATA example
        CONNECTIONTYPE OGR
        CONNECTIONOPTIONS
            "CRS" "EPSG:4326"
        END

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions