markdown
This project provides a Python script to merge CSV data with vector layers in QGIS. It's designed to streamline the process of combining tabular data with spatial information, enhancing GIS workflows.
- Merge CSV data with vector layers in QGIS
- Automate the process of joining attribute data to spatial features
- Customizable field mapping
- Compatible with various QGIS versions
- Clone the repository:
git clone https://github.com/YoussefBechara/Merge-CSV-with-Vector-QGIS.git
- Navigate to the project directory:
cd Merge-CSV-with-Vector-QGIS
- Ensure you have QGIS installed on your system.
-
Open QGIS and load your vector layer.
-
Open the Python console in QGIS.
-
Run the script:
execfile('/path/to/merge.py')
Replace /path/to/merge.py with the actual path to the merge.py file.
Follow the prompts to select your CSV file and specify the join fields.
Requirements
QGIS (tested on version X.X and above)
Python (version compatible with your QGIS installation)
If you encounter any issues or have questions, please open an issue in the GitHub repository.
Developed by Youssef Bechara