Skip to content

Prindle19/GeoTIFF-from-Tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeoTIFF-from-Tiles

Start with Ubuntu 16.04 LTS

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install unzip python-setuptools gdal-bin python-gdal tmux python-pip

sudo apt-get build-dep python-imaging

sudo easy_install landez

sudo apt-get install python-pip

pip install python-magic

pip install image

mkdir GeoTIFF

cd GeoTIFF

nano getGeoTIFFMBTiles.py

(paste in code from getGeoTIFFMBTiles.py)

wget https://storage.googleapis.com/tile-api-geotiff/AOIs.zip

unzip AOIs.zip

rm AOIs.zip

python getGeoTIFFMBTiles.py AOIs.shp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages