Anton Marsden
Anton Marsden
Just a thought :) https://software.intel.com/en-us/articles/fast-computation-of-adler32-checksums It appears that there's already an SIMD implementation on this fork: https://github.com/myfreeweb/adler32-simd-rs
@lovell This looked easy enough to implement, and adds some good value. This pull request is not really production quality and my knowledge of the code base is very limited....
I'd like to use this library to define algorithms that work for any RGB[A] pixel arrangement. However, there doesn't appear to be a generic way to achieve this without using...
This PR is a basic solution to [issue #3313](https://github.com/maplibre/maplibre-gl-js/issues/3313), and renders multipolygons at their own centroid's elevation. It is potentially a breaking change for some edge cases though, and it...
### User Story In order to build a high traffic map-based application (web/mobile) that uses LINZ tiles, as an application developer I want to be able to self-host the Web...
How practical/possible is it to add GeoPDF read support? I noticed that the core GDAL build has various PDF library integration options.