Skip to content

r/sdplyr: Can collect() return an sf object by default? #1173

Description

@yutannihilation

I know this would be probably more complex than it sounds.

  • The result data frame might not contain a geometry column. If we naively attempt to create an sf object, it fails when there's no geometry column. We need to fall back to tibble.
  • The result data frame might contain multiple geometry columns. We might need to provide some option to specify which column is primary.
  • Considering SedonaDB has both vector and raster, honestly I'm not sure sf is the appropriate representation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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