Anshul Singhvi
Anshul Singhvi
Pushed a PR (https://github.com/MakieOrg/Tyler.jl/pull/89) to Tyler along with some conversion methods so you can plot `image(provider, extent, size)` - this should substantially improve the situation. Tyler can also now have...
Reopening, because it's come under discussion that we should maybe: - [ ] give MapTiles the ability to download files (maybe port the downloader code from Tyler to here) -...
For context, I was looking at depending on DelaunayTriangulation.jl in GeometryOps for some triangulation tasks. All geographic polygons must have `polygon[begin] == polygon[end]`, so this comes up quite often when...
Yep, that works! I can perform that check locally, but it would make sense to place that here as well. It could also be controlled by a keyword argument if...
Will get a PR up by tomorrow!
Yes! Sorry, I lost track of this and forgot to push the PR.
Is this mergeable?
Sounds good! This will be pretty slow burn in any case, as and when I get time for it :)
  OK, so I hacked a bit on this and figured I should change the code first before doing anything else. This relies on Makie master for now but...
I guess this is kind of like barycentric interpolation? The way I did it in GeometryOps was to have two APIs, one that returns weights on each coordinate and one...