SYMBOL INDEX (53 symbols across 13 files) FILE: quattroshapes/bounds.py function load_photos (line 55) | def load_photos( unique_id, place_filter={} ): function get_bbox_for_place (line 71) | def get_bbox_for_place( photos ): function main (line 83) | def main(): FILE: quattroshapes/bounds_backfill.py function load_photos (line 48) | def load_photos( woe_id, place_filter={} ): function load_bbox_fallback (line 98) | def load_bbox_fallback( woe_id, place_filter={} ): function get_bbox_for_place (line 169) | def get_bbox_for_place( photos ): function main (line 181) | def main(): FILE: quattroshapes/bounds_backfill_woe_adjacent.py function load_bbox_fallback (line 51) | def load_bbox_fallback( woe_id, orig_accuracy, place_filter={} ): function main (line 123) | def main(): FILE: quattroshapes/bounds_backfill_woe_children.py function load_bbox_fallback (line 47) | def load_bbox_fallback( woe_id, orig_accuracy, place_filter={} ): function main (line 104) | def main(): FILE: quattroshapes/check_neighbors.py function evaluate_neighbors (line 58) | def evaluate_neighbors( woe_id ): function main (line 168) | def main(): FILE: quattroshapes/neighborhoods_diss_and_add_admin_ids_and_names.sql type quatroshapes_neighborhoods_diss (line 11) | CREATE TABLE quatroshapes_neighborhoods_diss AS type quatroshapes_neighborhoods_buffer_diss (line 426) | CREATE TABLE quatroshapes_neighborhoods_buffer_diss AS type quatroshapes_neighborhoods_diss_as_locality (line 451) | CREATE TABLE quatroshapes_neighborhoods_diss_as_locality AS FILE: quattroshapes/outliers.py function median_distances (line 50) | def median_distances(pts, aggregate=numpy.median): function mean_distances (line 61) | def mean_distances(photos): function load_photos (line 64) | def load_photos( woe_id, place_filter={} ): function discard_outliers (line 78) | def discard_outliers(photos, threshold=MEDIAN_THRESHOLD): function get_bbox_for_place (line 107) | def get_bbox_for_place( photos ): function main (line 116) | def main(): FILE: quattroshapes/outliers_mark_ignore.py function load_parts (line 53) | def load_parts( wkt, place_filter={} ): function main (line 73) | def main(): FILE: quattroshapes/quattroshapes_gazetteer.sql type quattroshapes_gazetteer (line 5) | CREATE TABLE quattroshapes_gazetteer AS FILE: quattroshapes/smooth.py function load_neighbors (line 53) | def load_neighbors( wkt, place_filter={} ): function main (line 73) | def main(): FILE: quattroshapes/tile_renderer_full_database.py function size_color (line 74) | def size_color(size): function size_color_log (line 120) | def size_color_log(size): function size_color_unique_id (line 150) | def size_color_unique_id(unique_id=999999999): function count_votes (line 169) | def count_votes( self, coord ): function getAdmins (line 425) | def getAdmins( woe_id ): function saveTileToDatabase (line 555) | def saveTileToDatabase( self, interactivity_array ): function create_utf_grid (line 604) | def create_utf_grid( self, interactivity_array ): class Provider (line 663) | class Provider: method __init__ (line 665) | def __init__(self, layer, method renderTile (line 719) | def renderTile(self, width, height, srs, coord): method getTypeByExtension (line 864) | def getTypeByExtension(self, extension): class SaveableResponse (line 885) | class SaveableResponse: method __init__ (line 890) | def __init__(self, content): method save (line 893) | def save(self, out, format): FILE: quattroshapes/tilestache-seed.py function generateCoordinates (line 123) | def generateCoordinates(ul, lr, zooms, padding): function generateSubquads2 (line 156) | def generateSubquads2(coord, increment): function generateSubquads (line 172) | def generateSubquads(row, column, zoom): function extentContainsCoord (line 202) | def extentContainsCoord( container_extent, coord ): function listCoordinates (line 216) | def listCoordinates(filename): function tilesetCoordinates (line 230) | def tilesetCoordinates(filename): function parseConfigfile (line 241) | def parseConfigfile(configpath): function c (line 258) | def c(): FILE: quattroshapes/tilestacheexceptions.py class NothingMoreToSeeHere (line 5) | class NothingMoreToSeeHere(Exception): method __init__ (line 17) | def __init__(self, tile): class NothingToSeeHere (line 21) | class NothingToSeeHere(Exception): method __init__ (line 29) | def __init__(self):