Repository home https://github.com/deppen8/documenting-your-code
End product https://deppen8.github.io/documenting-your-code/
Repository home https://github.com/deppen8/documenting-your-code
End product https://deppen8.github.io/documenting-your-code/
| """ | |
| Get pixel coordinates (not geographic coordinates) of a location in a raster. | |
| Run the script to activate the tool. | |
| Click a location to see row, column printed to Python console. | |
| Click any other tool to deactivate. | |
| Original source: https://gis.stackexchange.com/a/261538/67365 | |
| Modified slightly from the original for compatibility with Python 3 + QGIS 3 - Hannover |