Skip to content

dealing with nested json columns after reading with geojsonsf #97

@frabau1

Description

@frabau1

I'm working with a geojson file and reading it with geojsonsf. The file is importing successfully, but there are still nested json columns in the data frame. I'm not sure this is an issue with the geojsonsf package, but wanted to see if the team had any suggestions on how to unnest the additional columns.

library(geojsonsf)

link <- 'https://tiles.skimap.org/geojson/ski_areas.geojson'

S0 <- geojson_sf(link, expand_geometries = TRUE) 

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