package
0.0.0-20241028210420-6782351b6a00
Repository: https://github.com/stevemeier/grabbag.git
Documentation: pkg.go.dev
# README
PLZ Distanz
Calculate the distannce (in kilometers) between two PLZ (German ZIP codes)
Data sources
- PLZ.tab: http://www.fa-technik.adfc.de/code/opengeodb/PLZ.tab
- distance.go: https://www.geodatasource.com/developers/go
How to run
go run main.go distance.go
This will run two basic tests. The code is currently in a proof-of-concept stage.