NC-Parcel-Search is a web application designed to enhance the accessibility and usability of North Carolina's parcel data. By leveraging the NC OneMap Parcel ArcGIS services, this tool enables users to query a broader range of fields than the official website allows, providing a more comprehensive search experience.
- Advanced Parcel Search: Query parcels using an expanded set of fields, offering more flexibility and detail in search criteria.
- Interactive Map Interface: Visualize parcel data on an interactive map, allowing for intuitive navigation and exploration.
- Detailed Parcel Information: Access in-depth information about selected parcels, including ownership details, assessed values, and more.
The primary goal of this project is to provide users with a more robust tool for accessing North Carolina's parcel data. By offering advanced search capabilities and a user-friendly interface, NC-Parcel-Search aims to bridge the gap between available data and user needs. Future plans include transitioning to a dedicated database solution to improve speed, reliability, and to mitigate potential API rate limits associated with direct calls to NC OneMap's services.
To set up the project locally:
-
Clone the repository:
git clone https://github.com/pdiegel/NC-Parcel-Search.git cd NC-Parcel-Search
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
The application should now be running locally.
The application is currently hosted on Vercel and can be accessed at https://nc-parcel-search.vercel.app/. For information on deploying updates or setting up your own instance, refer to Vercel's deployment documentation.
This application utilizes the NC OneMap Parcel ArcGIS services, which provide comprehensive geospatial datasets representing parcel boundaries and associated attributes from North Carolina county data producers and the Eastern Band of Cherokee Indians. For more details on the data and its attributes, visit the NC OneMap Parcels page.
Contributions are welcome! If you have suggestions for improvements or encounter any issues, please open an issue or submit a pull request. Ensure that your contributions align with the project's goals and adhere to the established coding standards.
This project is licensed under the MIT License. See the LICENSE file for more details.
- NC OneMap for providing accessible and authoritative geospatial data.
Note: This project is a work in progress. Features and functionalities are subject to change as development continues.