Add release badge

This commit is contained in:
Nick Hepler 2024-12-28 10:49:13 -05:00
parent a198b9b236
commit 94d568b2e6

View File

@ -1,5 +1,7 @@
## NYRegionIdentifier
![Gitea Release](https://img.shields.io/gitea/v/release/nick/NYRegionIdentifier?gitea_url=https%3A%2F%2Fgit.nickhepler.cloud)
### Overview
The `NYRegionIdentifier` project is a Python function that helps identify an economic region based on the county or borough 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 or borough and returns the corresponding economic region based on a predefined list of counties associated with each region.