jonathan-geoseer

Results 7 issues of jonathan-geoseer

The MapServer docs say the following for the `AcceptLanguages` request parameter: https://www.mapserver.org/ogc/inspire_dl.html#inspire-dl-multi-language-support > "If the language is not supported (or no language parameter is present), the default language has to...

I'm seeing a lot of deprecation warnings in the "Python warning" log panel, most of which seem to be the resource sharing plugin: (Using QGIS 3.4, but I wouldn't expect...

For whatever reason, the plugin couldn't access the internet. I got this: ![image](https://user-images.githubusercontent.com/51912478/89053019-7d38b680-d34e-11ea-9810-64d028268c28.png) It would be nice if that was a more user friendly error. I can read it because...

enhancement

Why is Resource Sharing in its own sub-menu called Resource Sharing? Are there other Resource Sharing plugins? If not I'd suggest from a usability perspective it should be its own...

https://docs.python.org/3/library/sqlite3.html - does not have any documentation for `sqlite3.Binary()` method

docs
easy
topic-sqlite3

`geometry_area_perimeter` has limitations that means it cannot calculate the area of many polygons: https://pyproj4.github.io/pyproj/stable/api/geod.html#pyproj.Geod.geometry_area_perimeter Suggestion: A method/function/class that allows calculation of the area of a polygon anywhere on the earth's...

question
proposal
proj
documentation

The `geometry_area_perimeter` method documented https://pyproj4.github.io/pyproj/stable/api/geod.html#pyproj.Geod.geometry_area_perimeter - doesn't list its limitations. These include, but may not be limited to: * Only working for areas up to half the size of the...

documentation
good-first-issue