Aleksandr Kadykov

Results 18 comments of Aleksandr Kadykov

I have the same issue on Windows 10 x64

I expected that `cat.netcdf.metadata` includes also the metadata from the file like this: `{'catalog_metadata': 'The metadata in the catalog entry', 'xarray_metadata': 'The metadata in the xarray file'}`. But now, the...

It does not work neither: ```sh The repository https://github.com/intake/intake/templates/data_package.git could not be found, have you made a typo? ```

The problem is that `cookiecutter` expects the link to the root directory with `*.git` ```sh https://github.com/intake/intake/templates/data_package.git ``` I think it could be useful to have `cookiecutter` templates, but they must...

Thank you for the correction, sometimes our typing tools fool us :) I agree that dedicated classes with their methods like in `fsspec` filesystems are a much better idea than...

Here are some projects that could be used for managing URI paths: * [rfc3986](https://github.com/python-hyper/rfc3986) * [uritools](https://github.com/tkem/uritools) * [rfc3987](https://github.com/dgerber/rfc3987)

I have tried with `Path("//path/to/windows/samba/share") / numpy.npy` and `"//path/to/windows/samba/share/numpy.npy"`, and it gives the same error.

Thank you for your response. I tested the diffs and both of them fix the problem. Well done! The notation `"file://path/to/windows/samba/share"` does not work at all with any options, I...

Upon inspecting the SQLite database within the zip file exported from NewPipe and subsequently confirming its validity by successfully importing it into NewPipe, I proceeded to examine the database structure....

Thank you for your comments and for the good review of the changes. I re-implemented the tests with the clearer naming and wider coverage of input data.