Closed dimfalk closed 2 years ago
rrapply()
takes quite a long time and does not produce the desired output using various how
arguments - just as jsonlite::fromJSON(x, flatten = TRUE)
.
right now, better enhance/modify gpd_json2sf()
which was implemented for this specific scenario.
e.g.
rrapply(content(out)$properties$data, how = "bind")
or
jsonlite::fromJSON(x, flatten = TRUE)
?