cityjson / cjio

CityJSON/io: Python CLI to process and manipulate CityJSON files
MIT License
126 stars 32 forks source link

Support pipes for input and output #137

Closed balazsdukai closed 2 years ago

balazsdukai commented 2 years ago

Is your feature request related to a problem? Please describe. Add read/write to pipe instead of files. It would help to use cjio in a pipeline with other tools.

Describe the solution you'd like Send the result of the operation chain to the pipe instead of saving them to a file. Read the cityjson file from the pipe instead of a file.

hugoledoux commented 2 years ago

good idea 👍

hugoledoux commented 2 years ago

added in v0.7.5