Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upelevation #28
elevation #28
Comments
|
Now works (currently in jsonify branch) sf <- geojsonsf::geojson_sf( geojson )
sf
# Simple feature collection with 3 features and 2 fields
# geometry type: GEOMETRY
# dimension: XYZ
# bbox: xmin: 100 ymin: 0 xmax: 105 ymax: 1
# epsg (SRID): 4326
# proj4string: +proj=longlat +datum=WGS84 +no_defs
# geometry prop0 prop1
# 1 POINT Z (102 0.5 100) value0 <NA>
# 2 LINESTRING (102 0, 103 1, 1... value0 0
# 3 POLYGON ((100 0, 101 0, 101... value0 {"this":"that"} |
This needs to be handled.
Example
TODO
geojson_validate.cpp - validate_points()will need to accept 2 <= x <= 4 sizes