Skip to content

Feature request: convert UInt64 S2 IDs (as string) to S2 cell IDs #250

@sheffe

Description

@sheffe

A hopefully-small feature request. I'm seeing data in the wild that uses UInt64 representations of S2 cell IDs. An example here is the global rooftop dataset in Source Cooperative where UInt64 IDs show up in the hive partition path.

It's the same underlying bit representation as what you're doing in S2 cells or in the class conversion to bit64::integer64 (thanks again for that), but ... I haven't found a way to read UInt64 at all in R except as a string. I'm guessing the translation would have to be in Rcpp.

Thanks, as always!

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