Erik Petrovski
Erik Petrovski
+1 I'm also trying to connect to a service that requires both token and signature verifications. The workaround from OP does not work in that case. **See my pull request...
> Maybe we can add an option to remove it. However, without some data the visualization dashboard won't be useful at all. So I'm not sure what @epetrovski is suggesting...
Duplicate of #10.
Agreed! The easiest way to do this would likely be to replace the contents of the id column in municipality.rda, region.rda and parish.rda with numerical identifiers from Statistics Denmark and...
Don't know much about `sf` but I'm an avid user of `mapDK` and often need to use numerical identifiers – so I'll consider having another look at the code and...
> Would passing usernametoken as it is , not a list work post this is merged ? Yes, behaviour only changes if `isinstance(client.wsse, list)` returns `True`
`polars.read_database` can use async connections as of this PR but it seems that the function itself is still not async #20339. Is this correct?