Skip to content

nst-guide/gdal2tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

gdal2tiles

This is a fork of the official gdal2tiles.py script.

I essentially only want to switch to retina tiles, which are 512x512 instead of 256x256. It seemed like the easiest way to do that was to fork it and switch every instance of 256 with 512. [0]

Using

Install GDAL; I suggest either through Homebrew: brew install gdal or through conda:

conda create -n gdal python gdal -c conda-forge

then

git clone https://github.com/nst-guide/gdal2tiles
cd gdal2tiles
./gdal2tiles.py

About

Fork of official gdal2tiles.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages