{"id":13572764,"url":"https://github.com/r-spatial/plainview","last_synced_at":"2025-10-14T20:16:49.786Z","repository":{"id":41571926,"uuid":"174599910","full_name":"r-spatial/plainview","owner":"r-spatial","description":"View Raster Images Interactively on a Plain HTML Canvas","archived":false,"fork":false,"pushed_at":"2025-08-19T09:36:57.000Z","size":6146,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-19T11:36:47.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://r-spatial.github.io/plainview/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-spatial.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-08T19:51:57.000Z","updated_at":"2025-08-19T09:33:01.000Z","dependencies_parsed_at":"2024-06-08T00:43:56.600Z","dependency_job_id":"3766defd-1cec-4ca8-83bc-735eaca876ad","html_url":"https://github.com/r-spatial/plainview","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":"0.021739130434782594","last_synced_commit":"340a0c1546e7a465f9ea30729b262d7720993c99"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/r-spatial/plainview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Fplainview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Fplainview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Fplainview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Fplainview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-spatial","download_url":"https://codeload.github.com/r-spatial/plainview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Fplainview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014548,"owners_count":26085536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:00:19.234Z","updated_at":"2025-10-14T20:16:49.772Z","avatar_url":"https://github.com/r-spatial.png","language":"R","funding_links":[],"categories":["Visualization","Leaflet Functions"],"sub_categories":["Maps and Spatial Data","Raster Image"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  eval = FALSE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# plainview - Interactively Explore (Raster)Images\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/r-spatial/plainview/workflows/R-CMD-check/badge.svg)](https://github.com/r-spatial/plainview/actions)\n![monthly](http://cranlogs.r-pkg.org/badges/plainview)\n![total](http://cranlogs.r-pkg.org/badges/grand-total/plainview)\n[![CRAN](http://www.r-pkg.org/badges/version/plainview?color=009999)](https://cran.r-project.org/package=plainview)\n[![status](https://tinyverse.netlify.com/badge/plainview)](https://CRAN.R-project.org/package=plainview)\n\u003c!-- badges: end --\u003e\n\n`plainview` enables interactive exploration of (raster)images. Images will be \nrendered on a plain HTML canvas (hence the name of the package). For spatial data\nthis means that rendering is not restricted to a certain projection (e.g. web\nmercator for leaflet or mapview) but rendering is projection independent. It also \nmeans that it is possible to plot large images made up of millions of pixels.\n  \n## Installation\n\nYou can install the released version of `plainview` from [CRAN](https://CRAN.R-project.org) with:\n\n```{r, eval=FALSE}\ninstall.packages(\"plainview\")\n```\n\n## Example\n\n```{r layer, eval=FALSE}\n# RasterLayer\nplainView(poppendorf[[4]])\n```\n\n![](man/figures/README-layer.png)\n\n```{r stack true, eval=FALSE}\n# RasterStack\nplainview(poppendorf, r = 4, g = 3, b = 2) # true color\n```\n\n![](man/figures/README-stack_true.png)\n\n```{r stack false, eval=FALSE}\nplainview(poppendorf, r = 5, g = 4, b = 3) # false color\n```\n\n![](man/figures/README-stack_false.png)\n\n### Code of Conduct\n\nPlease note that the 'plainview' project is released with a [Contributor Code of Conduct](https://github.com/r-spatial/plainview/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-spatial%2Fplainview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-spatial%2Fplainview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-spatial%2Fplainview/lists"}