This file contains 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 functools import partial | |
import fiona | |
import pkg_resources | |
import pyproj | |
from fiona.transform import transform as fiona_transform | |
from shapely import ops | |
from shapely.geometry.point import Point | |
# Use python 3.6 |
This file contains 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 functools import partial | |
import fiona | |
import pkg_resources | |
import pyproj | |
from fiona.transform import transform as fiona_transform | |
from shapely import ops | |
from shapely.geometry.point import Point | |