diff --git a/README.md b/README.md index 56a7e70..491c1d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GeoID Python Converter -This is a python script that converts GeoIDs/FIPS county codes in a `CSV` Dataset to `County Name, StateCode`. +This is a Python script that converts GeoIDs/FIPS county codes in a `CSV` Dataset to `County Name, StateCode`. Video DEMO: @@ -9,4 +9,28 @@ https://github.com/aramb-dev/geoid-python-converter/assets/65731416/53a6f370-227 ## Instructions -Download the release zip file. +Download the zip file in the releases. + +Extract the zip file. + +Optional: Open the `geoid.py` file in your favorite text editor. + +Drop your dataset into the same folder as the `geoid.py` file. + +Run the script. + +Enter the name of the dataset file without inserting the `.csv` extension at the end. The script will automatically add the `.csv` extension. + +Copy and Paste the name of the column that contains the GeoID/FIPS county codes. Do not change the format of the column name. + +The script will then ask you to enter the name of the new `.csv` file. If you want to keep it the same with `updated_` added at the beginning of the file, enter `12`. + +The script will then output the new `.csv` file with the updated GeoIDs/FIPS county codes. + +## + +Credits: [David Hochman](https://tbed.org) county [geoIDs](https://tbed.org/demo/index.php?function=search&tablename=county_vw). + +If you find any issues, please [open an issue on GitHub](https://github.com/aramb-dev/geoid-python-converter/issues). + +If you have any suggestions, please [open a PR on GitHub](https://github.com/aramb-dev/geoid-python-converter/pulls). \ No newline at end of file diff --git a/releases/v1.zip b/releases/v1.zip new file mode 100755 index 0000000..5f10fa0 Binary files /dev/null and b/releases/v1.zip differ