Skip to content

Instantly share code, notes, and snippets.

View andrewdhicks's full-sized avatar

Andrew Hicks andrewdhicks

  • Canberra, Australia
View GitHub Profile
@prl900
prl900 / wcs.py
Last active November 28, 2017 22:54
Sample script using owslib to perform a WCS request using logging
#!/usr/bin/env python
from owslib.wcs import WebCoverageService
import logging
def GetCapabilities(path):
if not path.startswith('http'):
print "Malformed path, should start with http"
return