https://github.com/miserman/industryatlas
Site to display imputed U.S. employment by industry.
https://github.com/miserman/industryatlas
Last synced: 10 months ago
JSON representation
Site to display imputed U.S. employment by industry.
- Host: GitHub
- URL: https://github.com/miserman/industryatlas
- Owner: miserman
- Created: 2025-04-17T14:00:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T11:02:39.000Z (about 1 year ago)
- Last Synced: 2025-05-19T00:14:43.207Z (about 1 year ago)
- Language: R
- Homepage: https://miserman.github.io/industryatlas/
- Size: 8.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Industry Atlas
Site to display imputed U.S. employment by industry and county.
This is a rework of `industryatlas.org` ([kenny101/industryatlas](https://github.com/kenny101/industryatlas)) with data served statically.
## Data
The [build.R](build.R) script downloads original data from [fpeckert.me/cbp](https://www.fpeckert.me/cbp/),
and reformats it to [public/data](docs/data/county.csv.xz).
## Run
```R
# remotes::install_github("uva-bi-sdad/community")
library(community)
# from the site directory:
site_build(".")
```