Ian Turton
Ian Turton
Lgtm On Sat, 27 Aug 2022, 17:46 Jody Garnett, ***@***.***> wrote: > Cleaned up the whitespace changes and removed reference to java 8 in > developers guide, looks good to...
Please don't delete the check list from the PR template, they all need to be checked for us to accept the changes. Are you sure that this CRS is missing?...
I get the same result Ian On Wed, 15 Jan 2020 at 13:56, Joonalai wrote: > That's odd... Can you check if the version from QGIS Plugins Repository > works...
sure, just wanted to check people were interested
@microsoft-github-policy-service agree
I can't work out what's going on with `mypy`: ``` (torchgeo) ➜ torchgeo git:(wms) pwd /home/iturton/code/torchgeo (torchgeo) ➜ torchgeo git:(wms) mypy tests/datasets/test_wms.py Success: no issues found in 1 source file...
You guys do realise that this is the expected behaviour of any conforming WMS server. Also that if the client sets the error type to `EXCEPTIONS=application/vnd.ogc.se_inimage` you won't see them.
I usually re-run with PMD locally `mvn -Pqa` does that, or you can search in the log file for pmd which gives: ``` [INFO] PMD Failure: org.geotools.measure.BaseUnitFormatter:34 Rule:wildcards Priority:3 No...