justb4 on master
#423 pin markupsafe package to … (compare)
justb4 on pip
justb4 on master
Bump jinja2 from 2.10.1 to 2.11… (compare)
'NoneType' object has no attribute 'identification'
ows
will be None...
version
is set to 2.0.1 when no version provided to the OWS, which falls through, as the highest version supported is 1.1.1 in https://github.com/geopython/OWSLib/blob/master/owslib/wcs.py#L36, also seen in debugger...
ows = WebCoverageService(url, version='1.0.0')
ows = WebCoverageService(url, version='1.0.0')
on https://github.com/geopython/GeoHealthCheck/blob/master/GeoHealthCheck/healthcheck.py#L73 pending WCS v2.* support in OWSLib?
Hi @tomkralidis,
All sorted now. Python3 is now the default python version on Ubuntu 16.04LTS, but virtualenv handles this without any problems:
user@host:~# virtualenv ghc && cd ghc
The executable python2 (from --python=python2) does not exist
user@host:~# apt-get install python2.7
user@host:~# which python2.7
/usr/bin/python2.7
user@host:~# virtualenv --python=/usr/bin/python2.7 ghc
The rest of the install went flawlessly.
Thanks for excellent instructions and an interesting package!
0.1.0
tag and then move forward with a re-arch