dimfalk / netatmo.weather

R wrapper for Netatmo Weather API
GNU General Public License v3.0
3 stars 0 forks source link

`gpd_json2sf()`: make use of `rrapply()`? #36

Closed dimfalk closed 2 years ago

dimfalk commented 2 years ago

e.g. rrapply(content(out)$properties$data, how = "bind")

or jsonlite::fromJSON(x, flatten = TRUE)?

dimfalk commented 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.