Feature {geoops}R Documentation

Feature

Description

A GeoJSON object with the type "Feature" is a feature object:

See Also

Other geo types: FeatureCollection, GeometryCollection, LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon, geojson-types

Examples

'{
  "type": "Feature",
  "properties": {
    "population": 200
  },
  "geometry": {
    "type": "Point",
    "coordinates": [10.724029, 59.926807]
  }
}'

[Package geoops version 0.2.0 Index]