rqadeforestation.jl

Sentinel-1 based deforestation detection written in Julia

https://github.com/earthyscience/rqadeforestation.jl

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 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
    Organization earthyscience has institutional domain (www.bgc-jena.mpg.de)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Sentinel-1 based deforestation detection written in Julia

Basic Info
  • Host: GitHub
  • Owner: EarthyScience
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 1.3 MB
Statistics
  • Stars: 2
  • Watchers: 5
  • Forks: 1
  • Open Issues: 21
  • Releases: 2
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Authors Codemeta

README.md

RQADeforestation

Stable Dev Build Status Coverage DOI

This is the Julia package developed within the FAIRSenDD project.

Citation

F. Cremer, M. Urbazaev, J. Cortés, J. Truckenbrodt, C. Schmullius and C. Thiel, "Potential of Recurrence Metrics from Sentinel-1 Time Series for Deforestation Mapping," in IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 13, pp. 5233-5240, 2020, doi: 10.1109/JSTARS.2020.3019333.

Funding

This project was funded by the European Space Agency in the Science Result Long-Term Availability & Reusability Demonstrator Initiative. In addition, this project was supported by the ESA Network of Resources.

Owner

  • Name: Department for Biogeochemical Integration, MPI Jena
  • Login: EarthyScience
  • Kind: organization
  • Location: Jena, Germany

CodeMeta (codemeta.json)

{
  "@context": "https://w3id.org/codemeta/3.0",
  "type": "SoftwareSourceCode",
  "applicationCategory": "Earth Observation",
  "author": [
    {
      "id": "https://orcid.org/0000-0002-4024-4443",
      "type": "Person",
      "affiliation": {
        "type": "Organization",
        "name": "Max Planck Institute for Biogeochemistry, Jena, Germany"
      },
      "email": "dloos@bgc-jena.mpg.de",
      "familyName": "Loos",
      "givenName": "Daniel"
    },
    {
      "id": "https://orcid.org/0000-0001-8659-4361",
      "type": "Person",
      "affiliation": {
        "type": "Organization",
        "name": "Max Planck Institute for Biogeochemistry, Jena, Germany"
      },
      "email": "fcremer@bgc-jena.mpg.de",
      "familyName": "Cremer",
      "givenName": "Felix"
    },
    {
      "id": "https://orcid.org/0000-0001-9614-0435",
      "type": "Person",
      "affiliation": {
        "type": "Organization",
        "name": "Max Planck Institute for Biogeochemistry, Jena, Germany"
      },
      "email": "fgans@bgc-jena.mpg.de",
      "familyName": "Gans",
      "givenName": "Fabian"
    },
    {
      "id": "_:author_4",
      "type": "Person",
      "affiliation": {
        "type": "Organization",
        "name": "jolin.io consulting"
      },
      "email": "stephan.sahm@jolin.io",
      "familyName": "Sahm",
      "givenName": "Stephan"
    }
  ],
  "dateCreated": "2024-10-28",
  "description": "Sentinel-1 based deforestation detection based on recurrence quantification analysis (RQA) and written in Julia.",
  "funder": {
    "type": "Organization",
    "name": "ESA, ESA Network of Resources"
  },
  "isPartOf": "https://github.com/EarthyScience/FAIRSenDD",
  "keywords": [
    "Sentinel-1",
    "deforestation",
    "detection"
  ],
  "license": "https://spdx.org/licenses/MIT",
  "name": "RQADeforestation.jl",
  "operatingSystem": "Linux",
  "programmingLanguage": "Julia",
  "developmentStatus": "active",
  "referencePublication": "https://dx.doi.org/10.1109/JSTARS.2020.3019333"
}

GitHub Events

Total
  • Create event: 81
  • Release event: 2
  • Issues event: 44
  • Watch event: 1
  • Delete event: 42
  • Issue comment event: 101
  • Member event: 4
  • Push event: 184
  • Pull request review comment event: 10
  • Pull request review event: 8
  • Pull request event: 143
  • Fork event: 1
Last Year
  • Create event: 81
  • Release event: 2
  • Issues event: 44
  • Watch event: 1
  • Delete event: 42
  • Issue comment event: 101
  • Member event: 4
  • Push event: 184
  • Pull request review comment event: 10
  • Pull request review event: 8
  • Pull request event: 143
  • Fork event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 25
  • Total pull requests: 78
  • Average time to close issues: 27 days
  • Average time to close pull requests: 3 days
  • Total issue authors: 2
  • Total pull request authors: 6
  • Average comments per issue: 0.92
  • Average comments per pull request: 0.33
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 46
Past Year
  • Issues: 25
  • Pull requests: 78
  • Average time to close issues: 27 days
  • Average time to close pull requests: 3 days
  • Issue authors: 2
  • Pull request authors: 6
  • Average comments per issue: 0.92
  • Average comments per pull request: 0.33
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 46
Top Authors
Issue Authors
  • felixcremer (16)
  • danlooo (9)
Pull Request Authors
  • github-actions[bot] (40)
  • danlooo (19)
  • dependabot[bot] (6)
  • felixcremer (6)
  • schlichtanders (5)
  • meggart (2)
Top Labels
Issue Labels
midterm (1)
Pull Request Labels
dependencies (6) github_actions (1)

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/Documenter.yml actions
  • actions/checkout v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite