pelias / pbf2json

An OpenStreetMap pbf parser which exports json, allows you to cherry-pick tags and handles denormalizing ways and relations. Available as a standalone binary and comes with a convenient npm wrapper.
https://pelias.io
MIT License
143 stars 36 forks source link

add github actions workflow to replace travis #99

Closed missinglink closed 3 years ago

missinglink commented 3 years ago

add github actions workflow to replace travis additionally modernizes the Go code to use go modules and automatically recompiles the code for each release.

closes https://github.com/pelias/pbf2json/pull/95

orangejulius commented 3 years ago

Nice, this is good stuff. Automated builds will save us a lot of trouble. 🥳

Edit: just saw in #102 that there might be issues with this. Ah well, at least we are closer 🤷