Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subset by long list of IDs via command line #178

Open
Swahhillie opened this issue Nov 28, 2023 · 1 comment
Open

Subset by long list of IDs via command line #178

Swahhillie opened this issue Nov 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Swahhillie
Copy link

Is your feature request related to a problem? Please describe.
I would like to subset a city json file by a list of Ids. The list of Ids is too long to provide as a command line argument. (Perhaps a windows specific problem?)
The use case is to subset a town. In QGIS I filtered the BAG by location and attributes. I want to filter a tile of the 3DBAG using the Ids I obtained in the previous step.

Describe the solution you'd like
A solution would be to provide the filter arguments in the form of a file.

Describe alternatives you've considered
I have considered using the 3DBAG api to download the specific building required and then merge them together again with CJIO.
Perhaps using the CJIO python API I could go around the command line restrictions.

@hugoledoux hugoledoux added the enhancement New feature or request label Nov 28, 2023
@hugoledoux
Copy link
Member

This could be added but I don't see us here doing this in the near future... If someone wants to implement this I'll happily merge the PR.

In the meantime, your best bet is to use the API indeed.

cjio's API is a bit clunky and badly maintained... better to use the 3dbag API I reckon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants