{
  "_id": "6a1bf16f1d7bb097a0a234b2",
  "Package": "gloBFPr",
  "Type": "Package",
  "Title": "Access Global Building Height Datasets",
  "Version": "0.1.4",
  "Authors@R": "c(\nperson(\ngiven = \"Xiaohao\",\nfamily = \"Yang\",\nemail = \"xiaohaoy111@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\")\n))",
  "Description": "Provides tools to access, search, and download global 3D\nbuilding footprint datasets (3D-GloBFP) generated by Che et al.\n(2024) <doi:10.5194/essd-16-5357-2024>. The package includes\nfunctions to retrieve metadata, filter by bounding box, and\ndownload building height tiles.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/billbillbilly/gloBFPr",
  "BugReports": "https://github.com/billbillbilly/gloBFPr/issues",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr, rmarkdown",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibssl-dev libproj-dev libsqlite3-dev libudunits2-dev",
  "Repository": "https://billbillbilly.r-universe.dev",
  "Date/Publication": "2025-10-03 17:21:31 UTC",
  "RemoteUrl": "https://github.com/billbillbilly/globfpr",
  "RemoteRef": "HEAD",
  "RemoteSha": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 08:24:08 UTC",
    "User": "root"
  },
  "Author": "Xiaohao Yang [aut, cre, cph]",
  "Maintainer": "Xiaohao Yang <xiaohaoy111@gmail.com>",
  "MD5sum": "7a73d4dcbdca0998f342d221a17ceb27",
  "_user": "billbillbilly",
  "_type": "src",
  "_file": "gloBFPr_0.1.4.tar.gz",
  "_fileid": "cfba066549e32fa45728f7acaabe13b2bc79741dc01dea8c934f647810ffce8b",
  "_filesize": 95255,
  "_sha256": "cfba066549e32fa45728f7acaabe13b2bc79741dc01dea8c934f647810ffce8b",
  "_created": "2026-05-31T08:24:08.000Z",
  "_published": "2026-05-31T08:29:35.182Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78711844097,
      "time": 204,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7315221776"
    },
    {
      "job": 78711844081,
      "time": 215,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7315222698"
    },
    {
      "job": 78711844082,
      "time": 145,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7315224612"
    },
    {
      "job": 78711844088,
      "time": 147,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7315229283"
    },
    {
      "job": 78711607862,
      "time": 263,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315199814"
    },
    {
      "job": 78711844080,
      "time": 127,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315213735"
    },
    {
      "job": 78711844090,
      "time": 186,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7315219996"
    },
    {
      "job": 78711844093,
      "time": 148,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7315216047"
    },
    {
      "job": 78711844095,
      "time": 159,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7315217292"
    }
  ],
  "_buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/billbillbilly/globfpr",
  "_commit": {
    "id": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
    "author": "billbillbilly <xiaohaoy111@gmail.com>",
    "committer": "billbillbilly <xiaohaoy111@gmail.com>",
    "message": "fix query for requesting metadata\n",
    "time": 1759512091
  },
  "_maintainer": {
    "name": "Xiaohao Yang",
    "email": "xiaohaoy111@gmail.com",
    "login": "billbillbilly",
    "description": "PhD candidate @digital-landscapes at the School for Environment and Sustainability, University of Michigan",
    "uuid": 61219306
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "terra",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "lwgeom",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "billbillbilly",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-23",
      "n": 13
    },
    {
      "week": "2025-24",
      "n": 4
    },
    {
      "week": "2025-40",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.3",
      "date": "2025-06-12"
    }
  ],
  "_topics": [
    "building-footprint-data",
    "building-height",
    "urban-analytics"
  ],
  "_stars": 7,
  "_contributors": [
    {
      "user": "billbillbilly",
      "count": 18,
      "uuid": 61219306
    }
  ],
  "_userbio": {
    "uuid": 61219306,
    "type": "user",
    "name": "Xiaohao Yang",
    "description": "PhD candidate @digital-landscapes at the School for Environment and Sustainability, University of Michigan"
  },
  "_downloads": {
    "count": 128,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gloBFPr"
  },
  "_devurl": "https://github.com/billbillbilly/globfpr",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gloBFPr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/billbillbilly/globfpr",
  "_realowner": "billbillbilly",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-06-11"
    },
    {
      "version": "0.1.3",
      "date": "2025-06-18"
    }
  ],
  "_exports": [
    "get_metadata",
    "search_3dglobdf"
  ],
  "_help": [
    {
      "page": "get_metadata",
      "title": "get_metadata",
      "topics": [
        "get_metadata"
      ]
    },
    {
      "page": "search_3dglobdf",
      "title": "search_3dglobdf",
      "topics": [
        "search_3dglobdf"
      ]
    }
  ],
  "_pkglogo": "https://github.com/billbillbilly/globfpr/raw/HEAD/logo.svg",
  "_readme": "https://github.com/billbillbilly/globfpr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "class",
    "classInt",
    "cli",
    "curl",
    "DBI",
    "dplyr",
    "e1071",
    "generics",
    "glue",
    "httr2",
    "KernSmooth",
    "lifecycle",
    "lwgeom",
    "magrittr",
    "MASS",
    "openssl",
    "pillar",
    "pkgconfig",
    "proxy",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "s2",
    "sf",
    "sys",
    "terra",
    "tibble",
    "tidyselect",
    "units",
    "utf8",
    "vctrs",
    "withr",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "gloBFPr.Rmd",
      "filename": "gloBFPr.html",
      "title": "gloBFPr",
      "author": "Xiaohao Yang",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Step 1 Get the Spatial Grid with the Metadata of the Dataset",
        "Step 2.1 Retrieve Building Footprints with Heights Using a Bounding Box",
        "Step 2.2 Retrieve Building Footprints with Heights Using a Bounding Box"
      ],
      "created": "2025-06-06 21:27:50",
      "modified": "2025-06-06 23:03:37",
      "commits": 2
    }
  ],
  "_score": 5.021189299069938,
  "_indexed": true,
  "_nocasepkg": "globfpr",
  "_universes": [
    "billbillbilly"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-05-31T08:26:40.000Z",
      "distro": "noble",
      "commit": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
      "fileid": "d50042c1a244c00c8adcf5ce3a7ff46992f5bad01d6a1d160c57e8a2d1cdd880",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-05-31T08:26:41.000Z",
      "distro": "noble",
      "commit": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
      "fileid": "e2a643526dbe876922a4d299d4bc6def8f705624c7a3999f86833784e498d706",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-05-31T08:27:36.000Z",
      "commit": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
      "fileid": "36dc1629aad3d455a1ed00ece59310dc0685c5e3245ee3215f197e6782ed6742",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-05-31T08:28:22.000Z",
      "commit": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
      "fileid": "068ff59df495d7cb55e1f232e96562b13305a1c4b4b25f4a103f5ab6a2cf4d48",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.4",
      "date": "2026-05-31T08:26:41.000Z",
      "commit": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
      "fileid": "8e10e13f10c167e6633922ebf62e1fd4ef5d1ea259533da9dd240469e5f95e1b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-31T08:26:05.000Z",
      "commit": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
      "fileid": "36cab4e667166d40329899d797ed54ae918a26c2f3eca2891c28959e863b1079",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-31T08:25:37.000Z",
      "commit": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
      "fileid": "27e5a398426057724eea8104be8450e195dd00212b70d74cb2b8a07d3b0805ea",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-31T08:25:42.000Z",
      "commit": "c683b3677fb3e0890c108b308cb9381ddec4ccde",
      "fileid": "95bd2900389dd796ba780325d567c879eafc6a51c58e32a6856fd3b563234e2a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26707541704"
    }
  ]
}