Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jsta/gnis

USGS Geographic Names Information System (GNIS)
https://github.com/jsta/gnis

geography usgs

Last synced: about 1 month ago
JSON representation

USGS Geographic Names Information System (GNIS)

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# gnis

R package to serve: https://geonames.usgs.gov/pls/gnispublic/

## Installation

You can install gnis from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("jsta/gnis")
```

## Usage

```{r load library}
library(gnis)
```

```{r example}
gnis_get(fname = "Lake Michigan", state = "Michigan", ftype = "lake")
```