jonathan-geoseer
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:  It would be nice if that was a more user friendly error. I can read it because...
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
`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...
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...