cfrancois7
cfrancois7
I made the code and tested it. It works fine. [See the branch](https://github.com/cfrancois7/label-studio-sdk/tree/feat/import_yolo_obb) It works like : `python main.py import yolo_obb -i path_to_my_data -o path_to_my_output/output.json --image-root-url "/data/local-files/?d=my_datasets/images"` I did not...
I tested many approach to understand what is the expected after the parser. The issue is only about the NestedField of the StructType became available to the row filter. By...
It is just to explore the code deeper and understand how it works. In fact the error comes from the reference to the `employment.status` became `status` as you found. But...
The first issue regarding the parsing is resolved by the PR. But the second issue related to the pyarrow command is still there: `ArrowInvalid: No match for FieldRef.Name(status) in id:...
I get the right code for pyarrow to works. With the same data as previously shared: ``` import pyarrow as pa import pyarrow.compute as pc table_pa = table.scan().to_arrow() # to...
I tried something similar with my local config: ``` from pyiceberg.catalog.sql import SqlCatalog from pyiceberg.catalog import load_catalog warehouse_path = "local_s3" catalog = SqlCatalog( "catalog_1", **{ "uri": f"sqlite:///{warehouse_path}/catalog.db", "warehouse":"s3://iceberg", "s3.endpoint": "http://localhost:9001",...
@ndrluis You are right! I tested with PyIceberg schema and it works. I remmembered why I used the Arrow schema. It is because of the typing and requirement alignment between...
Thank you for your reply. Yes, I think you're right. It seems the technosphere overlaps the biosphere is more right because it interacts with living beings for a part but...
> but I'm not sure what the "z" process `has end location` and `has start location` are used to describe the processes that starts and ends in different independant continuants....
I don't have the permission access to read the papers from SAGE, but it seems there are some interesting papers about the verticality aspect of the technosphere: [click here](http://journals.sagepub.com/doi/abs/10.1177/2053019617696106?journalCode=anra) and...