Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

How do you download a largely bounded rectangle area? #45

Closed
desmondCTNG opened this issue Dec 31, 2019 · 2 comments
Closed

How do you download a largely bounded rectangle area? #45

desmondCTNG opened this issue Dec 31, 2019 · 2 comments

Comments

@desmondCTNG
Copy link

I can download the a small area in 3d with the program, thank you for that. But I want to download a city, so I need to manually merge each piece of 3d area in blender. Is there a method to download large area? For example, typing left top corner coordinates, left bottom corner coordinates, right top corner coordinates and right bottom corner coordinates to form a large rectangle area to download.

@retroplasma
Copy link
Owner

retroplasma commented Jan 5, 2020

You can pass North/South/West/East coordinates to LexSong's script from issue #25 which gives you the octants inside that boundaries. Alternatively you can use a shorter octant string to download a larger area.

I don't know if Blender can handle a whole city with high level of detail. If it can but the .obj is too large you can dump the octants of a level independently of one another. But if you center+scale them with the default script then you'd need to stitch them manually; instead you can do some reference point based centering+scaling across all .obj files (like this #30) or perhaps center+scale them in Blender after they're imported.

@desmondCTNG
Copy link
Author

thank you, nice reply

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants