Skip to content

filtering of geoarrow-based ShapeFrame requires loading into memory #82

@HelenaLC

Description

@HelenaLC
  • points are read via arrow::read_parquet(..., as_data_frame=FALSE)
  • the same command fails for geoarrow-based .parquet, unless loading geoarrow
  • both give different types of arrow-objects
    • points natively support dplyr-like operations
    • shapes do not, and require realizing data into memory for filtering etc.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions