You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't an issue, but I found this repo after your issue on jsonify and thought another of my libraries may be of use - sfheaders
like rapidjsonr and jsonify you can link to it and call the Rcpp code directly. Of interest may be the sfc_point() (plus a few overloaded functions), which will create the sfc object, without you needing to require sf.
Hope that helps.
The text was updated successfully, but these errors were encountered:
The only difference between what I do and what {rtweet} does is that I leave empty coordinates as empty vectors instead of having 8 NA_real_s hanging out in most rows.
I haven't pushed the latest work, but the only sf "functionality" I'm using in C++ is the prep_bbox_() function that turns non-empty vectors into matrices (and close the polygon), then slap the appropriate classes on it.
This isn't an issue, but I found this repo after your issue on
jsonify
and thought another of my libraries may be of use -sfheaders
like
rapidjsonr
andjsonify
you can link to it and call the Rcpp code directly. Of interest may be thesfc_point()
(plus a few overloaded functions), which will create thesfc
object, without you needing to requiresf
.Hope that helps.
The text was updated successfully, but these errors were encountered: