Anshul Singhvi

Results 1170 comments of Anshul Singhvi

Gotcha. I guess this could be built off of `compute_natural_coordinates`? (which should probably be documented as well, unless it's meant to be non-public API)

Good point @evetion - I think I hadn't installed the R GEOS package on my machine then, so it didn't run. Posting updated benchmarks here (plus GeometryOps calling out to...

We have just released a new version of GeometryOps with support for `buffer` - this PR should be ready to merge after that!

I've just run and updated the PR with the latest changes to GeoDataFrames.jl, which uses GDAL's chunked writes to get some more speedup. @kadyb this should now run with no...

Do you remember if this ended up working?

That was meant more for the top left logo. I don't see how we could splice the index page in automatically?

Have you added that CSS to the `style.css` in `docs/src/.vitepress/theme`? The correct approach for Vitepress is to append `{.light-only}` or `{.dark-only}` to your images, so ``` ![]($(filename)_light.png){.light-only} ![]($(filename)_dark.png){.dark-only} ```

You don't need the style if you use the Markdown I linked ;)

Huh, thanks! I didn't realize that this wasn't working on other Vitepress sites, maybe it's not in the default DocumenterVitepress CSS. I'll look into other methods depending on what Vitepress...

Code can be run client-side by wrapping it in a client-only div as in https://vitepress.dev/reference/runtime-api#clientonly