Skip to content
New issue

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

Importing terrain imagery from ArcGIS satellite keeps crashing when max number of tiles is 2048. #591

Open
onyxlee opened this issue Feb 15, 2025 · 7 comments

Comments

@onyxlee
Copy link

onyxlee commented Feb 15, 2025

Image

Hi guys, I'm trying to get a high resolution satellite image of a site for my visualization project. When I set this number to 1024, it generates an 8k texture. But the quality is still not as good as the one on the actual map like Google Maps service. When I bump it to 2048, it crashes Blender every time. I tried to toggle "save overlay to file", it crashes regardlessly.

Any hint on how to get the satellite imagery in the highest resolution? Thanks.

@onyxlee onyxlee changed the title Importing terrain imagery from ArcGIS satellite keeps crashing when max number of tiles is near 2048. Importing terrain imagery from ArcGIS satellite keeps crashing when max number of tiles is 2048. Feb 15, 2025
@vvoovv
Copy link
Owner

vvoovv commented Feb 15, 2025

You can subdivide your area on interest into a number of parts and import the satellite imagery for each part.

@onyxlee
Copy link
Author

onyxlee commented Feb 16, 2025

You can subdivide your area on interest into a number of parts and import the satellite imagery for each part.

Thank you so much for your reply. So, if I edit the mesh in Blender and split it into multiple pieces, the addon can automatically find the correct imagery for each piece and assign it to the mesh? That sounds incredibly awesome.

@vvoovv
Copy link
Owner

vvoovv commented Feb 17, 2025

Just the right Blender object in the field Terrain and the Blosm addon will do the rest.

@onyxlee
Copy link
Author

onyxlee commented Feb 17, 2025

Thank you again for your help. But I don't quite understand what you meant by "just the right blender object". I tried to right click the mesh in the viewport, the object in the outliner, didn't see anything about subdivide or split. What exactly should I do? Thank you so much!
Just a wish upon the stars: if in the future we could choose the resolution of satellite imagery overlay like how we choose Google 3D tiles level of detail, that will be super awesome!
Thank you again for your great work!

@vvoovv
Copy link
Owner

vvoovv commented Feb 17, 2025

Suppose you got 4 objects after the split. Set each of them consequently in the field Terrain and import satellite imagery.

@onyxlee
Copy link
Author

onyxlee commented Feb 17, 2025

Thanks again for your super fast reply, dear sir.

May I ask, how do you suggest me to split the terrain into 4 objects? Directly in the mesh editing?

@vvoovv
Copy link
Owner

vvoovv commented Feb 17, 2025

The easiest way would be to select quads in the EDIT mode with the rectangular selection tool and then press the key P to create a separate object out of the selected quads.

Image

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

No branches or pull requests

2 participants