Konstantin Baierer

Results 286 comments of Konstantin Baierer

I will look into this, but in the meantime, if you want to update checksums, have a look at https://github.com/kba/ocrd-docs/blob/master/update-bagit It's what I use for assets

I will revisit this as soon as possible in the context of revamping our GT setup.

> Shouldn't this override be available to all processors, @kba? Yes, but it's not trivial I'm afraid. My idea would be to allow overriding the pixel density values in the...

Any preferences on the command line interface? ## 0 ``` --ID, --id PAT ID to include, string/regex/comma-separated --not-ID, --not-id PAT ID to exclude, string/regex/comma-separated --mimetype PAT mimetype to include, string/regex/comma-separated...

> Wouldn't it be simpler to just `rmtree(fpath)` after `resource_manager.download`'s L251 `if fpath.exists() and not overwrite:`? Simpler, yes, but I thought it would be less surprising if the `overwrite` case...

Portability isn't of the essence though because I don't foresee the need to support non-POSIX filesystems. No experience doing this with Python but the principle is simple and https://github.com/dmfrey/FileLock/blob/master/filelock/filelock.py (the...

It's a good proposal, while the `Processor.process` approach with a thin wrapper around the METS was a neat idea at the time, it has run its course and breaking this...

> It would help if instead of aborting the download all other files would be finished. Yes and it would be in line with the recent change for mets.xml (`skip`...

> http://gei-digital.gei.de/viewer/metsresolver?id=PPN1024726142 Do you have another example? I cannot reach that one.

OK, I can reproduce the problem, on my TODO list.