https://github.com/mdsumner/hillysilly
compare locations by elevation (not seriously, just look at them)
https://github.com/mdsumner/hillysilly
Last synced: 5 months ago
JSON representation
compare locations by elevation (not seriously, just look at them)
- Host: GitHub
- URL: https://github.com/mdsumner/hillysilly
- Owner: mdsumner
- License: other
- Created: 2022-04-16T12:55:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T13:00:04.000Z (about 4 years ago)
- Last Synced: 2025-02-05T00:51:29.939Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 233 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# hillysilly
The goal of hillysilly is to plot elevation very uselessly for a set of input addresses or locations.
## Installation
You can install the development version of hillysilly like so:
``` r
remotes::install_github("mdsumner/hillysilly")
```
## TODO
- remove raster (but update anglr too)
- cleanup messy code
- cleanup bad use of rgl window control
- fix spacing/offset when different tile dimensions or width/height are used!
- provide colour control
- expand on tile logic (and the matrix of inputs possible)
- allow other input data, other raster sources
- etc
## Example
This is a basic example which shows you how to solve a common problem:
```{r example, eval=FALSE}
library(hillysilly)
## basic example code
hillysilly(c("Auckland", "Murray Hill", "Zurich", "Oxford"))
```
![alt text][snapshot3d_01]
[snapshot3d_01]: man/figures/snapshot3d_01.png "Four cities"