We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I was running Roofer with --box parameter on a large footprint table, but it takes forever as the specified box is not used when getting the layer extent in https://github.com/3DBAG/roofer/blob/develop/src/extra/io/VectorReaderOGR.cpp#L175
Query executed:
SELECT ST_Extent("geom") FROM mytable AS ogrpgextent
I guess the box should be used in this query.
The text was updated successfully, but these errors were encountered:
Do you have a spatial index on geom here?
geom
Sorry, something went wrong.
yes but it does not help with this query (all the geometries needs to be scanned)
Ylannl
No branches or pull requests
Hi,
I was running Roofer with --box parameter on a large footprint table, but it takes forever as the specified box
is not used when getting the layer extent in https://github.com/3DBAG/roofer/blob/develop/src/extra/io/VectorReaderOGR.cpp#L175
Query executed:
I guess the box should be used in this query.
The text was updated successfully, but these errors were encountered: