Daniel Moreno
Daniel Moreno
Although in autobahn there is a reconnect mechanism that works for most cases, I've found at least one where I need a reconnect in a lower level. I am using...
### Is your feature request related to a problem? Please describe. Inside cdsapi, all exceptions are instances of Exception, making the exception handling of the users of the library tricky,...
There is a mismatch between pytdml package definition: > Python library for TrainingDML-AI encode/decode > > [pytdml](https://github.com/openrsgis/pytdml) is a pure python parser and encoder for training datasets based on OGC...
The current version in pypi won't install all the needed dependencies for the full usage of the library, while trying to pip install the package from the main branch using...
One of the points to take a look is to avoid creating heavy and synchronization objects on import. For example, inside `datalibrary.downloader` a `multiprocessing.Lock` is created on import, and inside...
In the library we have `pytdml.type.extended_types` and `pytdml.type.extended_types_old`. This ` `pytdml.type.extended_types_old` is used only in `pytdml.io.version_converter`, but it not specified to what version old and new are referring to. Is...
The current release in pypi https://pypi.org/project/pytdml/ is labeled as 1.2.0 (July 11, 2024), while installing the package from the main branch in the repository will be labeled as 1.1.7, and...
Adds support for validation when transforming or generating metadata for schemas other than MCF. Opening as a WIP because I've found errors while validating the `sample.yml`, possibly bubbling out bugs...
This topic was raised during the code sprint: When we are transforming from a more relaxed schema to another more restrictive, it is possible that the result will not be...