aspectumapp / osm2geojson

Convert OSM and Overpass XML/JSON to GeoJSON
MIT License
97 stars 15 forks source link

Distribution via conda-forge #45

Open fabmazz opened 3 months ago

fabmazz commented 3 months ago

First of all, thanks for the great package.

I was wondering if it was possible to publish the package on the conda-forge repository, which will make it possible to use it without hassle also with conda beside pip (which is very useful, especially since with conda it's easy to download other geospatial libraries like GDAL).

I have no idea how much work this would take, but with some digging I found it seems not too hard: https://www.pyopensci.org/python-package-guide/tutorials/publish-conda-forge.html.

rapkin commented 3 months ago

Hi, If you want to prepare some PR where you implement the required changes and a script to push this package to Conda, it will be very helpful. I'll try to find some time maybe on the weekend to research this, but at the moment I don't have much time.

PS. Right now I'm using a small script release.sh to push to PyPI. I know it's a very old-fashioned way, but this way I have more control over the process.