bellingcat / open-source-research-notebooks

Jupyter notebooks helping open source researchers, journalists, and fact-checkers use command line tools and code projects for digital investigations.
MIT License
206 stars 16 forks source link

Notebook: skytrack #13

Closed msramalho closed 5 months ago

msramalho commented 9 months ago

Tool: https://github.com/ANG13T/skytrack

Goals:

Any other ideas that seem relevant are welcome.

msramalho commented 8 months ago

Let's put this one on hold for now, the library does not have a python package + tried clone + install and getting installation issues specific to google colab which need to be addressed at the original repo side of things.

amithr commented 8 months ago

I'll be keen on doing a writeup on this one whenever you're ready. Especially with everything going on in and adjacent to Ukraine, this is pretty cool.

msramalho commented 8 months ago

I think the write-up will only be useful if the original repo has been improved to be installable without errors.

This is not working:

!git clone https://github.com/ANG13T/skytrack
!cd skytrack && pip install -r requirements.txt

image

Or when it's made into a library and installable with pip.

So unless you want to dive into making those changes to the original repo which could take a few hours/back-and-forth with the developer, I'd keep it on hold since as I see it it' not in easily-usable shape.

Another option is simply opening an issue there and waiting.