Slicer Discord
3D city Map Barcelona – 3D-Druckmodell von Thingiverse Thingiverse

3D city Map Barcelona

von Ryleymcc
5 Downloads
20 Likes
0 Makes
Zum Modell
Used custom mapbox script and blender to make this.

All SVG files are included as well as the blender project file.

Here is the python script used to generate high resolution png images of the roads and land. paste in your own mapbox api token (free).

```
import asyncio
import aiohttp
from PIL import Image
from io import BytesIO
from IPython.display import display

# Mapbox API details
USERNAME = "ryleymcc"
STYLE_LAND_WATER = "clnj1nkob081q01p91o6rbziw"
STYLE_ROADS = "clnj20v7q07vz01p78d6dc69m"
ACCESS_TOKEN = " "
ZOOM_LEVEL = 14 # Adjust as needed

def latlon_to_tile(lat, lon, zoom):
"""Convert latitude and longitude to tile coordinates"""
import math
lat_rad = math.radians(lat)
n = 2.0 ** zoom
xtile = int((lon + 180.0) / 360.0 * n)
ytile = int((1.0 - math.asinh(math.tan(lat_rad)) / math.pi) / 2.0 * n)
return xtile, ytile


# Input bounding box coordinates
min_lat = 41.338928
min_lon = 2.139630
max_lat = 41.400877
max_l
Quelle
Thingiverse
Was du zum Drucken brauchst: Anfänger Niedrige Konfidenz
Einteilig
Supports 1/3
Zusammenbau 0/3
Einstellungen 1/3
Druckbett 0/3
Nachbearbeitung 0/3
Drucker
FDM / FFF
Dateiformat
STL
Material
PLA
Software
Cura, PrusaSlicer o. Ä.
Noch keine Bewertungen
Noch keine Kommentare – sei der Erste!

Ähnliche Modelle

6 Vorschläge
Feed Blog Slicer Kostenrechner Bildersuche Einreichen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Zur Sammlung hinzufügen