This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
BST License | |
# Description | |
File to create geotiffs depends on gdal installed on system. Can be used under two modes: | |
1) Download a satellite overview screenshot from google maps around a center | |
coordinate. Can give zoom (max is usually 20, but depends on area - will return | |
an image with error message if zoom is too high) and image size | |
(defaults to max 640x640) | |
2) Convert an existing image into a geotiff by giving UL and LR corner |