Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 1.25 KB

paper.md

File metadata and controls

29 lines (26 loc) · 1.25 KB
title tags authors affiliations date bibliography
lawn: An R client for the Turf Javascript Library for Geospatial Analysis
geospatial
GeoJSON
javascript
name orcid affiliation
Scott Chamberlain
0000-0003-1444-9135
1
name orcid affiliation
Jeffrey W. Hollister
0000-0002-9254-9740
2
name index
rOpenSci
1
name index
US Environmental Protection Agency, Atlantic Ecology Division
2
16 December 2016
paper.bib

Summary

lawn is an R package to provide access to the geospatial analysis capabilities in the Turf javascript library [@r; @turfjs]. Turf expects data in GeoJSON format. Given that many datasets are now available natively in GeoJSON providing an easier method for conducting geospatial analyses on these datasets in R is desired. Additionally, many existing packages (e.g. sp and rgeos) do provide similar analysis capabilities; however, they require data be converted to sp objects and also have external dependencies (e.g. gdal and geos) that can be challenging to maintain on some systems [@bivand2013asdar; @rgeos; @gdal; @geos]. To address these challenges and facilitate geospatial analysis of GeoJSON formatted data, we developed the lawn package.

References