3dtiles dl
1.0.0
Google 지도 3D 타일을 glTF로 다운로드합니다(예를 들어 Blender로 가져올 수 있음).
용법:
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
예:
python -m scripts.download_tiles -k <your_api_key> -71.069929 42.350148 -r 800 -o tiles