A tool for generating map areas on OpenStreetMap based on cadastral numbers. The tool allows you to extract geographical information from cadastral numbers and display it on the OpenStreetMap platform, providing a visual representation of property boundaries and ownership. The tool makes it easier for users to search for and view specific properties on the map, and helps to improve the accuracy and completeness of the OpenStreetMap database.
To install the required packages, run the following command in your terminal:
pip install -r requirements.txt
To run the application, navigate to the project directory and run the following command in your terminal: python app.py
This will start the Flask development server and you can access the application in your web browser at http://localhost:5000
.