I'm a developer creating mapping-focused data visualizations.
- Colorado
- https://kylebarron.dev
- @kylebarron2
Highlights
- 11 discussions answered
Block or Report
Block or report kylebarron
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
deck.gl-raster Public
deck.gl layers and WebGL modules for client-side satellite imagery analysis
-
-
usgs-topo-tiler Public
Python package to read Web Mercator map tiles from USGS Historical Topographic Maps
2,094 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 77 commits in 10 repositories
Created 5 repositories
- kylebarron/zstd-rs-wasm-bug-example Rust
- kylebarron/zstd-rs Rust
- kylebarron/arrow2 Rust
- kylebarron/parquet2 Rust
- kylebarron/arrow C++
Created a pull request in jorgecarleitao/parquet2 that received 9 comments
WIP: Use lz4_flex for wasm32
Disclaimer: I'm new to Rust but motivated to get LZ4 Parquet decompression working in wasm. arrow2/parquet2. So f…
+18
−2
•
9
comments
Opened 54 other pull requests in 7 repositories
kylebarron/parquet-wasm
34
merged
2
open
4
closed
- Update bundling
- Bump to arrow 11.0 to support zstd compression
- Debug cli
- Update changelog and bump to 0.2.0
- Rename parquet_wasm bundle to "bundler"
- Update docstrings and readme
- Working typedoc
- Docs update
- Add more node tests
- Compression-specific features
- Docstrings for public functions, structs, enums
- WriterPropertiesBuilder for arrow2
-
Keep opt-level = s and remove
console_error_panic_hook - Separate reader and writer features
- ZSTD mac instructions in readme
- Rust CI caching
- Faster builds on Node CI tests
- Helper to copy vec<u8> to Uint8Array
- Minimal arrow2 tests
- Node testing setup
- Update bundling to create arrow2 entrypoints
- Refactor into modules
- Rename arrow-rs api as default
- Implement writerPropertiesBuilder for arrow1
- Make record batch size the nrows of the first row group
- Some pull requests not shown.
visgl/loaders.gl
3
open
4
merged
jorgecarleitao/parquet2
1
closed
1
merged
kylebarron/arrow-rs
1
open
1
closed
visgl/deck.gl
1
merged
gyscos/zstd-rs
1
merged
apache/arrow-rs
1
merged
Reviewed 17 pull requests in 7 repositories
visgl/loaders.gl
5 pull requests
opengeospatial/geoparquet
5 pull requests
visgl/react-map-gl
2 pull requests
visgl/deck.gl
2 pull requests
cogeotiff/rio-cogeo
1 pull request
UnfoldedInc/examples
1 pull request
stac-utils/stac-pydantic
1 pull request
Created an issue in kylebarron/parquet-wasm that received 2 comments
Split functions into non-wasm-bindgen helpers
For a while, there will probably be issues with the APIs, either in the wasm bindings, my bindings, or the underlying libraries. It will be necessa…
2
comments
Opened 26 other issues in 2 repositories
kylebarron/parquet-wasm
16
closed
9
open
- Bump arrow-rs for zstd support
- update typedoc for default bundle
- Explore async
- Explore wasm-bindgen-futures
-
Change name of bundler output to
bundler? - How to add arbitrary pages to typedoc?
- Benchmarks
- Separate features for reading and writing
- Explore documentation on shrinking wasm code size
- Turn off lz4 support for now and release 0.2.0
- Arrow2 writing configuration
- create debug cli
-
Helper to copy
Vec<u8>toUint8Array - Only build node bundle on Node CI tests
- Docstrings for exported functions
- Update Readme
- Remove unsafe Uint8Array::view for arrow2?
- Improve passing buffer to wasm
- Arrow-rs debugging (Error: Expected to read 2166784 metadata bytes, but only read 486.) [Solved]
- Add dev note about building zstd on mac
- Switch to ArrayBuffer
- Observable example
- ESM Example without a bundler
-
Patch generated package.json to add
type = "module"? - Add rust clippy
visgl/loaders.gl
1
open
50
contributions
in private repositories
Mar 1 – Mar 25