[fix] imports

This commit is contained in:
Al
2015-10-28 21:32:09 -04:00
parent 110451d6d6
commit bbd10e97bd

View File

@@ -1,13 +1,16 @@
import fiona
import geohash
import os
import rtree
import ujson as json
from collections import OrderedDict
from collections import OrderedDict, defaultdict
from shapely.geometry import Point, Polygon, MultiPolygon
from shapely.prepared import prep
from shapely.geometry.geo import mapping
from geodata.polygons.area import polygon_bounding_box_area
DEFAULT_POLYS_FILENAME = 'polygons.geojson'