Hacker News new | past | comments | ask | show | jobs | submit login

Looks like a great tool, but its dependencies are sufficiently complex to warrant a Dockerfile. This way it would be very clear what the dependencies are independent of how the host system is configured.



I just pushed a Docker build here: https://hub.docker.com/r/milhouse1337/felicette

You can use it like this:

  docker run -it -v "$PWD"/felicette-data:/root/felicette-data milhouse1337/felicette felicette -l "Montreal"
That's a very cool project to play with! Thank you @plant99 for this.


Wow, that just makes it a lot simpler for people to test/use. Could you please share your GitHub username, so I can attribute with a link to the docker image in the README?


Thanks for the feedback, I agree with you on this. I'll add this to the to-do list.


[pipx](https://pipxproject.github.io/pipx/) is a nice way to download python CLI apps in a separate contained virtual env. But I couldn't install your app with it:

https://pastebin.com/syUPRDCp


Oh from the logs it looks like `numpy` wasn't installed. Please install GDAL=={ogrinfo --version}, and numpy before installing felicette, and that'd most probably solve it.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: