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
from urllib.request import urlretrieve | |
import rasterio | |
import pyproj | |
from shapely.geometry import box | |
from shapely.ops import transform | |
from shapely.geometry import shape, GeometryCollection | |
import sys | |
import os | |
import json | |
import tarfile |
NewerOlder