Andreas Motl
Andreas Motl
Hi Mathias, thank you for looking into this. > Can you share a short java snippet that leads to the error? Sure. It seems to be this code snippet at...
Hi Avni. There is already a pull request at GH-14886, to start with a corresponding improvement. Let's see how that goes.
On this matter, we would like to see it supported by actually having the similarity distance function available. - https://github.com/crate/crate/issues/14801
Hi Georg, thanks for coming back to this. We talked a bit about the details already and I believe we already identified the baseline Lucene type(s) which might be used...
Dear Marvin, thanks for your suggestion. > For the raw format, there are some parsers (e.g. [ish_parser]) available. @gutzbenj said: > Currently in the issues it was discussed to make...
On the other hand, maybe @gadomski knows of any public sources which make ISD data available in other formats or through modern technologies like STAC or Zarr?
@marvingabler: You mean like [Open-Meteo's Historical Weather API] ([blog article]), but actually based on API/format standards, and not limited to ERA5? [Open-Meteo's Historical Weather API]: https://open-meteo.com/en/docs/historical-weather-api [blog article]: https://openmeteo.substack.com/p/historical-weather-api-with-high --...
Dear @Philly-V, on your endeavor, you might be successful using PyInstaller [^1], see also GH-823. With kind regards, Andreas. [^1]: https://github.com/pyinstaller/pyinstaller
### Exception `zipfile.BadZipFile: Truncated file header` ### Location ``` FAILED tests/ui/test_cli.py::test_cli_values_excel[dwd-observation---resolution=daily --parameter=kl --period=recent --date=2020-06-30-01048-Dresden-Klotzsche] ``` ### References - #739 - Tests: Mark `test_cli_values_excel` as `cflake`: 96e3ca9c0
### Exception ```python elif self._compress_type == ZIP_DEFLATED: n = max(n, self.MIN_READ_SIZE) > data = self._decompressor.decompress(data, n) E zlib.error: Error -3 while decompressing data: invalid stored block lengths ``` ### Location...