0
I Use This!
Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated gdal contour to use correct rust syntax - removed all unwraps that can panic, updated option processing syntax, switched to gdal csl string list More... 5 months ago
bug fix for elevation attribute More... 5 months ago
added initial gdal contour More... 5 months ago
added tokio_channel back to odin_actor but will try to put channel reader/writers behind traits so that there is less code duplication More... 5 months ago
Merge branch 'wind' of ssh://38.99.249.67:2357/home/pmehlitz/git/race into smoke More... 5 months ago
added odin_actor to the Rust crates and updated all of them to latest dependencies More... 5 months ago
added example test to parse nested arrays in JsonPullParser More... 5 months ago
Merge branch 'wind' of ssh://38.99.249.67:2357/home/pmehlitz/git/race into smoke More... 5 months ago
added a benchmark to measure raw message dispatch speed More... 5 months ago
more work on odin_common and odin_gdal More... 6 months ago
refactored smoke segmentation actor to get rid of nested futures via case classes More... 7 months ago
cleaned code More... 7 months ago
Merge branch 'wind' of ssh://38.99.249.67:2357/home/pmehlitz/git/race into smoke More... 7 months ago
last version of odin_gdal with C shim module and a build.rs. The Rust-only version is slightly ugly and longer but relies solely on the gdal crate to look up native GDAL and does not need the cc build dependency. It could also be argued the unsafe Rust sections are still more safe than C More... 7 months ago
transition to toplevel Rust workspace (gethrrr -> odin_hrrr, wn -> odin_windninja) More... 7 months ago
fixed .gitignore - bin/ is an essential Rust source dir More... 7 months ago
Merge branch 'docs' of ssh://38.99.249.67:2357/home/sandrade/git/race into smoke More... 7 months ago
updated smoke segmentation js files and service file More... 7 months ago
updated smoke segmentation configs More... 7 months ago
updated smoke segmentation on python side More... 7 months ago
updated smoke segmentation actor and true color importer More... 7 months ago
updated smoke segmentation actor and true color importer More... 7 months ago
fixed typo in gdal More... 7 months ago
finally a stand alone Rust replacement for Laika to produce slide shows from markdown. Still missing is command line overrides for template, js and css but it's at least as functional as the old sbt mkSlides command More... 7 months ago
fixed bug in Utf8Decoder when parsing Utf8Slices with high (800k+) offsets More... 7 months ago
fixed canvas framebuffer color probe. Apparently the format changed to gl.RGBA (was affecting colormap lookup) More... 8 months ago
bumped up default response size in HttpActor More... 8 months ago
updated smoke segmentation actor and removed old functions More... 8 months ago
added gdal polygonize and gdal2tiles More... 8 months ago
added smoke and cloud service with alpha and copyright More... 8 months ago