Skip to content

Instantly share code, notes, and snippets.

View iretex's full-sized avatar

Iretioluwa Olawuyi iretex

View GitHub Profile
@perrygeo
perrygeo / zonal_stats.py
Last active March 22, 2023 05:01
Python implementation of zonal statistics function. Optimized for dense polygon layers, uses numpy, GDAL and OGR to rival the speed of starspan.
"""
Zonal Statistics
Vector-Raster Analysis
Copyright 2013 Matthew Perry
Usage:
zonal_stats.py VECTOR RASTER
zonal_stats.py -h | --help
zonal_stats.py --version
@rwjblue
rwjblue / email.vb
Last active February 7, 2023 01:56
Generate and Send an Email with CDO from VB6
' From http://www.vbknowledgebase.com/?Id=21&Desc=Send-Email(E-Mail)-from-VB6-using-CDO
'****************************************************************
'* Purpose : To Send eMail
'*
'* Inputs : strRecipient(String) Recipient comma seperated
'* strSubject(String) Subject
'* strBody Body
'* colAttachments Collection of attachments
'* file paths.