42. Tiling Blue Marble
Recipe for creating a tileset for Blue Marble
-
Ensure you have gdal-bin installed:
sudo apt-get install gdal-bin gdal-python
-
Add this line to the end of
/usr/share/proj/epsg/
: -
Go to the Blue Marble directory containing untiled images for the mosaic (e.g.
/home/maps/bluemarble
) - Build a virtual mosaic by doing this:
gdalbuildvrt bluemarble.vrt *.tif
- Generate the tileset by doing this: