You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: