Egil Möller
Egil Möller
When requesting a page that is ISO-8859-1 encoded: ``` >>> r = session.get('https://gerda.geus.dk/Gerda/Search') >>> r.encoding 'ISO-8859-1' >>> r.html.default_encoding 'ISO-8859-1' >>> r.html.encoding 'utf8' >>> r.html.find("option")[-1].text 'Bygge-anl�g' ``` Expected behavior: ``` >>>...
`OrdinaryKrigin.sigma` can sometimes end up with very small negative numbers, like `-1.514380e-15` very close to positions with original data. This does have some practical consequences since we're operating in `np.float64`...
## Symptom The following code should not print "MOVE foo" due to the exception being thrown, but does when the interpreter exits: import luigi.target class X(luigi.target.AtomicLocalFile): def move_to_final_destination(self): print "MOVE...
Just wanted to make you aware that I have reimplemented this on Python here: https://github.com/innovationgarage/python-jsonpath-object-transform Maybe you could link to it from the README? I've published it under the same...
Usage: ./configure --prefix=/usr make depend make make install After this, programs can be built against this library using the standard `gcc -lhandler` syntax.
Bugfix to handle e.g. "additionalProperties": {"$ref": "#"}
We use Luigi to run one-off data processing pipelines, and need a way to deploy and trigger these. As luigi doesn't include this, I've coded up a solution that lets...
This PR introduces a source for a new type of swedish legal data: Betänkanden. It provides per-paragraph voting information for laws in SFS when that is possible to deduce from...
``` Traceback (most recent call last): File "C:\projects\ferenda\ferenda\triplestore.py", line 113, in __del__ self.close() File "C:\projects\ferenda\ferenda\triplestore.py", line 284, in close self.graph.close(True) AttributeError: 'SQLiteStore' object has no attribute 'graph' ```