https://github.com/datasets/fips-10-4
List of FIPS (Federal Information Processing Standards) region codes
https://github.com/datasets/fips-10-4
Last synced: 10 months ago
JSON representation
List of FIPS (Federal Information Processing Standards) region codes
- Host: GitHub
- URL: https://github.com/datasets/fips-10-4
- Owner: datasets
- Created: 2018-01-18T12:59:17.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T05:29:12.000Z (over 1 year ago)
- Last Synced: 2025-07-21T05:42:14.603Z (11 months ago)
- Language: Python
- Homepage: http://datahub.io/core/fips-10-4
- Size: 164 KB
- Stars: 10
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
List of FIPS (Federal Information Processing Standards) region codes.
## Data
FIPS publication 10-4: COUNTRIES, DEPENDENCIES, AREAS OF SPECIAL SOVEREIGNTY, AND THEIR PRINCIPAL ADMINISTRATIVE DIVISIONS
Comes from [efele.net](http://efele.net/maps/fips-10/data/)
Source url: http://efele.net/maps/fips-10/data/fips-414.txt
Output csv file: `data/data.csv`
### Data format
```
region code,region division,region name
AA00,country,ARUBA
AC00,country,ANTIGUA AND BARBUDA
AC01,dependency,Barbuda
AC03,parish,Saint George
```
* `region_code` - FIPS 10-4 code
* `region_division` - division name for the given country
* `region_name` - name of the region
## Preparation
If you want to update this data, you will need git and python3 installed to run processing script.
``` bash
pip install -r scripts/requirements.txt
python3 scripts/process.py
```
## Automation
Up-to-date (auto-updates every month) fips-10-4 dataset could be found on the datahub.io: https://datahub.io/core/fips-10-4
## License
Author:
eric.muller at efele.net
*To the extent possible under law, Eric Muller has waived all copyright and related or neighboring rights to this page. This work is published from the United States.
Note that this does not affect the rights other persons may have in those files. I am not qualified to determine whether such rights exist.*