Update project name from NYRegionIdentifier to NYRegionIdentifier.
This commit is contained in:
parent
86b6e1f2c1
commit
439eb4f1e2
11
README.md
11
README.md
@ -1,13 +1,8 @@
|
|||||||
---
|
## NYRegionIdentifier
|
||||||
**Project Name:** RegionIdentifier
|
|
||||||
**Git Repository:** [https://git.nickhepler.cloud/nick/RegionIdentifier.git](https://git.nickhepler.cloud/nick/RegionIdentifier.git)
|
|
||||||
---
|
|
||||||
|
|
||||||
## RegionIdentifier
|
|
||||||
|
|
||||||
### Overview
|
### 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.
|
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:
|
1. Clone this repository to your local machine:
|
||||||
```bash
|
```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).
|
2. Ensure that Python is installed on your system (Python 3.x recommended).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user