Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jsta/gnis
- Owner: jsta
- Created: 2016-11-18T02:21:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T18:48:33.000Z (almost 8 years ago)
- Last Synced: 2024-06-11T17:08:21.524Z (7 months ago)
- Topics: geography, usgs
- Language: R
- Homepage: https://geonames.usgs.gov/pls/gnispublic/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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")
```