Benjamin Schmidt
Benjamin Schmidt
Yeah, this is what I'm trying to define and what it would be great to do in concert. CSVs are too lossy on datatypes and don't support list items, both...
I said a bunch in #16 on both sides. But FWIW my gut feeling is that @paleolimbot is right and `Struct ` is the right call for geo-arrow. The brilliant...
Just to play devil's advocate: 1. I *still* get confused every once in a while by whether geojson is ['lat', 'long'] or ['long', 'lat'], so I'm happy to lose that:...
I benchmarked compression [in the other issue](https://github.com/geopandas/geo-arrow-spec/issues/16#issuecomment-1072522760) and found, to my surprise: > At low compression levels (snappy and zstd compression level 1) struct-formatted points take up marginally less space,...
That seems like good work, thanks. Reading the old discussion, it looks like most of the concerns there had to do with automatically ingesting `label`, `description`, `attribution`, etc. into the...
I'll leave it to @mnyrop and others how this fits into Wax, but a small note on https://github.com/minicomp/wax/pull/149/files#diff-5a448a10ed6933c46c8043cb497427b7536d7d2b103cc32fafecd5d1a0ecbfb1R49-R53: if you want to put in preset layers into a wax site,...
I am not a maintainer so feel free to ignore me, but can I ask API you want to use here and why? The normal course would be to click...
Starting with the most insane case because I need to remove it before I can figure anything else out. I promise they won't all be quite this esoteric. I created...
Linked a pull request with the simplest possible version of this. If OSD is enabled, it tries to load *both* sources, with `display:none` on the OSD one; on successfully fetching...
Alternative approach would be to build a parallel site without javascript, auto-redirect to that site, and then kill the redirect with javascript. Slightly more expensive on the non-JS pages; I...