Ms-buildings within a bounding-box #201
Unanswered
dmainardi96
asked this question in
Q&A
Replies: 2 comments 2 replies
-
If you use an operation like Do you have a sense for how many partitions of the parquet dataset intersect with your area of interest? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We want to search for building footprints in a certain area using pystac-client with the "ms-buildings" collection. We need to create a .geojson tile with the footprints giving a restricted tile, like a city street.
This is the python code we use:
The problem is that the asset contains the url for the whole country and the geopandas read_parquet method takes a long time to scan every building. Is there a way to query only the buildings inside the tile?
Any help, hints, or guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions