{
  "_id": "6a1ed659b401979e7340ea1d",
  "Package": "gimms",
  "Title": "Download and Process GIMMS NDVI3g Data",
  "Version": "1.2.5",
  "URL": "https://github.com/environmentalinformatics-marburg/gimms",
  "BugReports": "https://github.com/environmentalinformatics-marburg/gimms/issues",
  "Authors@R": "person(\"Florian\", \"Detsch\", email = \"fdetsch@web.de\", role = c(\"cre\", \"aut\"))",
  "Maintainer": "Florian Detsch <fdetsch@web.de>",
  "Description": "This is a set of functions to retrieve information about\nGIMMS NDVI3g files currently available online; download (and\nre-arrange, in the case of NDVI3g.v0) the half-monthly data\nsets; import downloaded files from ENVI binary (NDVI3g.v0) or\nNetCDF format (NDVI3g.v1) directly into R based on the\nwidespread 'raster' package; conduct quality control; and\ngenerate monthly composites (e.g., maximum values) from the\nhalf-monthly input data. As a special gimmick, a method is\nincluded to conveniently apply the Mann-Kendall trend test upon\n'Raster*' images, optionally featuring trend-free pre-whitening\nto account for lag-1 autocorrelation.",
  "License": "MIT + file LICENSE",
  "LazyData": "TRUE",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "libgdal-dev gdal-bin libgeos-dev libnetcdf-dev\nlibssl-dev libproj-dev libsqlite3-dev",
  "Repository": "https://environmentalinformatics-marburg.r-universe.dev",
  "Date/Publication": "2026-03-31 12:38:19 UTC",
  "RemoteUrl": "https://github.com/environmentalinformatics-marburg/gimms",
  "RemoteRef": "HEAD",
  "RemoteSha": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-20 10:24:12 UTC",
    "User": "root"
  },
  "Author": "Florian Detsch [cre, aut]",
  "MD5sum": "e6a15a8b21a0982e7c916ba19f730281",
  "_user": "environmentalinformatics-marburg",
  "_type": "src",
  "_file": "gimms_1.2.5.tar.gz",
  "_fileid": "768e4855945b4e4e23765ed7d9c5394e9d34942d3fe41cc1e5425767121ad245",
  "_filesize": 366416,
  "_sha256": "768e4855945b4e4e23765ed7d9c5394e9d34942d3fe41cc1e5425767121ad245",
  "_created": "2026-05-20T10:24:12.000Z",
  "_published": "2026-06-02T13:10:49.670Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79078147743,
      "time": 206,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7107507436"
    },
    {
      "job": 79078147969,
      "time": 202,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107506074"
    },
    {
      "job": 79078147655,
      "time": 223,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7107521883"
    },
    {
      "job": 79078147489,
      "time": 240,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107524342"
    },
    {
      "job": 79078147363,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107439929"
    },
    {
      "job": 79078146833,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358586714"
    },
    {
      "job": 79078147724,
      "time": 180,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7107498603"
    },
    {
      "job": 79078148323,
      "time": 180,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7107499553"
    },
    {
      "job": 79078148182,
      "time": 187,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107501138"
    }
  ],
  "_buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/environmentalinformatics-marburg/gimms",
  "_commit": {
    "id": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
    "author": "fdetsch <fdetsch@web.de>",
    "committer": "fdetsch <fdetsch@web.de>",
    "message": "Merge branch 'develop'\n",
    "time": 1774960699
  },
  "_maintainer": {
    "name": "Florian Detsch",
    "email": "fdetsch@web.de",
    "login": "fdetsch",
    "mastodon": "@bembelbaron@fosstodon.org",
    "description": "GIS Expert",
    "uuid": 3940660
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "raster",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "Kendall",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "ncdf4",
      "role": "Imports"
    },
    {
      "package": "zyp",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "environmentalinformatics-marburg",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-35",
      "n": 1
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.2.3",
      "date": "2025-08-06"
    },
    {
      "name": "1.2.5",
      "date": "2026-03-21"
    }
  ],
  "_stars": 18,
  "_contributors": [
    {
      "user": "fdetsch",
      "count": 103,
      "uuid": 3940660
    },
    {
      "user": "tim-salabim",
      "count": 2,
      "uuid": 2826432
    }
  ],
  "_userbio": {
    "uuid": 3872203,
    "type": "organization",
    "name": "Environmental Informatics at Marburg University"
  },
  "_downloads": {
    "count": 573,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gimms"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/environmentalinformatics-marburg/gimms",
  "_searchresults": 42,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gimms.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/environmentalinformatics-marburg/gimms",
  "_realowner": "environmentalinformatics-marburg",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2015-10-08"
    },
    {
      "version": "0.1.1",
      "date": "2015-10-09"
    },
    {
      "version": "0.2.0",
      "date": "2015-10-26"
    },
    {
      "version": "0.3.0",
      "date": "2015-11-13"
    },
    {
      "version": "0.4.0",
      "date": "2015-12-18"
    },
    {
      "version": "0.5.0",
      "date": "2016-01-15"
    },
    {
      "version": "0.5.1",
      "date": "2016-01-27"
    },
    {
      "version": "1.0.0",
      "date": "2016-12-16"
    },
    {
      "version": "1.1.0",
      "date": "2018-01-13"
    },
    {
      "version": "1.1.1",
      "date": "2018-12-07"
    },
    {
      "version": "1.1.3",
      "date": "2020-03-19"
    },
    {
      "version": "1.2.0",
      "date": "2021-04-16"
    },
    {
      "version": "1.2.1",
      "date": "2021-07-30"
    },
    {
      "version": "1.2.2",
      "date": "2023-08-09"
    },
    {
      "version": "1.2.3",
      "date": "2025-08-20"
    },
    {
      "version": "1.2.4",
      "date": "2025-11-30"
    },
    {
      "version": "1.2.5",
      "date": "2026-03-21"
    }
  ],
  "_exports": [
    "downloadGimms",
    "monthlyComposite",
    "monthlyIndices",
    "oldNaming",
    "qualityControl",
    "rasterizeGimms",
    "rearrangeFiles",
    "significantTau",
    "updateInventory"
  ],
  "_datasets": [
    {
      "name": "bale3g.v1",
      "title": "Bale Mountains NDVI3g.v1",
      "object": "bale3g.v1",
      "class": [
        "RasterStack"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "kili3g.v0",
      "title": "Kilimanjaro NDVI3g.v0",
      "object": "kili3g.v0",
      "class": [
        "RasterStack"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "gimms-package",
      "title": "Download and Process GIMMS NDVI3g Data",
      "topics": [
        "gimms-package",
        "gimms"
      ]
    },
    {
      "page": "bale3g.v1",
      "title": "Bale Mountains NDVI3g.v1",
      "topics": [
        "bale3g.v1"
      ]
    },
    {
      "page": "downloadGimms",
      "title": "Download GIMMS NDVI3g Data",
      "topics": [
        "downloadGimms",
        "downloadGimms,character,ANY-method",
        "downloadGimms,character-method",
        "downloadGimms,Date-method",
        "downloadGimms,dateORmissing,dateORmissing-method",
        "downloadGimms,missing,missing-method",
        "downloadGimms,missing-method",
        "downloadGimms,numeric-method",
        "downloadGimms,numericORmissing,numericORmissing-method"
      ]
    },
    {
      "page": "kili3g.v0",
      "title": "Kilimanjaro NDVI3g.v0",
      "topics": [
        "kili3g.v0"
      ]
    },
    {
      "page": "monthlyComposite",
      "title": "Calculate Monthly Composite Images",
      "topics": [
        "monthlyComposite",
        "monthlyComposite,character-method",
        "monthlyComposite,RasterStackBrick-method"
      ]
    },
    {
      "page": "monthlyIndices",
      "title": "Create Monthly Indices from NDVI3g Files",
      "topics": [
        "monthlyIndices"
      ]
    },
    {
      "page": "oldNaming",
      "title": "Create Traditional GIMMS NDVI3g File Names",
      "topics": [
        "oldNaming"
      ]
    },
    {
      "page": "qualityControl",
      "title": "Perform Quality Control on GIMMS NDVI3g Data",
      "topics": [
        "qualityControl",
        "qualityControl,RasterStackBrick-method"
      ]
    },
    {
      "page": "rasterizeGimms",
      "title": "Rasterize GIMMS NDVI3g Data",
      "topics": [
        "rasterizeGimms"
      ]
    },
    {
      "page": "rearrangeFiles",
      "title": "Rearrange GIMMS NDVI3g.v0 Files",
      "topics": [
        "rearrangeFiles"
      ]
    },
    {
      "page": "significantTau",
      "title": "Compute (Pre-Whitened) Kendall's tau",
      "topics": [
        "significantTau",
        "significantTau,numeric-method",
        "significantTau,RasterStackBrick-method"
      ]
    },
    {
      "page": "updateInventory",
      "title": "Update GIMMS NDVI3g File Inventory",
      "topics": [
        "updateInventory"
      ]
    }
  ],
  "_readme": "https://github.com/environmentalinformatics-marburg/gimms/raw/HEAD/README.md",
  "_rundeps": [
    "boot",
    "curl",
    "Kendall",
    "lattice",
    "ncdf4",
    "raster",
    "Rcpp",
    "sp",
    "terra",
    "zyp"
  ],
  "_score": 5.53173430927655,
  "_indexed": true,
  "_nocasepkg": "gimms",
  "_universes": [
    "environmentalinformatics-marburg",
    "fdetsch"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.5",
      "date": "2026-05-20T10:26:25.000Z",
      "distro": "noble",
      "commit": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
      "fileid": "657ac27ecf63ac60263d85e3152ed24f4b976a4bf30a6d444a587b429fa008eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.5",
      "date": "2026-05-20T10:26:26.000Z",
      "distro": "noble",
      "commit": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
      "fileid": "5e69f2169e66a2b49854112e3f7cf92eade8ef0295db56c9e48a8e7820ce113a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.5",
      "date": "2026-05-20T10:27:41.000Z",
      "commit": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
      "fileid": "f930bde2153dfb56f0173e327c9f2e93a361cc97ba14ed57b682950b51b64f02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.5",
      "date": "2026-05-20T10:27:33.000Z",
      "commit": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
      "fileid": "a31e3b03cd0fa0e94a051c243e574be51504d7a39f1c2b948be7ae8f73d94a94",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.5",
      "date": "2026-05-20T10:25:35.000Z",
      "commit": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
      "fileid": "d0f4404bd700ec4cda1d1d9848e0e142e215aed60512c4e6f711c8a3ed94b2d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.5",
      "date": "2026-05-20T10:25:38.000Z",
      "commit": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
      "fileid": "a89c33619dbe4018b77df6ee94c4a69c1808177c4a190d659959f17740315210",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.5",
      "date": "2026-05-20T10:25:36.000Z",
      "commit": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
      "fileid": "6388039d5ceb5f8fb941ce786686112ac1016280d7f6fff9991c20f7df3906bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.5",
      "date": "2026-06-02T13:10:15.000Z",
      "commit": "bc52e54d48ec57936dbd005b94b543490ccb65ca",
      "fileid": "8945b6876d6b18fe79a12a85b40a597237e53ecd4ad4923c626ab57f71153c2f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/environmentalinformatics-marburg/actions/runs/26156397645"
    }
  ]
}