Scripts to be use in terminal console qgis
Script created to interpolate all columns inside of one actived shapefile in canvas.
Steps to use:
- Open script in terminal python qgis
- Add a shapefile to be interpolate
- Verify a list fields name range (line 10 of code)
- configure the output folder in line 16
Script created to generate basins from multiple points.
Steps to use:
- Create mdehc, drainage and streams with grass
- Create point vector layer with points to generate basins
- Active layer points
- Adapt the script with your parameters and run