Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hongyuanjia/epwmap
Visualize EPW Sources in Interactive Maps
https://github.com/hongyuanjia/epwmap
energyplus epw
Last synced: about 1 month ago
JSON representation
Visualize EPW Sources in Interactive Maps
- Host: GitHub
- URL: https://github.com/hongyuanjia/epwmap
- Owner: hongyuanjia
- License: other
- Created: 2021-09-21T14:06:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T02:37:57.000Z (about 3 years ago)
- Last Synced: 2024-10-13T19:09:00.519Z (2 months ago)
- Topics: energyplus, epw
- Language: R
- Homepage: https://hongyuanjia.github.io/epwmap
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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 = "80%"
)
```# epwmap
[![CRAN status](https://www.r-pkg.org/badges/version/epwmap)](https://CRAN.R-project.org/package=epwmap)
[![R-CMD-check](https://github.com/hongyuanjia/epwmap/workflows/R-CMD-check/badge.svg)](https://github.com/hongyuanjia/epwmap/actions)> Interactive visualization of free available EPW sources using [Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/)
## Installation
~~You can install the released version of epwmap from [CRAN](https://CRAN.R-project.org) with:~~
```r
install.packages("epwmap")
```Alternatively, you can install the development version from GitHub.
```r
install.packages("epwmap", repos = "https://hongyuanjia.r-universe.dev")
```## Example
This is a basic example which shows you how to solve a common problem:
```r
library(epwmap)
epwmap()
``````{r, echo = FALSE}
knitr::include_graphics("man/figures/README-epwmap.png")
```