{"id":18722593,"url":"https://github.com/mdsumner/place","last_synced_at":"2025-10-28T05:07:38.548Z","repository":{"id":72211677,"uuid":"403032486","full_name":"mdsumner/place","owner":"mdsumner","description":"Captures an Intended Region Specified as a Point and a Width and Height either side. ","archived":false,"fork":false,"pushed_at":"2023-08-18T13:19:14.000Z","size":1159,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:55:51.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mdsumner.github.io/place/","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/mdsumner.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","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}},"created_at":"2021-09-04T10:55:16.000Z","updated_at":"2023-05-24T13:49:03.000Z","dependencies_parsed_at":"2024-11-07T13:43:44.738Z","dependency_job_id":"de156903-e5bc-474d-a079-06e4857ecefe","html_url":"https://github.com/mdsumner/place","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdsumner/place","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdsumner","download_url":"https://codeload.github.com/mdsumner/place/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281386589,"owners_count":26492014,"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-28T02:00:06.022Z","response_time":60,"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-11-07T13:42:09.603Z","updated_at":"2025-10-28T05:07:38.502Z","avatar_url":"https://github.com/mdsumner.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# place\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/mdsumner/place/workflows/R-CMD-check/badge.svg)](https://github.com/mdsumner/place/actions)\n[![CRAN status](https://www.r-pkg.org/badges/version/place)](https://CRAN.R-project.org/package=place)\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n\u003c!-- badges: end --\u003e\n\nThe goal of place is to specify a region simply as point (longitude,latitude) and a region around that. \n\nThis package does absolutely nothing with this information, but other packages might (get where I'm going ...?). \n\nData at [virtualearth](http://a0.ortho.tiles.virtualearth.net/tiles/). \n\n## Installation\n\nYou can install  the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"mdsumner/place\")\n```\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```{r example}\nlibrary(place)\n\n\n\n## get me outta here\nwhere()\n```\n\nOk, get me somewhere specific. \n\n```{r somewhere}\nwhere(156, 34, wh = 100000)  ## 100km either side of that location\n```\n\nMore useful, give me a defined discretized region around a location. \n\n```{r somewhere-else}\nwhere(147, -42, wh = c(1, 1) * 5000)\n\nplace(\"1 George St, Bathurst NSW\", wh = c(1, 1.6) * 15000, dimension = 1024)\n\n```\n\n\n\n---\n\n## Code of Conduct\n\nPlease note that the place project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsumner%2Fplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdsumner%2Fplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsumner%2Fplace/lists"}