Package: geojson 0.3.5.9000

Michael Sumner

geojson: Classes for 'GeoJSON'

Classes for 'GeoJSON' to make working with 'GeoJSON' easier. Includes S3 classes for 'GeoJSON' classes with brief summary output, and a few methods such as extracting and adding bounding boxes, properties, and coordinate reference systems; working with newline delimited 'GeoJSON'; and serializing to/from 'Geobuf' binary 'GeoJSON' format.

Authors:Scott Chamberlain [aut], Jeroen Ooms [aut], Michael Sumner [cre]

geojson_0.3.5.9000.tar.gz
geojson_0.3.5.9000.zip(r-4.5)geojson_0.3.5.9000.zip(r-4.4)geojson_0.3.5.9000.zip(r-4.3)
geojson_0.3.5.9000.tgz(r-4.4-any)geojson_0.3.5.9000.tgz(r-4.3-any)
geojson_0.3.5.9000.tar.gz(r-4.5-noble)geojson_0.3.5.9000.tar.gz(r-4.4-noble)
geojson_0.3.5.9000.tgz(r-4.4-emscripten)geojson_0.3.5.9000.tgz(r-4.3-emscripten)
geojson.pdf |geojson.html
geojson/json (API)
NEWS

# Install 'geojson' in R:
install.packages('geojson', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ropensci/geojson/issues

Datasets:

On CRAN:

geojsongeospatialconversiondatainput-outputbboxpolygongeobufcrsndgeojsonspatial

27 exports 32 stars 4.30 score 8 dependencies 15 dependents 8 mentions 4.8k downloads

Last updated 12 months agofrom:3881c7df07 (on main)

Exports:%>%as.geojsonbbox_addbbox_getcrs_addcrs_getfeaturefeaturecollectionfrom_geobufgeo_bboxgeo_prettygeo_typegeo_writegeometrycollectionlinestringlinting_optsmultilinestringmultipointmultipolygonndgeo_readndgeo_writepointpolygonproperties_addproperties_getto_geobufto_geojson

Dependencies:jqrjsonlitelatticelazyevalmagrittrprotoliteRcppsp

geojson operations

Rendered fromgeojson-operations.Rmdusingknitr::rmarkdownon Jul 05 2024.

Last update: 2016-11-15
Started: 2016-11-15

geojson package classes

Rendered fromgeojson.Rmdusingknitr::rmarkdownon Jul 05 2024.

Last update: 2016-11-15
Started: 2016-11-15

Readme and manuals

Help Manual

Help pageTopics
geojsongeojson-package geojson
Geojson classas.geojson as.geojson,character-method as.geojson,geojson-method as.geojson,json-method as.geojson,SpatialLines-method as.geojson,SpatialLinesDataFrame-method as.geojson,SpatialPoints-method as.geojson,SpatialPointsDataFrame-method as.geojson,SpatialPolygons-method as.geojson,SpatialPolygonsDataFrame-method
Add or get bounding boxbbox bbox_add bbox_get
Add or get CRScrs crs_add crs_get
feature classfeature
featurecollection classfeaturecollection
Calculate a bounding boxgeo_bbox
Pretty print geojsongeo_pretty
Get geometry typegeo_type
Write geojson to diskgeo_write
Geobuf serializationfrom_geobuf geobuf to_geobuf
Data for use in examplesgeojson_data
geometrycollection classgeometrycollection
linestring classlinestring
GeoJSON Lintinglinting_opts
multilinestring classmultilinestring
multipoint classmultipoint
multipolygon classmultipolygon
Read and write newline-delimited GeoJSON (GeoJSON text sequences)ndgeo ndgeo_read ndgeo_write ndgeo_write.default ndgeo_write.geofeature ndgeo_write.geofeaturecollection
point classpoint
polygon classpolygon
Add or get propertiesproperties properties_add properties_get
Convert GeoJSON character string to approriate GeoJSON classto_geojson