An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

badge

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.*