lawn

lawn: An R client for the Turf Javascript Library for Geospatial Analysis - Published in JOSS (2017)

https://github.com/ropensci-archive/lawn

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.7%) to scientific vocabulary

Keywords

geojson geospatial r r-package rstats turf turfjs

Keywords from Contributors

osm-data overpass-api environment-canada weather-data weather-downloader critical-care electronic-health-record healthcare intensive-care bicycle-hire
Last synced: 6 months ago · JSON representation

Repository

:no_entry: ARCHIVED :no_entry: Client for 'Turfjs' for 'Geospatial' Analysis

Basic Info
  • Host: GitHub
  • Owner: ropensci-archive
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 7.39 MB
Statistics
  • Stars: 55
  • Watchers: 5
  • Forks: 8
  • Open Issues: 8
  • Releases: 10
Archived
Topics
geojson geospatial r r-package rstats turf turfjs
Created almost 11 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Changelog Contributing License Codemeta

README-NOT.md

lawn

Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

lawn is an R wrapper for the Javascript library turf.js. In addition, we have a few functions to interface with the geojson-random and geojsonhint Javascript libraries, for generating random GeoJSON objects and linting GeoJSON, respectively.

Owner

  • Name: rOpenSci Archive
  • Login: ropensci-archive
  • Kind: organization
  • Email: info@ropensci.org

Abandoned rOpenSci projects -- email info@ropensci.org if you have questions!

CodeMeta (codemeta.json)

{
  "@context": [
    "https://doi.org/10.5063/schema/codemeta-2.0",
    "http://schema.org"
  ],
  "@type": "SoftwareSourceCode",
  "identifier": "lawn",
  "description": "Client for 'Turfjs' (<https://turfjs.org>) for\n    'geospatial' analysis. The package revolves around using 'GeoJSON'\n    data. Functions are included for creating 'GeoJSON' data objects,\n    measuring aspects of 'GeoJSON', and combining, transforming,\n    and creating random 'GeoJSON' data objects.",
  "name": "lawn: Client for 'Turfjs' for 'Geospatial' Analysis",
  "codeRepository": "https://github.com/ropensci/lawn",
  "issueTracker": "https://github.com/ropensci/lawn/issues",
  "license": "https://spdx.org/licenses/MIT",
  "version": "0.6.0",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.0.3 Patched (2020-12-04 r79565)",
  "provider": {
    "@id": "https://cran.r-project.org",
    "@type": "Organization",
    "name": "Comprehensive R Archive Network (CRAN)",
    "url": "https://cran.r-project.org"
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "Scott",
      "familyName": "Chamberlain",
      "email": "myrmecocystus@gmail.com",
      "@id": "https://orcid.org/0000-0003-1444-9135"
    },
    {
      "@type": "Person",
      "givenName": "Jeff",
      "familyName": "Hollister",
      "email": "hollister.jeff@epa.gov"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Person",
      "givenName": "Morgan",
      "familyName": "Herlocker"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Scott",
      "familyName": "Chamberlain",
      "email": "myrmecocystus@gmail.com",
      "@id": "https://orcid.org/0000-0003-1444-9135"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "leaflet",
      "name": "leaflet",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=leaflet"
    }
  ],
  "softwareRequirements": [
    {
      "@type": "SoftwareApplication",
      "identifier": "V8",
      "name": "V8",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=V8"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "jsonlite",
      "name": "jsonlite",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=jsonlite"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "magrittr",
      "name": "magrittr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=magrittr"
    }
  ],
  "releaseNotes": "https://github.com/ropensci/lawn/blob/master/NEWS.md",
  "readme": "https://github.com/ropensci/lawn/blob/master/README.md",
  "fileSize": "2056.272KB",
  "contIntegration": "https://codecov.io/github/ropensci/lawn?branch=master",
  "keywords": [
    "geojson",
    "turf",
    "geospatial",
    "conversion",
    "data",
    "GeoJSON",
    "r",
    "rstats",
    "r-package",
    "turfjs"
  ],
  "relatedLink": "https://docs.ropensci.org/lawn/",
  "contributor": {},
  "funder": [
    {
      "@type": "Organization",
      "name": "rOpenSci"
    }
  ],
  "applicationCategory": "Geospatial",
  "isPartOf": "https://ropensci.org"
}

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 432
  • Total Committers: 8
  • Avg Commits per committer: 54.0
  • Development Distribution Score (DDS): 0.095
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Scott Chamberlain m****s@g****m 391
Jeff Hollister j****r@g****m 33
Maëlle Salmon m****n@y****e 2
Jeroen Ooms j****s@g****m 2
Patrick Hausmann p****n@c****e 1
rOpenSci Bot m****t@g****m 1
Viet Thanh Le t****v@V****l 1
Andrew Blanchette m****l@a****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 64
  • Total pull requests: 20
  • Average time to close issues: 3 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 8
  • Total pull request authors: 7
  • Average comments per issue: 2.7
  • Average comments per pull request: 2.15
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sckott (52)
  • jhollist (6)
  • todrobbins (1)
  • samuelleach (1)
  • Robinlovelace (1)
  • michaeldorman (1)
  • jeroen (1)
  • mikejacktzen (1)
Pull Request Authors
  • jhollist (12)
  • jeroen (2)
  • sckott (2)
  • maelle (1)
  • thanhleviet (1)
  • BlancEleven (1)
  • patperu (1)
Top Labels
Issue Labels
bug (4) question (2) Beginner (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • geojsonio * enhances
  • maps * enhances
  • V8 * imports
  • jsonlite * imports
  • magrittr * imports
  • leaflet * suggests
  • testthat * suggests