Skip to content

Instantly share code, notes, and snippets.

View MarByteBeep's full-sized avatar

MarByteBeep

  • Two Tribes, The Coding Banana
  • The Netherlands
View GitHub Profile
@MarByteBeep
MarByteBeep / proximity.py
Last active December 16, 2021 10:18
Create Proximity layer script for QGIS
from qgis.PyQt.QtCore import (QCoreApplication, QVariant)
from qgis.core import (QgsProcessing,
QgsMessageLog,
QgsFields,
QgsWkbTypes,
QgsFeatureSink,
QgsGeometry,
QgsCoordinateReferenceSystem,
QgsCoordinateTransform,
QgsProject,