Add installation guide with homebrew #19
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey,
I really admire that you have created such a nice tool and this really helps querying OSM data when using duckdb since geoparquet works way better with it compared to
.osm.pbf
.How ever the installation guide is pretty complex for dummies like me and I think it would help with the adoption if you would provide oneliner to install with homebrew. Thanks a lot for releasing this great tool 🙇🚀
Requirements before merging
Currently these steps will not work before you will actually fork the homebrew formula from my repository https://github.com/onnimonni/homebrew-ohsome-planet
In order to do this you need to for example run following commands:
$ git clone https://github.com/onnimonni/homebrew-ohsome-planet $ cd homebrew-ohsome-planet $ gh repo fork --org GIScience --fork-name homebrew-tap $ git push origin main
Ensure that the fork will go into
GIScience/homebrew-tap
Why would we not add it directly to homebrew?
I tried this already but it can't yet be added into hombrew formulas because they have silly rules like these:
Once the ohsome-planet has enough forks/watchers/stars we can remove this repository and add it directly to homebrew.
To test the installation on Mac from my repository