Andreas Motl
Andreas Motl
> Yes this definitely helps. Thanks for the examples! You are welcome. > Also is there a reason why the cache is encrypted? Are you sure about this detail? Maybe...
Dear Markus, as I am just revisiting this issue, I wanted to take the chance to tell you about [Wetterdienst](https://github.com/earthobservations/wetterdienst). You might want to prefer it over [dwdweather2](https://github.com/panodata/dwdweather2) these days....
Dear Markus, we recently worked on bringing `phenodata` and Grafana together, see [1]. The code at [2] might help you when trying to use this as a library. With kind...
> Currently I'm in the last months of writing my thesis. We wish you a happy new year and good success with your thesis. As we are modernizing `phenodata` these...
Dear Markus, we hope you are doing well, that you've finished your thesis properly, and that you are now travelling the world. We just improved the documentation and added a...
Dear @MarkusZehner, we continued our endeavor of unlocking DWD CDC open access data, and converged the phenology observation data into corresponding SQLite databases, making it very convenient for querying and...
@dependabot rebase
`test_cli_list_quality_bytes` started failing after being upgraded to [charset-normalizer](https://pypi.org/project/charset-normalizer/) version 3. We worked around it by limiting the version to `charset-normalizer
> we could consider using cr8 in the test layer Sounds good. So, shall this be implemented using an alternative factory method for creating a `CrateLayer` besides [`CrateLayer.from_uri(...)`](https://github.com/crate/crate-python/blob/0.26.0/src/crate/testing/layer.py#L136) like `CrateLayer.from_version(...)`?
> [`create_node()`](https://github.com/mfussenegger/cr8/blob/8ec6f3b144f33f2d325f3fe2b2bc364e6f9dc540/cr8/run_crate.py#L688-L695) is almost a drop-in replacement. Thanks. So let's just wrap that into / invoke from a new `CrateLayer.from_version()`?