importer-exporter icon indicating copy to clipboard operation
importer-exporter copied to clipboard

New CLI: Tiled CityGML export with auto bbox

Open BWibo opened this issue 3 years ago • 1 comments

When doing a CityGML export with the new CLI -g, --bbox-tiling=<rows,columns> seems to require -b, --bbox=<minx,miny,maxx,maxy[,srid]>.

For export-vis the bbox is now automatically computed, based on the features selected for export (e.g. all Buildings: -t Building). It would be great to have the same feature for CityGML export.

 impexp export --log-level=info -H my.server.de -P 5432 -d mydb -u postgres \
   -p thePWD -t Building -g 10,10 -o /citygml.zip --no-appearance

Error: Missing required argument(s): --bbox=<minx,miny,maxx,maxy[,srid]>

BWibo avatar Mar 17 '21 13:03 BWibo

Thanks, @BWibo. Yes, this feature would be good to have and actually it's already on the roadmap. We have postponed it to after the upcoming 4.3 release though.

clausnagel avatar Mar 17 '21 15:03 clausnagel

Will not be resolved for version 5.x of the Importer/Exporter. We should revisit it for the next major version 6.0.

clausnagel avatar Aug 01 '23 12:08 clausnagel