index
:
hittekaart
master
A GPX track heatmap renderer.
Daniel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-11-29
fix license expression
v0.1.0
Daniel Schadt
2025-11-29
slight readme adjustments
Daniel Schadt
2025-11-29
add some more documentation
Daniel Schadt
2025-11-29
actually install python on ci
Daniel Schadt
2025-11-29
install python on ci
Daniel Schadt
2025-11-29
enable woodpecker ci
Daniel Schadt
2025-11-29
Merge branch 'tests'
Daniel Schadt
2025-11-29
more tests for heatmap renderer
Daniel Schadt
2025-11-28
apply cubic scaling to heat count
Daniel Schadt
2025-11-27
add preliminary test for heatmap_prepare
Daniel Schadt
2025-11-27
small speedup for colorize_tile
Daniel Schadt
2025-11-26
make merge_heat_counter more efficient
Daniel Schadt
2025-10-15
update PyO3 version
Daniel Schadt
2025-08-26
add first tests
Daniel Schadt
2025-08-26
properly clamp Coordinates::to_mercator
Daniel Schadt
2025-08-25
Merge branch 'py'
Daniel Schadt
2025-08-12
add type hints
Daniel Schadt
2025-08-02
string repr for Track and Storage
Daniel Schadt
2025-08-02
custom min_zoom/max_zoom/threads
Daniel Schadt
2025-07-29
implement other renderers in python module
Daniel Schadt
2025-07-29
more docs
Daniel Schadt
2025-07-28
add some docstrings
Daniel Schadt
2025-07-28
expose function to set thread count
Daniel Schadt
2025-07-28
implement sqlite output in hittekaart-py
Daniel Schadt
2025-07-09
first working Python interface
Daniel Schadt
2025-07-08
add public constructor for coordinates
Daniel Schadt
2025-07-08
fix wrong doc links
Daniel Schadt
2025-06-26
split crate into core and cli
Daniel Schadt
2023-10-14
update dependencies
Daniel Schadt
2023-05-13
add more benchmarks
Daniel Schadt
2023-05-13
fix benchmark
Daniel Schadt
2023-05-13
update dependencies
Daniel Schadt
2023-03-25
update README
Daniel Schadt
2023-03-25
enable LTO
Daniel Schadt
2023-03-13
implement "proper" tile hunter mode
Daniel Schadt
2023-03-11
add reference to small PNG crafting
Daniel Schadt
2023-03-11
first implementation of tile hunter mode
Daniel Schadt
2023-03-11
abstract away tile rendering logic
Daniel Schadt
2023-03-11
update dependencies
Daniel Schadt
2023-01-18
add some more docstrings
Daniel Schadt
2023-01-18
add support for SQLite output
Daniel Schadt
2023-01-17
factor out saving logic
Daniel Schadt
2023-01-17
update README
Daniel Schadt
2023-01-17
parallelize reading of GPX files
Daniel Schadt
2023-01-17
replace std::mpsc with crossbeam_channel
Daniel Schadt
2023-01-16
import modules from crate instead of re-defining
Daniel Schadt
2023-01-16
use a single thread to write out files
Daniel Schadt
2023-01-15
add README and LICENSE
Daniel Schadt
2023-01-14
add support for reading brotli and gzip files
Daniel Schadt
2023-01-14
add a cli option for the output directory
Daniel Schadt
[next]