The up-to-date raw map is on huggingface, the model used to calculate it can be found there as well.
Both - model and map - are updated monthly using the latest data from hitchmap.com
. The update is performed using this packege in a huggingface space which is triggered from out side via GitHub actions.
With the above prerequisites still running you can get the latest map as shown in https://github.com/Hitchwiki/hitchhiking.org.
You can install the heatchmap
package from PyPI:
pip install heatchmap
We use Ruff for linting https://docs.astral.sh/ruff/.
The settings can be found in ruff.toml
.
To configure automatic linting for VS Code check out the extension https://github.com/astral-sh/ruff-vscode.
Here are some usage examples for the heatchmap
package:
import heatchmap
# Example usage
# Add your usage examples here
If you want to build predictive models related to hitchhiking (e.g. waiting time) you are welcome get get started experimenting here. If you show promising results your models can be integrated into this package as well.