Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunos3d/cabin-tileset
https://github.com/brunos3d/cabin-tileset
gdal gdal2tiles geo map python tiff tilemap tileset
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunos3d/cabin-tileset
- Owner: brunos3d
- Created: 2022-05-01T22:45:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T23:01:33.000Z (over 2 years ago)
- Last Synced: 2023-12-16T15:17:01.320Z (about 1 year ago)
- Topics: gdal, gdal2tiles, geo, map, python, tiff, tilemap, tileset
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# cabin-tileset
### Install gdal
https://gdal.org/download.html
### Install gdal2tiles
https://gdal.org/programs/gdal2tiles.html
### Convert png to tif
```sh
gdal_translate -of GTiff -gcp 4461.4 1584.9 -75.8 45.45 -gcp 1415.4 1218.3 -75.95 45.52 -gcp 2279.6 353.9 -75.88 45.53 -gcp 3755.7 104.89 -75.80 45.52 cabin.png cabin.tif
```### Generate tiles
```sh
gdal2tiles.py -p raster --processes 12 --tilesize 128 -z 1-7 cabin.tif output/
```