Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stitch BDC downloads together #3

Open
bertday opened this issue Nov 3, 2023 · 1 comment
Open

Stitch BDC downloads together #3

bertday opened this issue Nov 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bertday
Copy link
Contributor

bertday commented Nov 3, 2023

Per an offline convo, @ILSR-GIS-DATA said it would be easier to work with the downloaded BDC data if it were all in one CSV file — not split out by state and technology.

@bertday bertday added the enhancement New feature or request label Nov 3, 2023
@bertday
Copy link
Contributor Author

bertday commented Nov 3, 2023

As a stopgap, this shell one-liner might work:

awk '(NR == 1) || (FNR > 1)' *.csv > bdc_merged.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant