{
  "_id": "6a5267ed9b92047c28d54e0b",
  "Package": "lazyraster",
  "Version": "0.5.0.9010",
  "Title": "Generate Raster Data Lazily from 'GDAL'",
  "Description": "Read raster data at a specified resolution on-demand via\n'GDAL' (the Geospatial Data Abstraction Library\n<https://gdal.org/>). Augments the 'raster' package by never\nreading data from a raster source until necessary for\ngenerating an in-memory 'raster' object. A 'lazyraster' object\nmay be cropped and converted to 'raster' object, and by default\nwill only read a small amount of data sufficient for an overall\nsummary. The amount of data read can be controlled by\nspecifying the output dimensions.",
  "Authors@R": "person(\"Michael\", \"Sumner\", email = \"mdsumner@gmail.com\", role = c(\"aut\", \"cre\"))",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "ByteCompile": "true",
  "RoxygenNote": "7.1.1",
  "URL": "https://github.com/hypertidy/lazyraster",
  "BugReports": "https://github.com/hypertidy/lazyraster/issues",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libgdal-dev gdal-bin libgeos-dev libicu-dev\nlibpng-dev libzstd-dev libproj-dev libsqlite3-dev",
  "Repository": "https://hypertidy.r-universe.dev",
  "Date/Publication": "2021-09-07 01:47:19 UTC",
  "RemoteUrl": "https://github.com/hypertidy/lazyraster",
  "RemoteRef": "HEAD",
  "RemoteSha": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-11 15:51:27 UTC",
    "User": "root"
  },
  "Author": "Michael Sumner [aut, cre]",
  "Maintainer": "Michael Sumner <mdsumner@gmail.com>",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "lazyraster_0.5.0.9010.tar.gz",
  "_fileid": "https://r2.ropensci.org/8c4e2a17f8cb2ed54745777b3e659e60a6ecb76ddfba7b1a867036cf0800f248",
  "_filesize": 1006236,
  "_sha256": "8c4e2a17f8cb2ed54745777b3e659e60a6ecb76ddfba7b1a867036cf0800f248",
  "_expires": "2026-10-19T15:57:31.000Z",
  "_created": "2026-07-11T15:51:27.000Z",
  "_published": "2026-07-11T15:57:33.724Z",
  "_jobs": [
    {
      "job": 86560017807,
      "time": 260,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8250221781"
    },
    {
      "job": 86560017794,
      "time": 312,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8250229101"
    },
    {
      "job": 86560017799,
      "time": 156,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8250207894"
    },
    {
      "job": 86560017797,
      "time": 201,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8250213983"
    },
    {
      "job": 86559751895,
      "time": 197,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8250186773"
    },
    {
      "job": 86560017787,
      "time": 148,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8250206899"
    },
    {
      "job": 86560017802,
      "time": 200,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8250213903"
    },
    {
      "job": 86560017836,
      "time": 193,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8250212931"
    },
    {
      "job": 86560017805,
      "time": 225,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8250217220"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084",
  "_status": "success",
  "_upstream": "https://github.com/hypertidy/lazyraster",
  "_commit": {
    "id": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
    "author": "Michael Sumner <mdsumner@gmail.com>",
    "committer": "Michael Sumner <mdsumner@gmail.com>",
    "message": "new function merc()\n",
    "time": 1630979239
  },
  "_maintainer": {
    "name": "Michael Sumner",
    "email": "mdsumner@gmail.com",
    "login": "mdsumner",
    "mastodon": "@mdsumner@rstats.me",
    "bluesky": "@mdsumner.bsky.social",
    "description": "no names have an anonymous function",
    "uuid": 4107631
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "raster",
      "role": "Imports"
    },
    {
      "package": "vapour",
      "version": ">= 0.8.0",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "quadmesh",
      "version": ">= 0.4.0",
      "role": "Imports"
    },
    {
      "package": "palr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 27,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 85,
      "uuid": 4107631
    }
  ],
  "_userbio": {
    "uuid": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "followers": 28,
    "description": "[ ... ]"
  },
  "_downloads": {
    "count": 25,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lazyraster"
  },
  "_devurl": "https://github.com/hypertidy/lazyraster",
  "_searchresults": 31,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lazyraster.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.5.0",
      "date": "2019-10-09"
    },
    {
      "version": "0.5.1",
      "date": "2021-10-07"
    }
  ],
  "_exports": [
    "as_raster",
    "crop",
    "lazyraster",
    "quadmesh"
  ],
  "_help": [
    {
      "page": "as_raster",
      "title": "Convert to in-memory raster",
      "topics": [
        "as_raster"
      ]
    },
    {
      "page": "lazyraster",
      "title": "Lazy raster",
      "topics": [
        "lazyraster"
      ]
    },
    {
      "page": "lazyraster-methods",
      "title": "Lazy raster S3 methods",
      "topics": [
        "format.lazyraster",
        "lazyraster-methods",
        "plot",
        "plot.lazyraster",
        "print.lazyraster"
      ]
    },
    {
      "page": "lazyraster-raster-S4",
      "title": "Raster methods (S4) for lazyraster.",
      "topics": [
        "crop",
        "crop,lazyraster-method",
        "extent",
        "lazyraster-raster-S4"
      ]
    },
    {
      "page": "merc",
      "title": "Mercator extent",
      "topics": [
        "merc"
      ]
    },
    {
      "page": "quadmesh",
      "title": "Quadmesh for lazyrasters",
      "topics": [
        "quadmesh",
        "quadmesh.lazyraster"
      ]
    }
  ],
  "_readme": "https://github.com/hypertidy/lazyraster/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "cli",
    "cpp11",
    "crsmeta",
    "farver",
    "geometry",
    "glue",
    "gridBase",
    "jsonlite",
    "labeling",
    "lattice",
    "lifecycle",
    "linprog",
    "lpSolve",
    "magic",
    "magrittr",
    "nanoarrow",
    "palr",
    "png",
    "PROJ",
    "quadmesh",
    "R6",
    "raster",
    "RColorBrewer",
    "Rcpp",
    "RcppProgress",
    "reproj",
    "rlang",
    "scales",
    "sp",
    "stringi",
    "stringr",
    "terra",
    "textures",
    "vapour",
    "vctrs",
    "viridisLite",
    "wk"
  ],
  "_score": 3.6216954623292787,
  "_indexed": true,
  "_nocasepkg": "lazyraster",
  "_universes": [
    "hypertidy",
    "mdsumner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0.9010",
      "date": "2026-07-11T15:54:15.000Z",
      "distro": "resolute",
      "commit": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
      "fileid": "https://r2.ropensci.org/78e96a3a4ced9772bac1957316e08e25a362ba8da8563e0eb87c3c1e5f3e4f4d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.5.0.9010",
      "date": "2026-07-11T15:55:03.000Z",
      "distro": "resolute",
      "commit": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
      "fileid": "https://r2.ropensci.org/92d7f9d81eb5ece490b5997ed20ffa1be48afec9e3b1e411d23a91e6215e2ee6",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0.9010",
      "date": "2026-07-11T15:53:17.000Z",
      "commit": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
      "fileid": "https://r2.ropensci.org/ab5de10f3e95ec465898f045ef167129924e3722629c8cceed0888cd0aad04a6",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.5.0.9010",
      "date": "2026-07-11T15:53:47.000Z",
      "commit": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
      "fileid": "https://r2.ropensci.org/75dfee9410d79a7a0f19aa698308b520c8fea7391dcfa1d2a44469017daff320",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0.9010",
      "date": "2026-07-11T15:54:22.000Z",
      "commit": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
      "fileid": "https://r2.ropensci.org/bd7ddc9850ef79a1cf699ab4e273c4541286e8da88f9c6c712b2fcf4b45421f4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0.9010",
      "date": "2026-07-11T15:53:04.000Z",
      "commit": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
      "fileid": "https://r2.ropensci.org/3ef79c9b817f639782ff1d852400d5bd6275ba1bd83e043446abd6ceee923f22",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0.9010",
      "date": "2026-07-11T15:52:59.000Z",
      "commit": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
      "fileid": "https://r2.ropensci.org/d0c921d573e230fe6eb1dbf9e51ccbdcebc88ee04362185644e6accabbebc8d0",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.5.0.9010",
      "date": "2026-07-11T15:53:24.000Z",
      "commit": "ec99b29ad640f1b78056d7ca330f1e0a67b50591",
      "fileid": "https://r2.ropensci.org/755640bff2ab8b5b7e8863da91da4ec80427f3b3ed04998bb14a6e8741616f7a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29158593084"
    }
  ]
}