Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")
```