Oslandia / py3dtiles

:warning: Project migrated to : https://gitlab.com/py3dtiles/py3dtiles :warning:
https://py3dtiles.org
Other
215 stars 76 forks source link

Make convert importable from python code #64

Closed autra closed 4 years ago

autra commented 4 years ago

This is useful when calling py3dtiles from other python project.

We probably need a lot more flexibility than that (being able to add or remove workers on the fly for instance), and the api is still quite...rough (mimic cli too much imho), but this is a start.

autra commented 4 years ago

@delhomer or @oslandia for review please :-)

autra commented 4 years ago

Ok I'm testing, and if everything is working as expected, I'm merging. Btw, I think we need a test : CI should have caught my error about os.path.join.

autra commented 4 years ago

J'ai ajouté un test. I have added a unit test :-)