Science Score: 57.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
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
    Organization boydorr has institutional domain (www.gla.ac.uk)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: boydorr
  • License: bsd-2-clause
  • Language: Julia
  • Default Branch: main
  • Size: 1.85 MB
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • Open Issues: 1
  • Releases: 3
Created almost 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Codemeta Zenodo

README.md

ClimatePref

DOI

Summary

ClimatePref is a Julia package that provides functionality for extracting and analysing plant climate preferences from multiple sources:

  • Global Biodiversity Information Facility (GBIF)
  • European Centre for Medium-Range Weather Forecasts (ECMWF)
  • WorldClim
  • World Flora Online (WFO)
  • Botanic Gardens Conservation International (BGCI)
  • Enhanced Vegetation Index from MODIS
  • Mega-phylogeny of Angiosperms from Qian et al. 2016

Version 1 of the bioclimatic envelopes extracted for each species from this project can be found here. Current version is here. This code only runs with Julia version 1.6.x.

Owner

  • Name: Boyd Orr
  • Login: boydorr
  • Kind: organization
  • Location: Glasgow, UK

Boyd Orr Centre for Population and Ecosystem Health, University of Glasgow

CodeMeta (codemeta.json)

{
  "@context": "https://w3id.org/codemeta/3.0",
  "type": "SoftwareSourceCode",
  "applicationCategory": "ecology",
  "programmingLanguage": "julia",
  "developmentStatus": "active",
  "codeRepository": "https://github.com/boydorr/ClimatePref.jl",
  "name": "ClimatePref.jl",
  "issueTracker": "https://github.com/boydorr/ClimatePref.jl/issues",
  "readme": "https://github.com/boydorr/ClimatePref.jl/blob/main/README.md",
  "dateCreated": "2018-01-26",
  "operatingSystem": [
    "Linux",
    "Windows",
    "macOS"
  ],
  "version": "v1.0.1",
  "dateModified": "2024-10-15",
  "datePublished": "2024-10-15",
  "downloadUrl": "https://github.com/boydorr/ClimatePref.jl/archive/refs/tags/v1.0.1.tar.gz",
  "license": "https://spdx.org/licenses/BSD-2-Clause",
  "author": [
    {
      "type": "Person",
      "givenName": "Claire",
      "familyName": "Harris",
      "id": "https://orcid.org/0000-0003-0852-2340",
      "affiliation": [
        {
          "type": "Organization",
          "name": "Biomathematics and Statistics Scotland",
          "identifier": "https://ror.org/03jwrz939"
        }
      ]
    },
    {
      "type": "Person",
      "givenName": "Richard",
      "familyName": "Reeve",
      "email": "richard.reeve@glasgow.ac.uk",
      "id": "https://orcid.org/0000-0003-2589-8091",
      "affiliation": [
        {
          "type": "Organization",
          "name": "University of Glasgow",
          "identifier": "https://ror.org/00vtgdb53"
        }
      ]
    }
  ],
  "continuousIntegration": "https://github.com/boydorr/ClimatePref.jl/actions/workflows/testing.yaml",
  "codemeta:contIntegration": {
    "id": "https://github.com/boydorr/ClimatePref.jl/actions/workflows/testing.yaml"
  },
  "keywords": [
    "julia"
  ]
}

GitHub Events

Total
  • Watch event: 1
  • Delete event: 5
  • Push event: 3
  • Pull request event: 12
  • Create event: 6
Last Year
  • Watch event: 1
  • Delete event: 5
  • Push event: 3
  • Pull request event: 12
  • Create event: 6

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 months
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.13
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 6
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 8 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 6
Top Authors
Issue Authors
  • github-actions[bot] (1)
Pull Request Authors
  • github-actions[bot] (11)
  • claireh93 (2)
  • richardreeve (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/CompatHelper.yaml actions
  • julia-actions/setup-julia v2 composite
.github/workflows/testing.yaml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite