3dtiles dl
1.0.0
Baixe os blocos 3D do Google Maps como glTF (eles podem, por exemplo, ser importados para o Blender).
Uso:
usage: download_tiles.py [-h] -k API_KEY -c COORDS [COORDS ...] -r RADIUS -o OUT options: -h, --help show this help message and exit -k API_KEY, --api-key API_KEY your Google Maps 3d Tiles API key -c COORDS [COORDS ...], --coords COORDS [COORDS ...] longitude latitude [degrees] -r RADIUS, --radius RADIUS radius around provided long/lat to fetch [m] -o OUT, --out OUT output directory to place tiles in
Exemplo:
python -m scripts.download_tiles -k <your_api_key> -71.069929 42.350148 -r 800 -o tiles