We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I thought I caught these, but I guess not...
sf <- sf::st_sf( geom = sf::st_sfc(sf::st_point(c(1,1))) ) sf$date <- as.POSIXct("2018-01-01 01:01:02") geo <- sf_geojson(sf) geo jsonlite::validate(geo)
The text was updated successfully, but these errors were encountered:
0e8097d
re-opening until #27 is fixed
Sorry, something went wrong.
Speed improved in #33
sf <- sf::st_sf( geom = sf::st_sfc(sf::st_point(c(1,1))) ) sf$date <- as.POSIXct("2018-01-01 01:01:02") geo <- sf_geojson(sf) geo # [1] "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{\"date\":\"2018-01-# 01 01:01:02\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.0,1.0]}}]}" # attr(,"class") # [1] "json" jsonify::validate_json(geo) # [1] TRUE
more tests, and closes #32
33ffa36
No branches or pull requests
I thought I caught these, but I guess not...
The text was updated successfully, but these errors were encountered: