Martim Passos

Results 27 comments of Martim Passos

I'm running this code on WSL but pointing to the Windows executable. Could this be the issue? ``` EXIFTOOL=/mnt/c/exiftool.exe ``` This was the case before too though. I'm just refactoring...

Hi @sylikc thanks for getting back. I'll probably substitute my exiftool.py for your branch's. However, I have checked the values inside `self.__metadata` and they're all strings exactly equal to the...

Sorry, the refactoring PRs are annoying, is there anyway I can avoid them?

hi @cleder, please take a look at this when you can. The module tests are all passing, but not the github actions ones. I'm not super used to contributing to...

Hello @cleder, do you have feedback on this PR? Please let me know

Thanks @dericke, I have addressed the issues in the code I introduced. The remaining ones are present in the currently published version.

I'm implementing AbstractView and Camera so I can add this as well

Hi, we are also interested in this

@jamesacampbell thanks for the feedback. After some debugging I figured it was breaking on nan values, so after replacing those with empty strings it ran succesfully. However some fields are...