Kyle Barron
                                            Kyle Barron
                                        
                                    Hey @jorisvandenbossche. Yes, #2103 was an initial implementation of full-buffer Parquet decoding. At this point, it preserves metadata from Parquet to the Arrow table (I think; I should double check...
ref https://github.com/visgl/loaders.gl/pull/1931
FYI just came across this repo and this issue; I added an example of using CI to build wheels across many platforms in https://github.com/closeio/ciso8601/pull/109
Gentle nudge for a new release 🙂. It's been 10 months since my PR to add wheel building to CI was merged, but it appears that a new release was...
For a couple of my repos, I have a process that's 1. Manually update Changelog 2. Run `bumpversion minor` or `patch` or `major` locally, which automatically bumps the version number...
`bumpversion` is really simple so I'm a fan. I think now `bumpversion` is just an alias to `bump2version`, so I just stick with `bumpversion`.
Maki does have a wetland icon: https://github.com/mapbox/maki/blob/master/icons/wetland-11.svg It doesn't look very good to just add the wetland icon in the current sprite:  A simple wetland icon without the bordering...
Yes; specifically in the screenshot above, I've generated OpenMapTiles only for California, Oregon, Washington, and New Hampshire.
Oh good idea, I was thinking only of validating an existing style, but pruning it and returning the minimal style would be good too.
Ok I have a basic example here: https://github.com/kylebarron/mapbox-gl-style-prune My JS isn't great yet, so it can absolutely be improved, but it's a start that works on my osm-liberty-topo style, which...