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

FIPS lookup Module #26

Open
slifty opened this issue Feb 1, 2015 · 0 comments
Open

FIPS lookup Module #26

slifty opened this issue Feb 1, 2015 · 0 comments
Labels

Comments

@slifty
Copy link
Member

slifty commented Feb 1, 2015

What

The FIPS county code is a five-digit Federal Information Processing Standard (FIPS) code (FIPS 6-4) which uniquely identifies counties and county equivalents in the United States, certain U.S. possessions, and certain freely associated states.

This module would answer questions like "What is the FIPS code for {county name} in {state}".
The API would return an object describing the FIPS entry. The human view would simply provide the code.

Why

While FIPS codes aren't necessarily useful to a normal human, an API that makes it easy to look one up will be useful for module authors to write question patterns that don't require manual FIPS entry.

NOTE: This will probably be better created as a developer resource than a CivOmega module.

How

The list of codes can be found here: https://www.census.gov/geo/reference/codes/files/national_county.txt

The API would take:

  • A general location string
  • A state
  • A county
@slifty slifty added the module label Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant