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!
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!