Anshul Singhvi

Results 1170 comments of 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...

Yes! Sorry, I lost track of this and forgot to push the PR.

Sounds good! This will be pretty slow burn in any case, as and when I get time for it :)

![ternary_cleaned](https://user-images.githubusercontent.com/32143268/220726497-11f67c70-4890-4c76-8d95-ab0363675311.png) ![download-2](https://user-images.githubusercontent.com/32143268/220726609-9adbaa67-2bbb-4259-a6e1-38e7592f5e45.png) 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...