Update project name from NYRegionIdentifier to NYRegionIdentifier.

This commit is contained in:
applications@nickhepler.com 2024-12-27 14:33:50 -05:00
parent 86b6e1f2c1
commit 439eb4f1e2

View File

@ -1,13 +1,8 @@
---
**Project Name:** RegionIdentifier
**Git Repository:** [https://git.nickhepler.cloud/nick/RegionIdentifier.git](https://git.nickhepler.cloud/nick/RegionIdentifier.git)
---
## RegionIdentifier
## NYRegionIdentifier
### Overview
The `RegionIdentifier` project is a Python function that helps identify an economic region based on the county name provided as input. It is particularly useful in geospatial analyses where counties are used to categorize regions within a specific area, like New York State. The function takes the name of a county and returns the corresponding economic region based on a predefined list of counties associated with each region.
The `NYRegionIdentifier` project is a Python function that helps identify an economic region based on the county name provided as input. It is particularly useful in geospatial analyses where counties are used to categorize regions within a specific area, like New York State. The function takes the name of a county and returns the corresponding economic region based on a predefined list of counties associated with each region.
This project is designed for use with **ArcGIS Pro**, where it can be incorporated into field calculations for geographic information systems (GIS) tasks. The function uses a dictionary to map counties to their respective regions, and based on the county input, it identifies the region the county belongs to.
@ -101,7 +96,7 @@ To ensure the function is available in the field calculator, follow these steps:
1. Clone this repository to your local machine:
```bash
git clone https://git.nickhepler.cloud/nick/RegionIdentifier.git
git clone https://git.nickhepler.cloud/nick/NYRegionIdentifier.git
```
2. Ensure that Python is installed on your system (Python 3.x recommended).